RE: [flexcoders] Change Application width and height at runtime

2009-09-28 Thread Alex Harui
You have to use Javascript and ExternalInterface. The HTML Wrapper is in charge. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of superabe superabe Sent:

RE: [flexcoders] Change Application width and height at runtime

2009-09-28 Thread Jake Churchill
You have to also change the width and height of the embedded SWF. You are probably just changing the stage's width and height. To do this you have to call an external javascript function using ExternalInterface. It's a very simple task, just google that and you'll find a million examples.