Hi - Can I pass heigth and width to flex application or read it from some properties file from main application file and change the application dimensions w/o visible change.
Not sure what you mean by "change the application dimensions w/o visible change."
You can pass in width & height via FlashVars or URL params or simply set the width/height in the HTML wrapper and have the application use width/height=100%.