[color=black]Hi,[/color]
I have a webpage with a flash button (player.swf),each time clicked, will load and play a different word sound swf file(i.e. unknown.swf), which will be specified at run time.
[color=black][/color]
[color=black]I read through the tutorial at[/color]
[color=black]http://www.kirupa.com/developer/flash5/loadmovie.htm[/color]
http://www.kirupa.com/developer/mx/loading.htm
[color=black][/color]
[color=black]but the swf ([/color][color=black]http://www.kirupa.com/developer/flash5/animation/loadm.swf[/color], loaded.swf…[color=black]) in the tutorial [/color][color=black]are static, not dynamic. [/color]
[color=black][/color]
[color=black]Question:[/color]
[color=black][/color]
[color=black]If I want to dynamically load an different external swf to the main swf movie, how can I change the code? I guess I should some how create a variable like “loadme” in player.swf, and in the html code of the webpage, I’ll pass the name of the external swf to “loadme”, like player.swf?loadme=unknown.swf.[/color]
anyone has a clue?
Thanks,
tom