1.

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)');

Use getURL() to communicate with JavaScript in the HTML wrapper: 

getURL('javascript:window.resizeTo(1050,900)');



Discussion

No Comment Found