file paths
I made a navagation bar that is xml based and put it in a folder: website/flash. The xml file is in this same folder and the images for the bar are in website/images. It all works well when I do a test with a swf file in the website/flash folder. Now I'm writing a doc class for a flash page and want to insert the nav bar. The location for the pages are in website/gallery/scenics. There are several of these gallery folders. The doc class is in the website/gallery/scenics folder. When I try to reference the nav bar class, all the file references are now relative to the doc class file rather than the nav bar class file. How to I reference the file correctly, or how should I about setting the the classes & file sturcture?
|