> Am I right that I can replace: the load "/xml/data.xml" with > "http://domainname.com/flash/xml/data.xml" and then load the SWF from a > directory like: "http://domainname.com/somsubdirectory/index.html" and get > it all to load correctly?
Paths that begin with a slash, such as /xml/data.xml, tell the client (Flash, in this case) to start from the web root and work down - in this case, that would be http://domainname.com/xml/data/xml. If you want to get the data from /flash/xml/data.xml, you need to use that path, or use a fully-qualified URL. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

