Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

General Discussions


You are currently viewing our General Discussions as a guest. Please register to participate.
Login



Reply
Programming a flash intro..?
Old 03-04-2006, 07:55 PM Programming a flash intro..?
Skilled Talker

Posts: 64
Location: Australia
Trades: 0
I've begun work on my website and my Pre-Home page will contain a fairly small flash intro. I would like to know how i can program the flash intro's buttons (Enter Site, About Us, Contact Us etc.) to open another URL in the same window as well as a new window?
Elite is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-08-2006, 12:11 AM Re: Programming a flash intro..?
Skilled Talker

Posts: 64
Location: Australia
Trades: 0
Well....anyone?
Elite is offline
Reply With Quote
View Public Profile
 
Old 03-08-2006, 10:41 AM Re: Programming a flash intro..?
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
macromedia gives basic tutorials for this, IIRC it is on the help menu.

btw. this belongs here
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 03-10-2006, 03:11 AM Re: Programming a flash intro..?
Skilled Talker

Posts: 64
Location: Australia
Trades: 0
I'm still a bit confused.

Quote:
IIRC it is on the help menu.
Which help menu??? On Flash or Dreamweaver.

I'm new to this stuff but i have my intro made, so i need help linking the buttons to open a site.

Last edited by Elite; 03-25-2006 at 07:34 PM..
Elite is offline
Reply With Quote
View Public Profile
 
Old 03-25-2006, 07:41 PM Re: Programming a flash intro..?
Skilled Talker

Posts: 64
Location: Australia
Trades: 0
???...
Elite is offline
Reply With Quote
View Public Profile
 
Old 03-25-2006, 09:29 PM Re: Programming a flash intro..?
Skilled Talker

Posts: 52
Trades: 0
How I do it is first I select the button I want to do something, then I select "window" and then "actions" from the menubar. This will bring up the actionscript panel. Then paste in this code into the window:


on (release) {
getURL("http://www.mywebsite.com", "_self");

}


That will open it in the same window. If you want it to open in a new window, just replace "_self" with "_blank"

Hope that helps.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
tanda is offline
Reply With Quote
View Public Profile Visit tanda's homepage!
 
Old 03-26-2006, 02:10 AM Re: Programming a flash intro..?
Skilled Talker

Posts: 64
Location: Australia
Trades: 0
Thanks, this seems to work, but my flash animated buttons don't move once i've done this...can anyone help?
Elite is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Programming a flash intro..?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60561 seconds with 12 queries