Currently Being Moderated
Jan 7, 2008 8:00 AM
I have a hard drive based project that uses loadMovie and I
need to change folders. I want to locate the .swf and .flv files in
a folder named Video, the script - loadMovie("Video/anymovie.swf",
"movie") will not load. If I locate the .swf file in the same
folder as the .exe and use loadMovie("anymovie.swf", "movie") then
the swf file can locate the .flv located in the Video folder. Is it
possible to change the folder?