Flexのコンパイルオプション。

画面サイズを固定したり、フレームレートを設定したりできる。

Adobe Flex コンパイルオプション

サイズ固定。

<flex-config>
	<default-size>
		<width>720</width>
		<height>540</height>
	</default-size>
</flex-config>

上記内容のファイルを作る。
ファイル名は、MouseClick.asなら
MouseClick-config.xml
というようにファイル名の後に-config.xmlという名前のファイルを作る。

Vectorを使いたい場合、コンフィグに10.0.0を入れよう。
http://www.sprouthead.com/blog/flashdevelop/flashdevelop_for_flash_player_10.html