Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Results 1 to 4 of 4
  1. #1

    Default Links in FLASH????

    Hi,i've a amateur site made in frontpage and i'm starting in flash...
    i made some buttons in flash,but now i can't insert the link?which program do i use for that??thanks

  2. # ADS
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     
  3. #2
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    Flash buttons should probably be coded with actionscript in flash. You can use flash buttons in an HTML page and use some javascript to give the buttons the code you want, but in flash it is as easy as....

    object code placed on the buttons...
    Code:
    on(release){
    getURL("http://somesite.com","_blank");
    }
    Frame code for MX or higher
    Code:
    _root.btnName.onRelease=function(){
    getURL("http://somesite.com","_blank");
    }
    • _self specifies the current frame in the current window.
    • _blank specifies a new window.
    • _parent specifies the parent of the current frame.
    • _top specifies the top-level frame in the current window.

  4. Default

    Now my question is: if you are using a Movie Clip for your buttons, how do you keep that clip going when you add a link? When I add a link it stops...

  5. #4
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    A button event on a movieclip should have no effect on the motion of the movieclip. It is most likely an issue with how you have the motion coded for the movieclip. Post a code sample.
    A mind once stretched by a new idea never regains its original dimensions.
    - Oliver Wendell Holmes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Newbie to Flash - Please help, can I randomise web links?
    By purplefruit in forum Flash - ServerSide
    Replies: 1
    Last Post: 03-17-2007, 06:44 PM
  2. Links in a flash banner
    By rn29 in forum Newbies
    Replies: 1
    Last Post: 08-08-2006, 10:14 PM
  3. super newb Adding html links to flash
    By mrREALITI in forum Newbies
    Replies: 1
    Last Post: 03-19-2006, 04:39 PM
  4. Flash site news slideshow with links
    By hyderabad77 in forum Flash Scripting
    Replies: 5
    Last Post: 06-27-2005, 09:02 AM
  5. Replies: 2
    Last Post: 07-24-2003, 03:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial