Broken Link when in another dir
Currently I am making a flash website.
I link the flash content by opening up my .html file in notepad and supply the right link address to the flash content.
Universally I have a navigation bar which appears on every page. I call it navbar.swf
Until recently everything on my website was working until I made a seperate directory for organization.
It went from being linked in the first directory to being linked to a whole diff folder.
For exp: In my new directory I have to link using "../../navbar.swf instead of doing "navbar.swf"
On the navbar I have a link to "index.html" however when I click on that link using the "../../navbar.swf" code it says that "index.html" cannot be found.
How do I fix this problem without changing the link to a "www.website.com"
Any ideas?