flash back button

Out of context: Reply #5

  • Started
  • Last post
  • 5 Responses
  • kinetic0

    put a frame at the bottom and load in an html page

    when you click a button in flash, you have to change the URL in that frame. when the new HTML gets loaded in, call a function onLoad that tells flash what section / frame to go to

    see this way...when you press back, you are navigating backwards within that frame....when the HTML file that was previously loaded in gets loaded in again (when you press back), it tells flash what to do

    essentially its just a bunch of HTML files (as many sections as you have in flash) telling flash what to do...you could do it smarter and have some sort of savvy JS array push and pop function but the above will work

View thread