|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Browser History
Does anyone know a way to add an entry to the browser history with actionscript? I want to workaround the back button taking users back out of my flash site.
Thanks. |
|
#2
|
|||
|
|||
|
i have that somewhere ii brb i need to find it .
cheers
__________________
please see my site http://www.f-web.net also tutorials coming soon.. I am for hire .timo@f-web.net |
|
#3
|
|||
|
|||
|
Code:
on(press, release){
getURL("javascript:history.go(-1)");
}
sorry it took me so long ..i have been very busy and i just needed it and i found it and thought of you ! cheers |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Browser History |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|