简体   繁体   中英

How to combine an external preloader with actual SWF file?

I have an external preloader that loads my swf file. How can I combine these two to upload them on the internet? I cannot add the preloader in the first frame of my original swf and move the layers to the second layer as this tampers with my file.

You should have the preloader as a different file so do not try to combine them. Just upload both of the files to the webserver and to your html file include only the preloader.swf. Make sure that your preloader is calling the correct file in its Loader.load() method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM