PDA

View Full Version : Basic getURL action???[FMX]



Davehead
April 22nd, 2003, 06:52 AM
Hey all,
I am creating a movie, and need to create alink to open a web page.
My movie exists in a folder ("Flash") and I need to move up a level(out of that folder), and into another folder, (HTML) where the page I need to open resides.

What would the path name need to be ie:
..\HTML/default.html ???????

Please help as I know I am just using the wrong slashes etc . . . .

λ
April 22nd, 2003, 07:05 AM
I think youd have to use an absolute URL, so something like www.yoursite.com/html/htmlsite.htm

Davehead
April 22nd, 2003, 07:15 AM
Thanks, but how could I test that locally ??

λ
April 22nd, 2003, 07:47 AM
I believe you could test that with "file://C:/thepathtoyourfile"

Flashmatazz
April 22nd, 2003, 10:13 AM
it should be:

../HTML/default.html

Davehead
April 22nd, 2003, 11:01 AM
Thanks