I don't think you need window[] or document[], try:
$('#flash_id')[0].callback();
Luke
spinnach wrote:
> 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/
--
zinc Roe Design
www.zincroe.com
(647) 477-6016
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/