Problems linking flash buttons

This is a discussion on "Problems linking flash buttons" within the Flash & Multimedia Forum section. This forum, and the thread "Problems linking flash buttons are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 17th, 2007, 14:22
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Problems linking flash buttons

Has anyone had problems linking flash buttons on cs3, all i seem to get is ''current selection can not have actions applied to it''

Any suggestions
Reply With Quote

  #2 (permalink)  
Old Jul 17th, 2007, 14:34
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Problems linking flash buttons

I haven't, the item you are applying actions to, are you sure you've made it into a symbol? i.e. movieclip or button?
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #3 (permalink)  
Old Jul 17th, 2007, 14:35
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems linking flash buttons

It is set as a button
Reply With Quote
  #4 (permalink)  
Old Jul 17th, 2007, 14:41
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Problems linking flash buttons

Hm, interesting, I haven't had any issues with it as of yet. Sorry to not be of any help.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #5 (permalink)  
Old Jul 17th, 2007, 14:51
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems linking flash buttons

could anyone explain the exact method of applying a link to an htlm doc to a button on CS3, as i could do it on cs2
Reply With Quote
  #6 (permalink)  
Old Jul 17th, 2007, 14:54
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Problems linking flash buttons

It's have to looke something like this:

Code: Select all
 
// assume the button's name is myButton

import flash.events.MouseEvent;
import flash.net.*;

function openPage(event:MouseEvent):void
{
    var request:URLRequest = new URLRequest("test.html");
    navigateToURL(request, "_blank");
}

myButton.addEventListener(MouseEvent.CLICK, openPage);
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #7 (permalink)  
Old Jul 17th, 2007, 16:16
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems linking flash buttons

can you have a look at this and see where im going wrong this is my problem

http://www.yousendit.com/download/OG...TkEwVWswTVE9PQ
Reply With Quote
  #8 (permalink)  
Old Jul 24th, 2007, 08:42
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems linking flash buttons

No Ideas?
Reply With Quote
  #9 (permalink)  
Old Jul 24th, 2007, 15:41
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Problems linking flash buttons

Sorry was away for a bit there and didn't get a chance to download your file. The link is now expired - can you resend it please and I will take a look when I get home tonight. (I don't have CS3 here at work yet)
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #10 (permalink)  
Old Jul 25th, 2007, 09:03
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems linking flash buttons

I will re upload in a few hours. thankyou


Last edited by Phixon; Jul 25th, 2007 at 09:06.
Reply With Quote
  #11 (permalink)  
Old Jul 25th, 2007, 15:14
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Problems linking flash buttons

Alright, I'll take a look when I get home this evening.

Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Tags
flash button linking

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking buttons jtyoungs Flash & Multimedia Forum 4 Nov 8th, 2007 13:45
Linking buttons in FLow List component Raynia Flash & Multimedia Forum 1 Aug 29th, 2007 21:18
Flash buttons R8515198 Flash & Multimedia Forum 5 May 20th, 2007 23:53
Linking issues in Flash MX 6.0 Inj3cted Flash & Multimedia Forum 2 Apr 17th, 2007 13:58
Flash Buttons Travis R Flash & Multimedia Forum 8 Nov 21st, 2006 01:31


All times are GMT. The time now is 01:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43