View Single Post
  #2 (permalink)  
Old 02-02-2010, 11:20 AM
Razvan Razvan is offline
Flashtory Staff
 
Join Date: Feb 2009
Posts: 239
Default

Hi, this has as code associated with it but it's not on frames. You will find the .as files in 1-Source\flashtory\vhg

The .xml file name can be changed from main.as on this line

xmlOb.load(_level0.xml == undefined ? "data.xml" : _level0.xml);


data.xml is the name of the loaded xml file, change this


Reply With Quote