A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: FLASH URLs in HTML

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    3

    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 !

  2. #2
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    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 ]

  3. #3
    Junior Member
    Join Date
    Nov 2001
    Posts
    3
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center