ActionScript 3.0 :: Linking Multiple Buttons To Different URLs In Flash CS3?

Oct 5, 2007

I have a small flash movie with three buttons I would like to link to three different URLs. My code for these is below, however, when I test the movie there is a namespace error (copied below). I assume this is because both buttons are trying to use the same variable but I have no idea how to make this work in AS3.

where i need to make changes so the code understand that "thisButton" should take the user to URL#1 and "thatButton" should take the user to URL#2?

This is for my own site and I have to use AS3 as there is an FLV on it as well which requires AS3 to be viewed.

FIRST BUTTON

//when they click the "light" button go to the www.site/About page
this.lightButton.addEventListener(
MouseEvent.MOUSE_UP,
function(evt:MouseEvent):void {

[Code]....

View 9 Replies


Similar Posts:


ActionScript 2.0 :: Arrays - Linking Buttons With Urls?

Aug 28, 2010

I have started to take AS2 knowledge a bit further now and am working on a rss reader, i have multiple buttons which are loaded into the stage, what i would like to know is a) how do i create those arrays using their 'idenifier' and b) how do i link pressing those with the corresponding url in the urlArray?

what i then want to do is put the url which is loaded after a button has been pressed and put it as a variable which i can then load into

ActionScript Code:
rssFeed.load(/*urlGoesHere*/);

View 1 Replies

ActionScript 3.0 :: Getting Error Codes When Linking URLs To Buttons?

Sep 14, 2011

I am getting these error codes-
Call to a possibly undefined method addEventListener through a reference with static type Class.
Warning: 3594: exec is not a recognized method of the dynamic class RegExp.
I am getting these error codes. I inserted the link where my flash file is. [URL].

View 2 Replies

Professional :: Multiple Buttons Linking To Multiple Pages From One Movie?

Aug 28, 2011

I have a flash movie with 3 buttons I am trying to link relativley to pages within my site, I have one working fine but can't get the others to link and when I try it makes the one that is working, work no more..

Below's the code I am using for the one that is working;

import flash.events.MouseEvent;var getIndex:URLRequest = new URLRequest("../index.html");
//---Enter Button---\

[Code]....

View 5 Replies

ActionScript 3.0 :: Multiple Buttons Call Same Function To Link To Unique URLs??

Feb 11, 2011

So, I have tons o' buttons that each need to link to unique URLs, and I'd like to minimize coding as much as possible. The code below works, but I will have to do this about 50 times.Can I associate the URLs with the instance names of the buttons and then reuse the same function?In the event you didn't already guess, I'm a newbie to AS3

