|
-
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 !
-
Between Flash & Flashkit
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
I want to learn .
wannabe flasher [ Actionscript 2.0 ]

-
Thanks, but that is not exactly what I wanted. I need the buttons to recognize the previous and next URL in a sequence......
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|