getting past IE popup blocker ActionScript3
can use this fix to bypass popups in IE… and to use : PopupWindow.as PopupWindowDefaults.as //—————————————————————————— // // COPYRIGHT © 2008 NEONDUST STUDIOS. ALL RIGHTS RESERVED. // //—————————————————————————— package com.neondust.external { import flash.external.ExternalInterface; import flash.net.URLRequest; import flash.net.navigateToURL; /** */ public class PopupWindow { //———————————————————————- // // PUBLIC CONSTANTS // //———————————————————————- /** * The name of [...]





