A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Link to www. from a image portfolio slider?

  1. #1
    cold in sweden
    Join Date
    Jan 2008
    Location
    sweden
    Posts
    3

    Link to www. from a image portfolio slider?

    Hi all well I finaly admitted defeat and need a little help from you as masters.

    I am using flash 8 and am trying to add web links to my invisible buttons on my portfolio slider see as below

    on(release) {
    getURL(_root.btlink[1])
    trace(_root.btlink[1]);
    }

    I try


    on(release) {
    getURL(http://www.yahoo.com/)
    trace(_root.btlink[1]);
    }

    but am not sure what to do with the rest of the as??

    thanks in advance
    Last edited by swinglish; 01-11-2008 at 02:14 PM.

  2. #2
    Getting There! bitsk308's Avatar
    Join Date
    Jul 2000
    Location
    Phoenix, AZ
    Posts
    427
    that code is fine, so your problem might be with your link array.

    on the main timeline i assume you have:

    PHP Code:
    var btlink:Array = new Array("http://www.flashkit.com","http://www.google.com"); 
    or the like

  3. #3
    cold in sweden
    Join Date
    Jan 2008
    Location
    sweden
    Posts
    3

    thank you!!!!!

    Nice one now fixed!!

    thanks for the very speedy reply!! 308888888888!

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