Showing posts with label ammaps. Show all posts
Showing posts with label ammaps. Show all posts

Monday, July 13, 2009

Ammaps in Flex



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

About Me