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