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
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
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...
Frame code for MX or higherCode:on(release){ getURL("http://somesite.com","_blank"); }
• _self specifies the current frame in the current window.Code:_root.btnName.onRelease=function(){ getURL("http://somesite.com","_blank"); }
• _blank specifies a new window.
• _parent specifies the parent of the current frame.
• _top specifies the top-level frame in the current window.
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...
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks