Link to home
Start Free TrialLog in
Avatar of F_schnell
F_schnell

asked on

Problems with a Preloader and Flash Component Combo Box

I've created a Flash file that uses the Combo Box component. Now my problem arises when I try to add a preloader to the file. What happens is that the dynamic text does not show up untill the file has almost loaded completely (around 70kb of a 98kb file). I'm not sure what is happening but the preloader is useless if it only displays a blank screen for most of the load.
ASKER CERTIFIED SOLUTION
Avatar of negatyve
negatyve

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of negatyve
negatyve

for(all components in the folder) [only in that folder - that means, the main component symbol]
Avatar of F_schnell

ASKER

Thanks it helped, but is there a way to force the preloader to go before everything else? it still loads some things in frame 0 first.
>but is there a way to force the preloader to go before everything else? it still loads some things in frame 0 first.

No, there's not. Before *seeing* the preloader, you have to load the base swf assets, the preloader assets (textfield, progressbar, font outlines), the preloader script, and all the components assets that the movie *must* load before anything else (that's why I told you to remove the "Export in first frame" only from the main components symbols - inside the library there are a few smaller components with no graphic but lot of scripts that have to be instantiated before anything else in the virtual main timeline frame 0 to make the component framework play)
Ok I understand now. Thanks again for the help.
You're welcome!

nega