天天看点

AS3 navigateToURL 跳转被屏蔽

AS3中的 navigateToURL , 弹出的网页会被IE拦截.

如果需要新弹网页的话.

请使用ExternalInterface.call('window.open(url, target)');

同时将flash的参数, wmode定义成transparent