How can we load a movie inside another movie for which we do not know the name. Only thing we know that user has clicked on a link from an html page.
which is like this.
http://www.yourdomain.com/create.php?file_id=15
where 'file_id=15' is 'welcome.swf'
User have so many links on the html page and can click any link and each link has a different 'file_id' associated to a different 'swf' file.
I mean how we can replace the "movie_name.swf" in 'Load_movie' command of flash with some kind of dynamic text to load the file for which the user has clicked on html page.
Is there any way?

Thanks for your help!