Hello,
I have a site that has a jQuery overlay, which contains an iframe, which pulls in another site that has flash in it. One of the buttons in the flash has editable parameters in xml, and I can change where the link points to. I want this button to close the overlay, but I can't quite figure out how to get it to work. I have tried the following:
closeSection();
and
parent.closeSection();
and
window.parent.closeSection();
None of which work. Though the last two come close. They seem to close the flash, as the iframe just goes blank.
Can anyone steer me in the right direction?