Hi,
I was trying to use a free open source flash gallery on a client's website
Code:www[dot]flashmo[dot]com/preview/flashmo_122_3d_curve_gallery
I was able to edit the .fla file to make some changes and realized the xml is hard coded in the .fla
Code:var xml_loader:URLLoader = new URLLoader(); xml_loader.load(new URLRequest("thumbnail_list_5.xml"));
Can someone guide me how to code the actionscript .fla file so the xml file is loaded via the HTML thru the object tag ?
something like
Code:<param name="gallery_list" value="mygallery.xml" />
Regards
G




Bookmarks