Howdy all,

I found a problem regarding creating the swf on inactive tab in Safari
browser. The flash content is the jw player and I believe this is the
swfobject problem on Safari. Since the playerReady() callback on
jwplayer was not being executed. Below is my code when the swf is
being recreated, and it will be recreated on inactive tab :

swfobject.removeSWF('player1');
document.getElementById('container').innerHTML = '<div
id="holder1">Player</div>';
var par = { flashvars: "autostart="+flashvars.autostart
+"&file="+flashvars.file+"&streamer="+flashvars.streamer
+"&type="+flashvars.type+"&bufferlength="+flashvars.bufferlength };
swfobject.createSWF(attributes, par, "holder1");

Anyone knows the solution ? Thanks for any help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to