var image:Image = new Image();
image.property_1 = "abcdefg";
it can't compile as the Flash builder says:
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
How can I do that? Or I need to extends the Image class? It's quite boring.