cap_mc.CapTeam_btn.addEventListener(MouseEvent.CLICK, capPage);
function capPage (evtObj:MouseEvent) {  trace("clicked") var url:String = "http://www.mydomain.com";  var request:URLRequest = new URLRequest(url); 

[code].....

View 8 Replies

ActionScript 3.0 :: URLs Linking To Different Sections Of Flash Pages

Jul 5, 2009

So this might be an easy but possibly a long answer, but I can't seem to find any good info on it anywhere. I'm trying to figure out how to have different sections of my flash site be linked to with different URLs. A good example of what I mean would be this site here: [URL] I'm not the biggest fan of the design but the functionality is great. It animates seamlessly between pages and each page has a separate URL. Is there an easy way to explain how this is accomplished?

View 2 Replies

ActionScript 2.0 :: Flash XML Photo Gallery Linking To URLs

Jan 17, 2006

I've gone through Kirupa's Photo Gallery tutorial and set it up to work on my site, it's here: [URL]

What I want is to be able to click on the big image after it's loaded, thus launching a new window leading you to that project's URL.

This gallery's [URL] images link to an external URL, that's what I want my big image to do. What do I need to add to my actionscript and XML file to do this?

View 9 Replies

ActionScript 2.0 :: Multiple Buttons - Linking To Directory With Similar Name

Sep 29, 2009

I am creating a map of the US. I've created a button for each state and named each button with it's 2 letter state code (AL, AK, AR, etc) in the library. I would like for each button to link to a directory on the site with a similar name, /site/map/AL, for example.

Rather than set up each button individually with script like:
on (release) {
getURL("/site/map/AL", "_parent");
}

Is there a way to consolidate the 50 buttons in to a few lines of code? If the destination directory were to change in the future I would then only have to change a couple of lines of code instead of 50 instances. I'm thinking the name of the button could be read and passed in to the button function, but I'm no programmer and not familiar enough with Actionscript to know where to start.

View 6 Replies

ActionScript 3.0 :: Linking Images To Outside URLs?

Oct 29, 2009

I'm trying to get my four images to link to outside URLs.

Here is my website: [URL]

And for example, I would like the "Option One" image to link to [URL]

I'm using Actionscript 3.0 and CS3.

View 1 Replies

Professional :: Create A Flash Website With Multiple Urls?

Feb 6, 2011

I am not great at flash and am making a website that has a few different tabs for different pages.How do I make different urls for each page?I want to track each page seperately.

View 1 Replies

ActionScript 3.0 :: Cannot Get Buttons To Link Urls In Flash Site

Sep 13, 2011

I am new to the community, I doing a free website for internship purposes, long story i cannot get my buttons to link in flash site, i have tried many different codes and none had worked, i am a newbie and i need some guidance in the right direction. I have three links Link1, Link 3, and Link 4 The current code I am using is import flash.net.

[Code]...

View 2 Replies

IDE :: Flash - Buttons To URLs No Longer Working In Php File?

Nov 23, 2009

Very strange thing has happened. I've had this site running fine for over a year, and recently I have discovered that the buttons that go to external URLs do not work.All of the buttons should be going to another .php file, and they have been until discovered yesterday that they do not.If you go to the .swf file directly, you will see that the navigation buttons take you to the correct .php files, but it becomes unclickable when it's in index.php.VERY strange... but then when you go back to index.php, and click the php active hyperlink "Gum Drops" at the bottom of the page, you'll get taken to the php page... and then all of a sudden the navigation, and all flash links to URLs work!

View 2 Replies

ActionScript 3.0 :: Linking Flash Buttons?

Aug 27, 2008

I am new to this. I have followed several tutorials with noluck. I am using action code 3. I want to link an invisible buttonto an url. I placed the code in the layer with the button.Thefollowing code I have used, but then follows the error message. Ican't figure it out.1180: Call to a possibly undefined method on.1120: Access of undefined property release1180: Call to a possibly undefined method getURL.

View 2 Replies

ActionScript 3.0 :: Different Buttons / Different URLS

Jun 21, 2010

On one of the pages (In the site I'm designing) I have 4 buttons that need to link to 4 separate URLS. When I code one of the buttons, a link on another page is stopped.I guess what I'm asking is, what is the best way to 'layout' my button links in each page? And what is the best way to achieve 4 buttons with 4 different urls.

View 4 Replies

ActionScript 3.0 :: Buttons For URLs?

Sep 7, 2008

I am trying to put 3 buttons in a frame. I want each of themto act as a link to Web pages. If I use just the code forlink_btn_one it works great. If I include the code for the other 2it doesn't work. What am I doing wrong?Here's my code:

var link:URLRequest = new URLRequest("
http://www.skybooks.com");
link_btn_one.addEventListener(MouseEvent.CLICK, onClick);

[code]....

View 7 Replies

Linking Buttons Inside A Flash Movie

Aug 31, 2010

I'm currently attempting to link buttons to other frames in the movie. I've tried tutorials and just can't seem to get my code to do what I want. The issue is that the buttons are inside a movieclip, and I'm trying to link them to frames in the main movie (Scene 1).

View 6 Replies

ActionScript 1/2 :: Error With Linking Flash Buttons

May 23, 2010

i m using flash  player 8 and when im trying to make a link button of my ready  tamplate im getting an error. i program the link action like this:
  
on(release) {
getURL("http://www.carmela-gallery.net");

 
but for some  reason i get this error when i press the check for errors button:
 
**Error** Symbol=About us, layer=Layer 1, frame=1:Line 1: Mouse events are  permitted only for button instances on(release) {Total  ActionScript Errors: 1      Reported Errors: 1
 
and of curse the link isnt  working when i test it. will be be happy if you help me to get forward  with this problem. let me know how we get forward with it.

View 8 Replies

Flash :: Professional - Linking Xml Links To Buttons

May 26, 2010

I am in a bit of a bind here i am struggling to link my xml links to flash buttons. Here is my xml:

[Code]....

View 3 Replies

ActionScript 3.0 :: Linking Database To Flash Buttons?

Oct 27, 2011

I'm creating my first flash website(action script 3)..In my website there is a page where there are download buttons for downloading brochure and video of my movie..i have been advised to create a database in my web host.. but if i do create a database, how do i link it to my flash buttons??

View 0 Replies

Link Multiple Images To Different Urls.

Apr 28, 2010

I've been trying to fix a problem I'm having in flash, but have no idea where to go from here. I am trying to link multiple images to different urls.[code]I need to make each bigImage file link to a different url.

View 6 Replies

ActionScript 3.0 :: Open Multiple URLs?

Jun 27, 2011

This is only opening the 2nd website, how can I make flash open both?

ActionScript Code:
navigateToURL(new URLRequest("xttp://wwx.facebook.xom"), "_blank");
navigateToURL(new URLRequest("xttp://wwx.youtube.xom"), "_blank");

View 3 Replies

ActionScript 3.0 :: Attaching URLs To Buttons

Feb 10, 2010

I have assigned a different URL link to each button in my flash file, but receive the error "duplicate function exists" when tested. I tried renaming each function, but get an additional error, so that doesn't work either. Below is my code:

[Code]...

View 12 Replies

Professional :: Flash - Linking Buttons To Internal Webpages

Oct 20, 2010

I am trying to get buttons to link to internal web pages and the flash to stop at the end but I am having difficulties. I put the correct action script in the actions tab, but it seems that they aren't working. The website is [URL]

View 7 Replies

ActionScript 3.0 :: Automate Multiple Slightly Different URLs?

Feb 1, 2010

I have an organization chart with about 40 items on it. Each item will have three options that will show up when moused over. Each of these options will go to a different [URL]... for example.

View 3 Replies

ActionScript 3.0 :: Multiple URLs, Error #1109

Apr 20, 2009

I'm trying to complete an ad project that will go on my institution's website. There are five ads (movie clips) that will cycle through once before stopping. From there, the user can hit a nav button (four movie clips) to view a particular ad and click on it, taking them to an outside website or a page on our own site.However, I've hit a snag involving Error #1109.

[Code]...

View 10 Replies

ActionScript 3.0 :: Multiple Urls For Button Link?

Jun 8, 2009

I've got a flash file loaded on more than 150 sites. The button in the file currently goes to a single URL, but we are developing individual URLs for the link for each site. How can I do this in one flash file? I don't want to create 150 flash files with different links. Can I variables or something?

View 3 Replies

ActionScript 2.0 :: Giving URLs To The Dynamically Created Buttons?

Mar 5, 2005

In the there is a dynamically created movie clip a navigation menu but i just can't find out how to give URL to the buttons dynamically created can someone show me how?t

View 9 Replies

Professional :: Setting Up Runtime Shared Library URLs With Multiple Environments

Aug 26, 2010

I'm trying to figure out if we can use RSLs to contain common UI controls for our next project.  I'm running into an organizational issue that I can't quite figure out - how to get the RSLs to work in both a local development/debugging environment, and on a production web environment, with the same exporting/importing URLs.
 
Here's what my setup would look like.  Say I have a main application main.swf, an RSL lib.swf, and a UI module dialog.swf.
 
Main.swf loads or embeds dialog.swf.  lib.swf exports some symbols that dialog.swf imports.
 
On a local development environment, these swfs are found in folders like so:

[URL]
 
Here is the problem.  If I set the export/import url for symbols in lib.swf to "assets/lib/lib.swf" (relative to the location of main.swf), the runtime library gets loaded fine in the local environment.  But in the web environment, it does not load - the player just shows the "..." graphic indicating it is trying to load. 
 
Alternatively, I can use "http:/myapp.com/assets/lib/lib.swf" as the export/import url.  Now, it will work in the web environment.  However, in the local environment, dialog.swf will load symbols from the lib.swf that is out on the web, not the one that is local.  But I need it to load from the local version, so that designers can muck about with the assets and see the results locally before publishing to the web.
 
Is there some alternative way to set up the swf's, or way to set the URLs, or some other hoop I can jump through that will make the RSL load properly in either environment without having to manually change URLs all the time?
 
(Details: I am using Flash Builder 4, CS 5, Action Script 3, Flash Player 10... No Flex!  My example omits some details from my actual setup, such as the fact that we are using a preloader to load the main application, and a php script on the web page to start the preloader.)

View 4 Replies

Flash :: Using An External Class With Multiple Frames On The Timeline And Multiple Stage Placed Buttons

Sep 21, 2010

I have a problem when making flash applications with more than one frame that has symbols placed on it in that I can't declare all of the event listeners for the objects at the same time and I have found that even if I put them all on the first frame, add the event listeners, then click through to the next frame then the buttons won't work on that frame.

Does anyone have any idea how I could solve this? I did consider myself a fairly competent AS3 programmer until I realised I had no idea how to handle this sort of thing. Solved: I initialised the clips from my external class and then addChild'd and removeChild'd them as I needed to and placed their x and y on addChilding.

View 2 Replies

CS3 Next Buttons - Linking To Next Frame

May 20, 2009

I have got a very simple flash timeline, on each frame is a different page of a book. There is four pages alltogether. I am trying to create 'next' buttons so that the user can flick through the book.

This is the code I have used:

stop();
btn_1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler1);
function mouseDownHandler1(event:MouseEvent):void {
gotoAndStop(2);

[Code]....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved