Hi list, I built an application in Flex that uses the entire window when played from within a browser. But when I run the swf standalone, the flashplayer window takes on its default width and height, ignoring the minWidth and minHeight I set in the application's main class.
The flashplayer works fine when I define a width and height for the application, but then the application won't fill the browser without me diving into the html-code and change the width and height of the embedded object back to 100%. Can anyone tell me how I can tell the flashplayer to resize to the minWidth and minHeight of the application, without setting width and height? Perhaps using something like a metatag, like [SWF(width="1024", height="768", backgroundColor="#808080")] ? Thanks in advance, Bart Wttewaall

