Hello,
I use this function in html to create a button that is doing the same thing
than the "BACK" button of the browser:
<a href="" onclick="history.go(-1);return false "><img src=img1.jpg"></a>
I just can't seem to be able to do this with a button in a flash animation
What to use : FSCommand ? getURL ?
What would the function in the HTML page look like ?
Thanks a lot, Fred
I use this function in html to create a button that is doing the same thing
than the "BACK" button of the browser:
<a href="" onclick="history.go(-1);return false "><img src=img1.jpg"></a>
I just can't seem to be able to do this with a button in a flash animation
What to use : FSCommand ? getURL ?
What would the function in the HTML page look like ?
Thanks a lot, Fred