views:

42

answers:

1

Hi, i have a problem only with IE: if i try to invoke a JS function from Flash using ExternalInterface i cannot get result if Flash is embedded inside a JQuery dialog; when i make the same thing from a normal html page it runs. How can i invoke ExternalInterface.call to run a function even if flash is inside a dialog?

Thanks in advance C.

A: 

In IE the Flash embed OBJECT tag should have an id, otherwise ExternalInterface won't work.

I'm not sure though how you can add an id to Flash embed tag inside the UI dialog.

Makram Saleh
I've put id attribute to OBJECT tag but it still does not work :-)
Cris
Are you sure the Flash in the dialog is not inside an `iframe` tag?
Makram Saleh