| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> white: usejavascripttoprintthefile(); <1> btw i thought of a good way to make fun of a fat chick <2> Hey everyone <3> inside flash.. its only 1 .exe file <4> !seen lopan <5> mastergry, if you can't see lopan here right now, you probably need new gl***es. ^_^ <4> lol <1> walk up and all friendly like say "hey, i've seen you before! weren't you in Playboy??" <6> K0ma: I have to pay 90 EUR for dentist today <6> k0ma: and they dosnt even do me a bl0job <2> Could somebody answer to my question what is related to Ajax.. <3> can i use javascript inside a flash compiled .exe ? <6> err <6> oral *** <3> so there is no solution to this at all? :/ <6> White_BoX: no
<3> i know <6> javascript only related to html <2> With Ajax you can allow user to download the content what they want , right? What would make a difference if i use iframe instead? With that they still download the content what they want.. im just thinking this in theory.. so if im wrong fix me :p <6> and you aren't running an exe inside html <3> right <6> mm 2 - exlex 1 <0> wtf, your cheating <3> nah still 1-1 <6> not my fauly you keep tugging your nuts <0> and I cant spell <3> so it is not possible to print html files from within a flash executable? <6> you are the weak link <6> your weak spelling vs. my laggy internet <6> print html files from where? <6> you mean html files that are on the disk somewhere? <3> the flash executable <3> on same cd *** the exe file <3> *as <6> certainly not with flash only <0> White_BoX: not with html formating, you could open it in flash but then you would loose a lot of info but be able to print it <0> but that wouldnt be printing the html file <0> that would be printing the html-text <6> with 3rd party projectors, it might be possible...perhaps Zinc <6> but I believe you would have to make a command to open the file first, the remotely print it <3> any other solution without opening internet explorer? <0> no <3> or some other browser <0> not with just flash <3> :((((((( <1> Chuck Norris can make a women climax simply by pointing at her and saying "Booya!" <0> chuck norris never say booya.... so I guess thats not true <0> however Chuck Norris eats babies for breakfast <3> is there something like.. printMyhtmlFilePLEASE.exe? <1> it says he can, not that he does <0> MerZikain: oh, thats probably true <0> gonna get me some of those chucknorris jeans <0> white: no, and now we are entering the field of ... NOT flash :) <6> i'll have his badge <3> Zinc cost 229.99 euro!! :/ <3> :((((( <6> wonder if they are ever gonna make the movie "chuck norris vs. steven seagal" <1> dude <1> how the **** would you please a woman who could fist herself? >_< <1> that's ****ed up <3> well.. she cant get her foot in ^^ <7> http://doodle.indev.no/ .. design tips needed badly <6> heres a video from the extremely unpopular primeinister in thailand who had to step down because of m*** pressure from the people: <6> http://f0nt.com/temp/ <1> http://nov.4chan.org/gif/src/1141877521449.gif <-- only in anime <1> can you imagine that actually happening in real life? <1> XD <0> hmmm,.... yeah? <3> hehehehe <6> MerZ ... first you gotta shave your head, and wax it <6> its called skull****ing <1> it's mostly shaved right now <1> and no, i'm not sticking my head in a vagina <1> took me 9 months to get out of one <6> well, your head has allready been there <6> and you spend most of your life trying to get back in
<1> actually i was delivered via C section <1> so that's a lie <6> was that a special request? <7> White_BoX: lol <6> like "I refuse doing the vagina exit" <1> no i was too big <6> everything is relative <1> yeah my mom is like barely over 4' <6> no need 4 a waxed head there then <1> dude <1> >_< <1> Chuck Norris will never die of a heart attack cause his heart isn't idiotic enough to attack Chuck Norris <8> hahaha <9> on (release) { <9> getURL("javascript:popup=window.open('childrenstorage.html','artwindow','width=650,height=600,left=0,top=0,toolbar=No,location=No,scrollbars=Yes,status=No,resizable=No,fullscreen=No') ;void(0) ;"); <9> } <9> anyone see something wrong with that code ? <9> it wont open <10> aside from using window.open? <11> hey guys - has anyone in here done a flash drop down menu that is populated by php/mysql ? <9> im a total noob with a copied script... what is it supposed to say frb ? <10> well, I thought that flash had an internal function to open a new window <12> a lot SourCream, why ? <9> can i force it to be in that perticular size, without toolbars scrollbars etc ? <6> Flost: why "popup=..."? <9> I dunno.. i copied and pasted the script from a tutorial <6> why not just getURL("javascript:window.open('... <10> if you set a var, you can do magical stuff in js with the window you created <2> Flost, flash has great help documentation, you should search from help file for the geturl function. <6> like what? <6> it allready gets a name, and you can do most thinkable things with the name <13> anyone got an idea how to make this work better/easier: http://ize.badne.ws/words.swf ? http://ize.badne.ws/words.fla <13> cursor keys to move <13> ;X <6> Flost: http://proto.layer51.com/d.aspx?f=212 <10> the popup is a reference to the window itself <10> you can say popup.window.close() or something <10> instead of mucking about with indirect references with a window uid <6> or just windowName.close() <10> that's not guaranteed to work in all browsers <6> i guess <10> using names as global variables is non-standard <9> shrug.. i wish i could understand something about what you guys are saying :) i just copied that script from a tutorial for a gallery with clickable thumbnails... So when i click them they open up in a new window with a fixed size and no bars etc <14> what is the most common used way to POST variables from flash ? <6> Flost: did you click my link? <9> yea i did <9> but cant understand any of it <6> myloadvars.var = "hello mum"; <6> myloadvars.send("script.php", POST); <6> just put that prototype in your fist frame <6> and then use sumfin likebtn.onPress = fucntion(){ openWinCentre("gah","gah",800,600,0,0,0,0,0,0,1) } <6> removing my typos <14> thanks mjau-mjau <6> you have to define the loadvars object first myloadvars = new LoadVars(); <9> okay ill try that.. Does it go into a geturl command or just anywhere ? <6> heh, I wish exlex would be here now watching me kick his *** <6> the getURL is allready defined in the prototype <9> aha <9> like magic ! <9> gimme a sec to try it out <15> u guys used Google desktop? <9> btn.onPress = function(){ openWinCentre("childrenstorage.html","childrenstorage.html",800,600,0,0,0,0,0,0,1) } <--- mjau-mjau ? <9> or did i miss a typo somewhere ? :) <6> don't it work? <6> you have to run it from a html file I hope you understand? <15> i'm going to Costa Rica! <15> for a week <15> i'm stoked. <9> nope, didnt understand.. im in way over my head.. Sec, gonna test <9> Nope, doesnt work <16> nice nick :) <17> i wanna make an animation, but i don't know which commands of actionscript to and how to use :/
Return to
#flash or Go to some related
logs:
#beginner #windowsxp #beginner #politics #microsoft kaba zaina #computers #beginner fluring women #visualbasic
|
|