Prev: Sorry my first attemp
Next: Flash Help? More like Flash TOOK AWAY THE ONE THING I ACTUALLY LIKED ABOUT THE IDE
From: Stefan Vase on 9 Sep 2009 06:04 I am trying to play a swf with parameters (like http://myflashtestsite.com/myswfmovie.swf?file=http://anotherflashtestsite.com/swfmovie.swf&width=550&height=400), but it doesn't work. The command loadMovie only displays http://myflashtestsite.com/myswfmovie.swf and not the parameters. The code looks like this: [code] on (release) { loadMovie("http://myflashtestsite.com/myswfmovie.swf?file=http:// anotherflashtestsite.com/ swfmovie.swf&width=550&height=400",_root.emptymc); } [/code] As you can see: I am using a button to start playing the movie. I have tried just loading http://anotherflashtestsite.com/swfmovie.swf, but then I will be missing the other parameters which are pretty important for this to work! I hope there are somebody out there who can help me! Regards, Stefan - a newbee in AS2
From: CoDo on 13 Sep 2009 03:13
Stefan Goto www.focusonflash.com and look at the tutorials. |