Re: [flexcoders] Re: custom flex preloader - animation bugs

2009-04-22 Thread endrone endrone
I already set that property equal to the framerate of my swc, so that's not the problem. I know a little bit more about my problem. If I load it for the first time, the animation runs smooth, thee's no caching. But the second time, it jumps immediately to 100%, the preloader doesn't close yet,

[flexcoders] Re: custom flex preloader - animation bugs

2009-04-20 Thread carloscarvalhar
maybe you're having different fps in flex (24 i think) and in your animated swc you can set fps trough AS: yourLoadedSWF.stage.frameRate = 12; bye Carlos