| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> you know like unix cp ? <0> but this had to check the existing file you were copying to, and check if the date was before or after to work out if it was safe or not <0> and it had to be able to cope with directories too, so the recursion involed was a bit of a headache <0> and a spam email program as well, that was fun. <0> heh <0> i felt bad having to write it at first <0> but then i could understand the legitimate uses for it <0> do you study or work full time? <1> how would i go about having an invisible trail image and exposing it smoothly using a motion path? <0> poor SmilyOrg <0> does this chan have channel stats? <0> !find stats <2> hey all <0> !rules <0> !find rules <3> can anyone ***ist me with p***ing some variables with http post to a php page
<4> anybody know how to p*** info from html to swf? <3> http://pastebin.com/734219 <5> someone are good with flash communication server ? <4> anybody know how to p*** info from html to swf? <3> google <3> that should come up very quickly <0> Sp8sMunkE <6> baconmonkey <7> :x <7> heh <0> bad *** russian space monkey! <7> lomar, present scenario <7> thats painz, bleh. <7> ;p <0> heh <0> i need to go bed, catch you tomorrow mate <0> night night folks! <7> ok man o/ <7> take it easy <5> ok <0> you too man, laterz <5> Im making a videochat and <0> zZzzZzzZzZzzzzZZzZZzzzZZ <5> im trying to get videocam streaming <5> http://pastebin.com/734237 <5> Sp8sMunkE / <5> ? <7> phew man <7> i am so tired <7> :o <7> so, whats wrong <7> not sure i can help <7> cant hardly see <5> http://www.clubreseau.com/videochat/videochat.swf see the videochat in action <7> k <4> anybody know how to p*** info from html to swf? <4> lomar <4> lomar could i ask you something? <5> ? <4> do you know how to p*** a value from html to swf <4> like test.swf?cat <5> loadandvar <4> could you show me an example or refer me? <5> google <5> have many example <4> lol do i just search for "loadandvar"? <5> flash loadandvar <4> alright thx <3> any flash experts around? <6> I'm a bacon expert <8> is there a way to know weather a loadSound failed or not ? <9> hmm, all I see is an onLoad event handler for the sound object <5> someone are good with flash communication server ? <9> i.e. ***ume sound didn't load until onLoad is called <8> but if you use streaming true, the sound can't get loaded and it's normal <9> ah <9> havent done any of that <9> there has to be a streaming connector with an onStatus somewhere <8> I need to know weather a streaming sound failed to load <9> similar to the remoting connector <3> I just changed my action script to use loadvariables and when i click a submit button nothing happens now
<3> http://pastebin.com/734377 <10> i have a function i am writing and i need it to wait for a movieclip to finish playing that it activates <10> how would I go about that? <10> i have on the last frame a _global.done = true <10> how can I make my function wait for it to become true? <11> why dont you just call the function at the last frame <10> its basically one long clip with about 50 different scaling effects <10> and for each button it runs a diff effect <11> I dont care man <11> just do it <10> i dont think its possible the way the function is, what is it a listener or something I add to wait? <12> so you want to trigger function after certain mc finishes playing? <10> i just want my function to know when the clip stopped playing so it can finishing executing the funct <12> ok so check constantly if your mc is at the end of its frame in your func and when it does change your boolean var to true whatever and keep it running.. <10> exactly, how do i check in my function for when a boolean changes true? <13> hi guys <12> well you can put your statements in a while func and say while(var) { } this will make sure it runs when it is true <12> is one way to do it.. <12> when it is not true it will skip while.. <10> that can possible work, lemme try it out and see what i come up with <10> thanks ozhanlion :) <12> yw <14> how do you make it so that IE doesn't make flash movie clickable by default? <10> !google flash active content update <14> i have a non-clickable flash movie imbedded into a page and when i mouse over it i get a text tag that appears saying "click to activeate and use this control" <15> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=7c29e252 <14> thanks <10> np :) <13> has anyone here ever made an FLV player for a site <3> http://pastebin.com/734377 is there something i'm doing wrong here, the submit link doesn't do anything <16> Is there any way to capture audio from a mic into flash? <16> somehow capture a microphone input and then end up with a flv I can import or something, by pressing a button in a flash movie <17> hey, if I have a timeline in an MC, is it possible to programatically reduce its frame rate over time? like, is there a property I can set to influence the framerate of the MC in question through actionscript? <16> Another question, is it possible to upload from a computer (not unlike a FILE form element in HTML) within Flash? <17> I'm guessing the answer is probably no becaue what would stop you from checking out files on the user's HD and uploading them without the user knowing? <16> Interesting point <17> I mean, you can send info to a server. I think the limit is browsing the files on the user's HD, eg when they are asked to 'select a file' or whatever <10> ahh here we go <10> how can i find out when a timeline on a certain movieclip has stopped playing? <16> Hm so is there any way to directly capture audio/video (microphone/webcam) using flash? <5> to show a combobox in a flash page if my combobox name is combo its _root.combotext.text=_root.combo.data[i]; ? <3> anyone have any help to p*** a variable from flash to php <5> loadandcar <5> oups <5> loadandvar <3> i tried loadvar and it just sits there <3> doesn't p*** anything to the php page <18> whazzup <3> doesn't seem like the submit button works <18> sendAndLoad <18> often it doesnt matter what method you use <3> what is sendAndLoad? i'm using on(press) <3> http://pastebin.com/734377 <18> well, to contact a php script, you need more than on(press) <3> that's what i've got now, doesn't work <3> i've got a php page called import.php <3> with $_POST['flashvar'] for each variable <18> well, what are you trying to do? put the uname and score variables into import.php? <18> or load info from the import.php <18> ? <3> put them into import.php <3> so it can put it into a mysql database <18> ok, well you havent told the script that you want to put them vars in import.php <18> now it just tries to load it <18> sec <3> haven't seen anythign on how to tell import, just every example says to use loadvars <18> sec i'll update the patebin <3> ok thanks <18> http://pastebin.com/734452 <3> i'll give that a shot <3> should I do the error checking for input in the flash or php <18> in the flash <3> i want to somehow scan the text input for name and make sure they aren't using works like fu$K <3> etc
Return to
#flash or Go to some related
logs:
#ubuntu #nhl EnableBigLba slipstream #politics #beginner #visualbasic poroxies
Guest join+msg cheeting in mariage #delphi
|
|