jiangtiandao / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

problem while programmatically add map array to an ImageMap #266

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to add a map array to an ImageMap via ActionScript

What is the expected output? What do you see instead?
This should be possible, but you can't create area-Objects, so there will
always be an error because you can't cast your own Object into an area object. 
The area object is marked as "Except class" so you can't create area objects.
When the flexlib.controls.area is usable, there should be some standard values.

See classes: 
flexlib.controls.area

Workaround: Don't use the .swc but the changed source Codes

Original issue reported on code.google.com by Heringsf...@gmail.com on 4 Dec 2009 at 1:09