I’ve a movie that using flash UI Component scrollbar with a dynamic text area. I’ve rendered the text by including an external .as file. The content for the scroll bar is written in the .as file and that .as file included #include “myfile.as”
The problem is that I can’t make a correct preloader for the movie. Because the flash player detects the size of the movie before the text is being rendered. The text is being rendered only in the run time from the external .as file. So again I’ve to wait a bit more time to load the content after loading the swf file.
I’ve converted the file to exe. But the problem still exists.
Considering that .as files are only loaded in during publishing and not during run time and doubt that is the problem. My guess (since you are using the component scrollbar) is you have some clips in the library with the linkage setting set to “Export for Actionscript”, in which case the checkbox for “Export To First Frame” is checked. This causes this stuff to load before your actual movie, including your preloader.
I don’t have time to get into it, but if this it the problem a solution to this has been posted a few times on the forum, just use the search feature and search for something like “Export to first frame” or something like that.