PDA

View Full Version : Publish External Files not being accessed


casesy
03-03-2005, 03:00 AM
Hello,
I need help. When I publish the files I have as .exe it works fine, but once I burn the exe file into the cd, without the swf files that it was referencing thru, the link does not work. Does that mean I have to publish each exe files?

I've also tried publishing 1 exe file for another swf file that was being accessed by the main swf. Even if I publish it, the main still doesnt recognize the link.

It only works when I include the SWF file in the same folder as the main exe file. btw, my link acesses an external txt file, but when i execute the exe link, the text file is still not recognize until it was included on the same folder as my link exe.

Please help, is there another way to publish just the main file and Flash would automatically publish all other required files?

Also, if i choose to link the next exe file in another folder, how can i access that in another folder? loadMovie("*.swf",level);
loadMovie("../*.swf,level); <- something like this


Thanks!
Case