PDA

View Full Version : [AS2] fscommand folder problem


Marty123
07-09-2009, 04:04 PM
Hi all,

I made an swf file that's put into an html page that works on a kiosk, it calls and opens flv and other swf files.

Now I'm updating it by adding a button that opens another html page in a blank window. This html page is interactive in that it has a series of photos that change when the user clicks certain areas. I put this html page and it's photos into an fscommand folder. This page opens in a new window and the cursor changes over the links, but "none of the photos show up", should they be put into a new folder inside the fscommand folder? And how should I change this code to find that folder? Should I name each photo? (there are about 25)

on (Release) {
gotoAndStop(9);
getURL("fscommand/foundations_of_lighting.html", "_blank");
}
on (release) {
fscommand("exec", "foundations_of_lighting.html");
}

Thanks for you help!
Marty