Hi,
i'm using the jQuery flash plugin to embed a flash movie to a webpage,
and the ExternalInterface to communicate between flash and javascript..
in firefox everything's working as expected, but i can't get it to work
in ie.. these are the as and javascript snippets:
flash:
import flash.external.*;
ExternalInterface.addCallback('callback', this, callback);
js:
flash = ($.browser.msie) ? window['flash_id'] : document['flash_id'];
flash.callback();
tnx..
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/