Ok,
As a quick workaround, I removed the nesting of movieclips and put
them all in first frame.
I made them all hidden (alpha=0)
and then show them as needed.

This works but its not the idea way for me :(

I will still be looking for a good solution to this one.

Thanks

On Mon, Nov 23, 2009 at 2:50 PM, Sajid Saiyed <sajid.fl...@gmail.com> wrote:
> I am on CS3 with Flash Player 9.
> Is there a way to deal with this in Player 9?
>
> Thanks
>
> On Mon, Nov 23, 2009 at 2:36 PM, Henrik Andersson <he...@henke37.cjb.net> 
> wrote:
>> The playhead vs actionscript situation is a mess in Flash since as 3 first
>> came out. This is the end result of flex being the only tool to test with.
>> But enough ranting about that.
>>
>> First make sure that your swf is published for FP 10, if it is, the
>> situation is better.
>>
>> If this is not enough (or possible), there are two ways of executing code
>> before the rendering, but after the frame change. The first one is simple
>> framescripts. They run when the frame in question is loaded, so per
>> definition, they can't run too late.
>>
>> The other way is the FP 10 new event FRAME_CONSTRUCTED that is fired just
>> before the framescripts are executed.
>> _______________________________________________
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to