Friday, March 27, 2009

Can I resize the Internet Explorer browser window from Flex

Question :Can I resize the Internet Explorer browser window from Flex?
Answer :Use getURL() to communicate with JavaScript in the HTML wrapper:
getURL('javascript:window.resizeTo(1050,900)');

No comments: