Salutations...

I'm using the onLoadInit event to execute custom fonctions when loading external SWF's. While I was testing my code (IDE), everything was OK and my fonctions firing. But on testing the same code (SWF 7) with IE on my PC with FlashPlayer 8, the onLoadInit event only fires the first time a SWF is loaded meaning that if I asked the same SWF again (present in my cach), the event was ignored! (I'm using a dynamic txt on _root level to test this). In FireFox, everything is OK....

I've finaly debuged the thing with the onLoadComplete event... IE always fires the event even the second time a SWF is loaded! The Help sais that the onLoadInit gets fired when "the actions on the first frame of the loaded clip have been executed. When this listener has been invoked, you can set properties, use methods, and otherwise interact with the loaded movie.". I there a way to force the onLoadInit with IE? Or do I need to test the navigator and then execute my custom fonctions after the first frame of the loaded clip has been executed???

Thank a million!

--
===============================================================

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===============================================================

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad <http://www.rec.ulaval.ca/lce/securite/confidentialite.htm>

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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