My swf is supposed to call a javascript function every time an
intrinsic flash event happens.
I am "writing" the swf to a container div using SWFObject 1.5 and I'm
also using JS integration kit as a proxy:
so = new SWFObject(swf, "uid", "100%", "100%", "7", "#CEDCE3", false,
"high", null, "noflash.html");
so.setProxy(null, 'javascript/swfobject_js_gateway.swf');
so.addParam("wmode", "opaque");
so.addParam("scale", "default");
so.write("container");
The callJS function is called upon without problems in Firefox but in
IE only once.
For example if I rewrite the swf to the div, the callJS should be
called but only does so in FireFox:
so.write("container");
Any ideas?
--
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.