flash relative paths

Out of context: Reply #5

  • Started
  • Last post
  • 6 Responses
  • hotroddy0

    right now it looks like this:
    slides_xml = new XML();
    slides_xml.onLoad = startSlideShow;
    slides_xml.load("galleries/galle...

    I want it to be:
    slides_xml.load("slides.xml");

    so that I have the ability to copy the folder and paste it into
    "galleries/gallery2/". That way I don't have to open the .fla file everytime to change the path.

    In other words, can I load a path directory that's not referenced from the main _root movie but from the movie that's calling the xml document?

View thread