Get your own customer support community
 

How To Avoid Getting Caught by a Popup Blocker - it just doesn't work!

Having the same old problem with the pop up blocker appearing in IE7 with the Flash wrapper. Have followed all the directions in the How To Avoid Getting Caught by a Popup Blocker Widgetbox help - but it just doesn't work!

Widget is AS3:

Code:

import flash.net.URLRequest;
import flash.net.navigateToURL;
import flash.events.*;
import flash.display.Sprite;

redButton_btn.addEventListener(MouseEvent.MOUSE_UP,gotoURL);

function gotoURL(event:MouseEvent):void {
var url:String = "http://en.wikipedia.org/wiki/Red_Button_(Digital_Television)";
var requestURL:URLRequest = new URLRequest(url);
try {
navigateToURL(requestURL, "_blank");
} catch (e:Error) {
// handle error here
}
}

Help!?
 
sad I’m frustrated
Inappropriate?
3 people have this problem

The company has a solution in progress.


User_default_medium