actionscript - simple preloader question for AS2 site -


Instead of adding a preloader to me, The website was asked to add the AS2 website. I am using the preloader-in-the-first-frame approach - There are so many references to _Rotot throughout the site so that I can not load external site externally as another SDF. My approach was only to create a new frame at the beginning of the timeline, dividing all the existing content into one frame, and adding the first frame to one of the preloaders throwing millions available on the web.

The problem I am facing is that for any reason, 99% of the site's weight is being exported in the first frame (as reported by "Generated Size Report ..." Despite the fact that A) there is nothing on it, the preloder in frame 1 on the stage and B) I have got my action cycle classes exporting on frame 2. There are a lot of library items with linkage, and all linked 2 frames are set to export. Obviously, the preloader isn 'not working as desired, as long as everything is already loaded, it is not visible.

What am I missing here?

Thank you!

The reason for this is that all your art properties are being loaded in the first frame.

The usual way to solve this is to start the main site on the third frame, dump a copy of all your library content on frame 2 and uncheck "Export to the first frame" for everything in the library.

He said, t know why you feel that you have it external Can not load as SWF - In the child's SDF, _root is the map in the root of the child rather than anything in the container.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -