Groups | Blog | Home
all groups > flash actionscript > july 2004 >

flash actionscript : getURL from .swf



ochobeeguy
7/24/2004 5:51:25 AM
Is there a way to open a local HTML file from a .swf or projector file using a
relative address. I'm making a CD that will run the projector and hope to just
open HTML files from the CD. Right now they only open if the swf is running
through a browser. When I just run the swf, the browsers say they can't find
the files.
~X~
7/24/2004 9:52:53 AM
[quoted text, click to view]

I had the same problem,
I used this:

on (release) {
getURL("some_folder/some_file.htm");
}

I made symbols out of text...
From a *.swf file, this opens up a default browser. It works.

hope that helps

x.
AddThis Social Bookmark Button