标签: actionscript-3 flex mobile width resolution
如何获得正确的组件宽度?例如,我在我的视图中放置了一个Spark Image Component x:0; y:0; w:100%; height:100%;。
x:0; y:0; w:100%; height:100%;
调试器显示image.width为320px ....但我的手机宽度为480px ...所有具有不同分辨率的模拟器预设设备在100%image.width时获得320px ...和其他组件一样。
image.width
这是一个错误吗?为什么应用程序认为每个设备都具有相同的屏幕尺寸?
我知道功能上有screenSize权利。
screenSize