A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Enabling external URL links to banners...

  1. #1
    H E A D L E Y : D E S I G N
    Join Date
    Aug 2006
    Location
    Charlottesville VA, USA - originally from London, UK
    Posts
    2

    Enabling external URL links to banners...

    Please help - can you tell me how to embed an extenal URL link into a .fla movie banner - so the site page opens in a new window...

    Please help

    Jake.

  2. #2
    Member
    Join Date
    Jun 2006
    Location
    World Wide Web
    Posts
    55
    Laziest way out: Create a transparent button, the whole size of the movie, (i.e color alpha=0), attach this code to the movie:

    on(release){
    getURL("http://www.mysite.com", "_blank");
    }

  3. #3
    Junior Member
    Join Date
    Oct 2006
    Posts
    1
    I can't get this action script to work in Mozilla FireFox. It works in MS IExplorer. Is this a ActiveX thing?

    Nevermind ..... I cleared the browser cache
    Last edited by erb69; 10-13-2006 at 03:21 PM. Reason: issue resolved

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