maguskrool
Technical User
Hello.
In this website I'm currently developing I have a main.swf with only a preloader. I preload several .xml files and the content.swf. The content.swf acts on some of the .xml files and creates a custom gallery, deciding which images it needs to load. Now, I figure that I can use the same preloader in the main.swf to show the loading progress for these images before removing it and adding the content.swf to the display list. But for that I need to access main.swf's properties - namely, the preloader - from the content.swf.
How can I do this? Thank you.
In this website I'm currently developing I have a main.swf with only a preloader. I preload several .xml files and the content.swf. The content.swf acts on some of the .xml files and creates a custom gallery, deciding which images it needs to load. Now, I figure that I can use the same preloader in the main.swf to show the loading progress for these images before removing it and adding the content.swf to the display list. But for that I need to access main.swf's properties - namely, the preloader - from the content.swf.
How can I do this? Thank you.