A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: linking to another web site from flash

  1. #1
    Member
    Join Date
    Dec 2001
    Posts
    65

    Angry

    what ive done is created a quick intro movie, at the end i want it to say click here for alternate site. How do i make a symbol or text link to another site, you know like assigning an image to a web page using a href, how is this done in flash

    thanks

    rich

  2. #2
    Hi Rich,

    Below i hopefully have explained how to do this,

    create a button ( >insert >new symbol >button ) then create your up, over, down and hit frames. go back to the main movie and place this button where u want it in the movie. noe right click on the button and go to actions. a new menu will now open up. you should have a list of actions somewhere in this list depending on which version of flash you have. double click on the sction "get url". you should then be able to see a place to type in the url you want to goto. type the url in and your finished. the action script should look like the one below

    on (release) {
    getURL ("http://www.flashkit.com");
    }


    hope this helped

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