Problem opening html files in Firefox
Hi, we are trying to open some html files from our flash projector (basically like an offline website). We open the html file using this code:
just put, on a frame, it has:
on (release) {
getURL("website/portfolio.htm", "_blank");
}
website being the folder on the cd with the files in.
If you already have firefox open, it opens the file fine. Or in IE if you have it open or not it will open it okay. But if you dont have firefox open it will just open firefox empty, without the file in.
With a website URL it works fine:
on (release) {
getURL("www.website-name.com", "_blank");
}
Thanks for your help.