
Here is way to implement ammaps in flex , i used swfloader to add the ammaps in my application as follows
var str : String = "assets/ammap.swf?settings_file=assets/ammap_settings.xml&data_file=assets/ammap_data.xml"
swLoader.load(str);
where i kept all the required files(swf/xml) in assets folders of my application.
Regards
Varun