Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

path back to a flash/html file not working 1

Status
Not open for further replies.

zickler

Technical User
Mar 6, 2004
28
IE
I have a html file called index.html and a folder called content. The index.html file contains a index.swf which has a button with the following script
on(release){
getURL("./content/publishedwork.htm");
}
The folder content contains publishedwork.htm, this html file contains the flash file publishedwork.swf which has a button that should take you back out of the content folder to the index page. The script I have on this is
on(release){
getURL("index.htm");
}
My problem is that the button works from the index.htm file to the publishedwork.htm but it does not work back from the publishedwork.htm to index.htm Would be grateful if anyone could tell me what is wrong with the actionscript on the second button that is preventing this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top