FREAKNUT
12-21-2006, 04:02 PM
I'm new to JavaScript, and as I'm reading up on it, I've got a question: Can JavaScript interact with the browser navigation buttons? I need to learn the different solutions to the browser back button issue with flash movies, and I'm wondering if it's possible to have my movie and Javascripting interact, then have my scripting send/receive values to/from the back button, browser history, etc. Is that possible?
I would like to make mention of the fact that I am aware of ExternalInterface to have JavaScript and Flash talk, so my only issue is JavaScript talking with the browser. Thanks!!
EDIT: Okay, I've been reading and now I have a more specific question. I know I can have JavaScript call information on the current browser window and history and such, but is there any way at all to allow the Java to detect when the browser's back button is clicked? Also, is there a way to have JavaScripting send URLs to the browser history (just by clicking a button I write), but without refreshing the current page? I would like to be able to generate a browser history without using hidden frames. Thanks again!
I would like to make mention of the fact that I am aware of ExternalInterface to have JavaScript and Flash talk, so my only issue is JavaScript talking with the browser. Thanks!!
EDIT: Okay, I've been reading and now I have a more specific question. I know I can have JavaScript call information on the current browser window and history and such, but is there any way at all to allow the Java to detect when the browser's back button is clicked? Also, is there a way to have JavaScripting send URLs to the browser history (just by clicking a button I write), but without refreshing the current page? I would like to be able to generate a browser history without using hidden frames. Thanks again!