A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: button --> change html page

  1. #1
    Senior Member
    Join Date
    Mar 2001
    Posts
    197

    button --> change html page

    How do you change an html page with a flash button?

    on(press){
    //<a href="somepage.html">
    }

    Sorry this question is so so basic, I have only loaded movies with flash buttons up until this current project. Thanks in advance for any help.

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    on(press){
    getURL("http://www.mysite.com/", "_self");
    }

  3. #3
    Senior Member
    Join Date
    Mar 2001
    Posts
    197
    ahh thanks dude...

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