Dear Friends,
i have done a template for an elearning project. in that iam loading a swf with in another swf when click on a lesson button. the second swf will load a xml file. I want chang the xml file name while loading the second swf within the first swf.
kindly help me to pass the variable or a value while loading a swf within a swf. i got struct up.. iam in pressure...
Thanks in Advance ...
Regards,
Syed Abdul Rahim
>>I want chang the xml file name while loading the second swf within the first swf.
You would use a complete listener to know when your second swf is done loading. When it is, call a function in it and pass in your xml file variable.