basePath =/xml
Hi,
I am working in as2 with xml. Trying to update a site that I am not familiar with.
I am seeing a path called basePath in this type of configuration:
this.loadContainer.loadMovie("configurator.swf?basePath=/xml/&xMLFileName=configurator")
and this configuration:
xmlData.load(basePath + "homepageDL.xml");
They are placed on a the 1st frame in the global action layer.
Also see it on a layer called frameActions on frame 2.
I am not sure what they are referring too when using the "basePath" reference...What does it mean and where would you suggest I go to find it?
Thanks in advance
Barbara