Linking flash buttons to htm pages
Hey People
I have a flash question which is probably pretty simple but it is driving me mad!
I cant remember how to jump to a .htm file through a flash button when the .htm file I want to get to is in a different folder???
I have the file index.htm right under my htdocs folder on the web which has a swf file in it. I have a folder called ‘Video’ under the htdocs folder with a file in that called video1.htm.
When i click on the button in the swf file which is in index.htm, i want it to take me through to video1.htm which is in the folder 'Video'. If that makes sense!!
My actionscript reads;
on(release){
getURL("Video/video1.htm");
}
How come it isn’t working?? Just sends me to a page that says ‘page cannot be displayed’!!!
Thanks for any help
GR Web FX :rolleyes:
GR Web FX
Junior Poster in Training
66 posts since Nov 2004
Reputation Points: 11
Solved Threads: 0
Where is your swf file placed? Use getUrl path relative to swf file.
ManicCW
Junior Poster in Training
95 posts since Nov 2005
Reputation Points: 13
Solved Threads: 11
yeah every link link in flash is relative to the swf file directory
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42