Hey, I have a SWF that’s embedded in a page with an IFrame. (well, it’s actually another webpage with a SWF embeded in THAT that’s in the IFrame).
I’m trying to use ExternalInterface to call a Javascript function that resides on the uppermost parent page (the one that’s actually loaded into the browswer). Not surprisingly, this isn’t working.
Is there any way to direct an ExternalInterface call to a parent web page? Or is there any other better way of doing this?
By the way I have no control over the middle page in this scenario, only the SWF and the top-parent HTML page.
Thanks…