Hello all,
I have a question regarding proper usage of paths in Flash 8. I usually set my projects up so they look something like this:
index.html
SWF
CSS
AS
TXT
IMAGES
FLA
According to the help docs, setting a path like this: “…/XML/file.xml” should work. usually it does, but I have been running into problems where files don’t seem to get found. They’ll be loaded fine in the index.html file, but in the FLA preview it won’t find it. I have publish set to publish to the correct subdirectories but still run into problems.
Would using a global path declaration in the start of th AS help? Any tips of best practices? Thanks!