Equipie
Actionscript 3, Flex, and Air. Code snippets and notes...
Tuesday, 19 October 2010
navigate to URL, internet explorer 8 issues
When opening a new window, or a "_blank" Internet Explorer 8 has issues, I used this workaround:
http://apdevblog.com/problems-using-navigatetourl
Import the actionscript then Implement as follows:
URLUtils.openWindow(linkUrl);
and be sure to attach to a MouseEvent.Click rather than a MouseEvent.Mouse_Down.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment