What do you have against onEnterFrame?

I think when you're loading into mc's it makes sense to use it simply because with setInterval, there's a chance that the image will be fully loaded (bl==bt), but it fires one frame before the mc's onLoad has fired, meaning your onRollOver or whatever still won't stick. Maybe I'm wrong and just being paranoid?

john


On Apr 6, 2007, at 3:30 PM, David Ngo wrote:

Personally, I find onEnterFrames bad practice to use unless you absolutely have to (if your logic is frame-based, etc). I would suggest the nested clip
and/or use MovieClipLoader to handle your image loading.


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to