Im making a website type thing for a portfolio for my A level school work, and Im having a problem with my navigation.
Basically It is a .swf with the nav bar, with each button (which are actually movie clips) linking to the file. The problem is with the Subfolders in my website folder.
On pages where the .htm file is in the root folder all the links work, but when im on a page which file is in a sub folder, none of the links on the navigation work.
This is because in the .fla i have used:
on (release) { getURL("home.htm","_self");
and it is searching for “home.htm” in the sub folder, where i want it to find it in the websites root folder.
What I want to know is how would I link to “Home.htm in the websites root folder”, not “home.htm in the folder youre in”
cheeers
ill also include the .swf if you dont understand how ive done the buttons