Macromedia Flash Movies, Sound Loops, Tutorials, Action Scripts, Menus, Buttons, Web Templates, intros & more!

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

 Submit Here! · Link to Us · Newsletter · Tell a Friend · · Make It Homepage

» Advertisement

Create Speaking Characters for your website and Flash movies. 15 Day Free Trial









Go Back   Flash Tutorials, flash help, action script and flash discussion > Development > Newbies


Tags: ,

Reply
 
Thread Tools Display Modes
  #1  
Old 12-23-2004, 05:46 PM
Lolipop Lolipop is offline
 
Join Date: Dec 2004
Location: Portugal
Posts: 1
Lolipop is on a distinguished road
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
Reply With Quote
Sponsored
jeet jeet is offline
 
Join Date: May 2004
Location: India
Default
  #2  
Old 12-24-2004, 02:53 AM
NTD NTD is offline
Moderator
Moderator
 
Join Date: May 2004
Location: U.S.A.
Posts: 2,890
NTD has a spectacular aura aboutNTD has a spectacular aura aboutNTD has a spectacular aura about
Send a message via AIM to NTD
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.
Reply With Quote
  #3  
Old 03-30-2005, 04:51 AM
BurtonRide04 BurtonRide04 is offline
 
Join Date: Mar 2005
Posts: 1
BurtonRide04 is on a distinguished road
Send a message via AIM to BurtonRide04 Send a message via MSN to BurtonRide04
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...
Reply With Quote
  #4  
Old 03-30-2005, 04:00 PM
NTD NTD is offline
Moderator
Moderator
 
Join Date: May 2004
Location: U.S.A.
Posts: 2,890
NTD has a spectacular aura aboutNTD has a spectacular aura aboutNTD has a spectacular aura about
Send a message via AIM to NTD
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
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie to Flash - Please help, can I randomise web links? purplefruit Flash - ServerSide 2 04-26-2009 03:06 AM
Links in a flash banner rn29 Newbies 1 08-08-2006 10:14 PM
super newb Adding html links to flash mrREALITI Newbies 1 03-19-2006 04:39 PM
Flash site news slideshow with links hyderabad77 Flash Scripting 5 06-27-2005 09:02 AM
um... using flash links with frames on dreamweaver... adrian gray Newbies 2 07-24-2003 03:23 PM

All times are GMT. The time now is 12:54 AM.



Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Forum SEO by Zoints