A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: link to a different page.

Hybrid View

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    8
    How do I make a link to a new page in a flash movie.

  2. #2
    We Hate Ars*nal
    Join Date
    Mar 2001
    Location
    North London!
    Posts
    439
    Use

    Code:
    on (release) {
    	getURL ("www.whatever.com", "_blank or _parent or _self or _top");
    }

  3. #3
    Owner of the ™ thread tublu's Avatar
    Join Date
    Nov 2000
    Posts
    2,430
    yeah . you can also see a live example here LINK

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