I’ve done some searches on Google and have found some useful information, but nothing to restrictive to AS3. Does anyone have any good references for enabling the back button in AS3? Thanks!
I found only this code
on(press, release){
getURL("javascript:history.go(-1)");
}
It isn’t AS3, but might it give you a clue?
cheers…
i made a tutorial for something like that, it is pretty easy to understand because it covers the basics (kind of :P)
http://blog.mindnoise.net/2008/05/browser-back-button/
you should check it, if you have any questions pls post a comment:)
Have fun!
Great! I’ll check it out. Thanks happy shoes!