【发布时间】:2010-09-24 13:35:12
【问题描述】:
var image:Image = new Image();
image.property_1 = "abcdefg";
它不能像 Flash builder 所说的那样编译:
Description Resource Path Location Type
1119: Access of possibly undefined property jdkfjds through a reference with static type mx.controls:Image.
adm.mxml /adm/src Line 209 Flex Problem
我该怎么做?或者我需要扩展 Image 类?挺无聊的。
【问题讨论】:
标签: apache-flex actionscript-3 actionscript