开发者

Is there any way to open a popup outside the dimensions of the Application in Flex 3

开发者 https://www.devze.com 2022-12-25 15:44 出处:网络
I am creating a flex application with appl开发者_运维知识库ication height 50 . I want a pop up to be displayed outside the main application in the browser. Is it possible?? Plz replyAS3 generally uses

I am creating a flex application with appl开发者_运维知识库ication height 50 . I want a pop up to be displayed outside the main application in the browser. Is it possible?? Plz reply


AS3 generally uses navigateToURL to make the browser jump to a new page - for instance:

navigateToURL(new URLRequest('http://stackoverflow.com/'), '_blank');
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号