Hallo Everybody!
I have 2 questions about HTTP attributes.
If I have this URL:
http://sitename/mainmovie.swf?file=dir/movie.swf&adv=adv/advmovie.swf
…how can I load the values for ‘file’ and ‘adv’ into my flash movie using Action script 3.0?
This is the URL without embedding the flash in HTML. Will it work the same with this URL:
http://sitename/mypage.php?file=dir/movie.swf&adv=adv/advmovie.swf
when I embed the flash?
Thanks a lot in advance.I will appreciate any help.