グループ内に videoDisplay コンポーネントがあり、次のコードがあります。
<mx:VideoDisplay id="videoDisplay" width="100%" height="100%"
maintainAspectRatio="true"
creationComplete="videoDisplay_creationComplete();"
addedToStage="videoDisplay_addedToStageHandler(event)"/>
しかし、アプリのサイズ変更時にアスペクト比が維持されません。どうすればよいですか?? ウェブカメラからの入力に基づいてビデオを表示します.何かアイデアはありますか?
前もって感謝します!