-
FLASH URLs in HTML
Hi,
Was wondering how to link to a backwards and forwards to HTMLs, without assigning a name to each HTML. I have a large project with many HTMLs and have made buttons in flash for the pages. Now I want Flash (Actionscript) to recognize the pages before and after the Current HTML....
I heard this is possible, but until now have been unsucessful !
Thanks !
-
Code:
on(press, release){
getURL("javascript:history.go(-1)");
}
//this is the code for a back button in flash
i hope this helps . you out ..
cheers
-
Thanks, but that is not exactly what I wanted. I need the buttons to recognize the previous and next URL in a sequence......