I have successfully launched shadowbox from Flash in Firefox, Opera, and Chrome. IE7 will not launch shadowbox at all; it will not do anything! I am quite confused as to why. I am using Vista with IE7 and I have included the AS code below with a link to the html. You will need to click on the Help button on the site to launch Shadowbox. Any help would be appreciated I am going bald with this problem.
AS3
help.addEventListener(MouseEvent.MOUSE_DOWN, helpLink);
function helpLink(e:MouseEvent):void {
ExternalInterface.call("openShadowbox");
}
Website Link
Website