hello all,
im having a problem with navigating from a flash page to a html page. The flash section is uploaded on a server along with the html pages, but they cant find each other so i think the script i am using is wrong.
the website address is www.flowertime. org.uk you use the buttons on the right hand side to navigate to different sections of the web page, but it is going from flash (.swf) to an html page.
please find the snippets of code from to buttons... as you can see i have tried addressing the html page differently, but still no luck
_______________ _______________ _______________ _______________ _______
on (release) {
//Goto Webpage Behavior
getURL("wedding s.html","_paren t");
//End Behavior
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
on (release) {
//Goto Webpage Behavior
getURL("http://www.flowertime. org.uk/somethingspecia lmain.html","_p arent");
//End Behavior
}______________ _______________ _______________ _______________ _____
any advice would be great... so check out the website and see if you know what im doing worng!
regards
jason
im having a problem with navigating from a flash page to a html page. The flash section is uploaded on a server along with the html pages, but they cant find each other so i think the script i am using is wrong.
the website address is www.flowertime. org.uk you use the buttons on the right hand side to navigate to different sections of the web page, but it is going from flash (.swf) to an html page.
please find the snippets of code from to buttons... as you can see i have tried addressing the html page differently, but still no luck
_______________ _______________ _______________ _______________ _______
on (release) {
//Goto Webpage Behavior
getURL("wedding s.html","_paren t");
//End Behavior
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
on (release) {
//Goto Webpage Behavior
getURL("http://www.flowertime. org.uk/somethingspecia lmain.html","_p arent");
//End Behavior
}______________ _______________ _______________ _______________ _____
any advice would be great... so check out the website and see if you know what im doing worng!
regards
jason
Comment