A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: multiple URLs in Flash based website

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    8
    Hi gurus

    I am a bit stuck could you help me please!
    I am building at the moment a Flash based web site, but my problem is that, how can I include multiple URLs in a Flash movie?
    many thanks to you all goodies
    newbies
    Sahih

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    I'm not sure what you mean by multiple urls ?

    Do you mean loading in external .swf's ?

  3. #3
    Junior Member
    Join Date
    Aug 2001
    Posts
    8

    estudioworks enqiury

    Hi estudioworks

    Thanks in advance
    I mean for example if I want to link to many external
    getURL( http://flashkit.com...) addresses from within a Flash moive.

  4. #4
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282

    Re: estudioworks enqiury

    I'm still a bit confused but, you can link to as many external urls as you like.

    Just put this in your button.

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

  5. #5
    Junior Member
    Join Date
    Aug 2001
    Posts
    8

    estudioworks



    This is realy faster eeeh

    I got it

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