[SWFObject] Alguna manera de detectar cuando terminó de cargar un .swf?

2012-02-28 Thread yusnier
Hola Agradecería ayuda! Tengo un .html que me carga un SWF haciendo uso de SWFObject y deseo que cuando termine de cargar la animación me redireccione a una URL determinada, lo de la redirección es sencillo pero quiero saber si hay alguna manera desde javascript saber cuando terminó de cargar el

Re: [SWFObject] Alguna manera de detectar cuando terminó de cargar un .swf?

2012-02-28 Thread Aran Rhee
Hello. I am not sure if there are any Spanish speakers on the list, but we are English based. From what I can gather from Google translate, you want to listen from js and do something when the swf is finished playing. Usually this would be done by executing an ExternalInterface function call

[SWFObject] Alguna manera de detectar cuando terminó de cargar un .swf?

2012-02-28 Thread yusnier
Thanks Aran! I still do not understand why would you see some example to get a better idea, but I thank you answer me. If someone has gone through this kind of problem I set an example grateful! Thank you! -- You received this message because you are subscribed to the Google Groups SWFObject

Re: [SWFObject] Alguna manera de detectar cuando terminó de cargar un .swf?

2012-02-28 Thread Aran Rhee
@full example - Sorry - Can't help you there (don't have the time to work up a full example, and it is not really to do with SWFObject). You can see that you can call those properties from js once you have a handle to the DOM id of the swf. There were examples in the page I sent already. Some