Professional :: Get Buttons To Link Back To A Symbol?

Oct 26, 2010

I am an extreme newbie at Flash and AS3.I've just been reading all I can this past week and trying to put together what I had hoped was a simple project in flash for our Website banner. I'll try to describe my project and the part that I am stuck at.[URL]..
 
You'll see a large green banner near the top of the page that advertises one of our products. In Flash, I have created a rotating banner with five images like the one shown on our site. I have it rotating on an 8-second basis, and I have it so that when someone clicks on my invisible button (the whole banner part) that it goes to that product's web page. I've also added five small buttons in the bottom right corner, so that someone can hover over them and go back to one of the rotating images if they missed what was shown, etc.

I have figured out how to create the buttons and have them shown red, when hovered on each layer. The part that I am stuck at, is I don't know how once I write my action for each button, to have them link back to one of these rotating banner images. I know this is possible, I just don't know AS3 or any programming for that matter to understand what my options are for the function script. I have each one set up as an instance so that I can add the EventListener when they click on it, I just don't know what to put other than a URL, since that is all I am familiar with. If you know how to get me to link my project to this forum so you can see the actual project,

View 7 Replies


Similar Posts:


Professional :: Assign A Link To An Image Without Converting It To A Symbol?

Feb 12, 2011

I've seen alot of instructions online on how to assign a hyperlink to an image.  Alot of them say to convert the image to a symbol first and then add the appropriate Actionscript code (getUrl).  I'm just wondering if there is a way to do it without converting it to a symbol (converting it to a symbol seems to add an artifact to one of the borders of the pic).  Does anyone know if this can be done?  Or must all images be converted to symbols to get links assigned to them?

View 2 Replies

Professional :: Cant Get Buttons To Work After Linking Back?

Jan 6, 2010

The buttons in the flash movie also link to movie frames in the flash and external html pages. Once movie plays and stops, all links work fine, the links to the anchors and the links to the other html pages, however when I try and link back to the flash movie from an external html page, to specific frames in the flash movie, the html link will link back to flash movie frame fine, however once your back in the flash movie, none of the buttons in the movie work anymore.I have embedded the flash movie in an HTML and published it with anchors,"home, about, events etc.used this code for several buttons in the flash linking to frame anchors in the movie:

///////////////////////////
home_btn.addEventListener (MouseEvent.CLICK, handler);
function handler (event:MouseEvent):void

[code]......

View 6 Replies

Professional :: Animated Buttons Pointing To The Same Link?

Sep 16, 2010

I am working on our new website and have purchased an animated flash template. I have very limited experience of Flash and use Dreamweaver as my every day web tool.
 
I have modified most of the template but have a frustration with some animated buttons pointing to the same page even though I think i have programmed CS5 to point it to different pages. In the middle of each page is 3 boxes which have 3 Read me buttons... each should point to a different page.
 
[URL]
 
It has absolutely got me beaten. I have copied the buttons and their animations, renamed all elements of the button but something is clearly linking them together.

View 3 Replies

Professional :: Buttons That Link To Layers Or Alternative?

Jul 27, 2011

I am trying to create a Flash website that with multiple pages. Each page has input text areas to collect a number of something. I would like to do the following :
 
Have multiple pages that keep the user's input data as they navigate back and forth between pages Allow the user to hit a simple "calculate" button to take the kept information on each page and show the end calculation of the entered data on each page on the main stage or page.
 
I would assume that to keep input information intact, the pages would all have to reside in FRAME 1 where the actionscript is kept and the main guts of the calculations occur. So, is there a way to make a multi-page website in Frame 1 only using only multiple layers where the page buttons simply only go to another layer rather than page. Or, can I create a multi-page website over many frames, keep the user entered data intact while navigating to each page and propigate/calculate that data when the user hits the "calculate" button on the main page?

View 1 Replies

Professional :: Link Buttons To Labels In A Separate Movieclip?

Mar 19, 2011

I'm fairly new to flash so please excuse my lack of knowledge...using AS3 basically I had a situation arranged where when a button was clicked and flash would then display a certain image by jumping to a label on the timeline, and by clicking a different button a different image would be shown. this was working pretty well but for layout reasons I had to split these buttons and the timeline that they relate to up into separate movie clips. obviously the buttons dont do anything now, but what i'm hoping to find out is how I can link these items back up despite them being in separate movie clips.  is this possible? i'm just wanting them to do the same thing they did when they were both in the same movieclip.

View 10 Replies

ActionScript 3.0 :: Buttons To Navigate Forward And Back But Gets Stuck In Back?

Dec 4, 2010

Anyways I am using action script 3.0 and I created multiple layers using just one scene.  I created a layer with lables on them to mark where I want my buttons to point to and go to.  I have the stop (); on the first frame.  And I made my buttons mostly interactive with movie symbols and tweens.My first scene I have 2 doors, the user can pick which door to go to and it takes them into a different path.I made the buttons that are clicked to go forward, and then I tried to make an invisible button on the button edge of the scene to go backwards However, the PROBLEM is when I click my button to go backwards I am stuck on the first page and can't move forward.

function gotoOne(evt:Event):void{  gotoAndStop("one")}backbutton1.addEventListener("click",gotoOne);
function gotoFour(evt:Event):void{ 

[code].....

View 11 Replies

AS2 :: Professional - Buttons - If Click The Logo Repeatedly In Different Areas The Link Will Sometimes Work

Nov 23, 2010

Working on the following site [URL] On the "What we Do" page (one click to the right) each company logo is linked using the Action Script 2 below. Only the "Zipfizz" button works though. The rest of the buttons only work very rarely. I made a stock button from a white box then turned the opacity to 0. Put one over every logo with the proper dimensions and gave them the right instance names. If you click the logo repeatedly in different areas the link will sometimes work. Anyone have an idea what's going on? I not very familiar with AS2, only AS3 but the site was built by another designer awhile ago.

[Code]...

View 1 Replies

Professional :: Blinking Inside Of A Movie Clip Symbol And Placed The Symbol?

Aug 5, 2011

I animated eyes blinking inside of a movie clip symbol and placed the symbol on a face outside of the symbol.The eyes are stuck on the first frame. I am using CS5. What do I do?

View 5 Replies

Professional :: Browser "Back" Arrows Do Not Work With Flash Buttons?

Apr 12, 2010

I've made several flash buttons for use in my navigation bars. They work great but the "back" arrows on the browser are always grayed out. It doesn't seem to matter what kind of browser I use. The site was made in Dreamweaver and the Flash buttons are imbedded within the pages. I posted the same question on the Dreamweaver forum and got some vague answers.
 
Is there some code I can put into my Flash buttons?
 
The site is [URL] or just type "Fire on McGinnis" into a search engine.

View 6 Replies

Professional :: Make Buttons That Animate On Mouse Over Go Back To Original State *smoothly* On Mouse Off?

Aug 26, 2011

The title pretty much sums up what I am trying to do: I haven't started digging into using script in Flash yet, still being very much a beginner.
 
I created a simple file using movie clips nested in buttons so that when I mouseover a letter, it bobs up and down, but I can't work out how to make it return to its original "up" state *smoothly* when the mouse is moved away. If it must involve script please be aware I am a total noob!

View 9 Replies

ActionScript 3.0 :: Add To Make The Symbol Goto The Back On Mouse Out?

Aug 8, 2011

I've modified the code snippet "Bring Object to the Front" to bring a given stage symbol to the front on mouse over. My question is, what code do I add to make the symbol go to the back on mouse out? My code is below -- exact same as the code snippet in CS5, but with MOUSE_OVER in place of CLICK.

[Code]....

View 5 Replies

Professional :: Back Button On Web Browser Goes Back To First Frame Instead Of Actual Last Page?

Oct 21, 2010

I have a Flash website with 3 interfaces( 3 frames with movie clips inside). they have a button that goes to different loaded .html page(text). But once the back button is pushed on the web browser, it always goes back to the first frame instead of the actual last page, which might have been frame 2 or 3.

View 1 Replies

ActionScript 3.0 :: Link Text Symbol With A Swf File?

May 16, 2011

I'm working in a file called mod3.fla file with text, I want to add a link to that text, that would take me to another file called mod2.swf.

View 1 Replies

Professional :: Putting A Symbol Into Another Symbol?

Feb 13, 2011

I am following this tutorial, [URL] and everything works until i actually try to place a graphic symbol into another symbol. I am trying to make a character walk across the stage. Flash tells me I cannot place a symbol within itself. Why not and how can i!!

View 1 Replies

Professional :: Flash/XML Link - Format The Link Tag In The Xml If There Is A Standard?

Feb 17, 2012

I have created a small application which takes it's information from an xml file and displayes it in a news ticker which is a flash Flash AS2 application. tell me the correct way to format the link tag in the xml if there is a standard when wanting to state a target for the link?  The xml file currently looks like:

<newsTicker>
<item>
<header>Test Message 1</header>[code]....

So what I want to do is to be able to open the link in a taget=_blank window however adding that to the end of the url does not currently work.I have added a comma and also tried using a space, space and encompassing in quotes but none are working.

View 1 Replies

AS3 :: Code For Next- And Back-buttons

Mar 28, 2011

I am building a image presenter in Flash with as3 but i need a piece of code to make the two buttons work correctly. The code i have is as2 and i get 10 errors using it.[code]

View 3 Replies

ActionScript 2.0 :: Buttons Inside Movie Clip Symbol?

Jan 31, 2010

I have a button inside a movie clip symbol.

I have scripted it to go to the next scene but all it does is replay the movie clip.

View 1 Replies

ActionScript 2.0 :: Quality Decreases When Making Symbol Of Buttons

Mar 30, 2004

I have a few buttons and when I make them a symbol, they look like crap. Any trick to make symbols look as good as the imported bitmap?

View 12 Replies

Get Back Action Script Buttons?

Aug 4, 2009

One if the reasons I used Flash 5 for my personal company website was the really simple programming through action script buttons an fill-out-forms (you know: Gotoandplay, fill out this, click there and so on ...).Im a good artist but im terrible att programming! Anyways now I got one of the latest versions of Flash and action Script is definatelly still there but in soooo many versions and and those action script buttons and fill-out-windows are not there any more, so Im lost! I dont have Flash 5 anymore otherwise I would use it.

Is there a button somewhere so I can get back my "useless newbie action script buttons"? Or what should I do?

View 6 Replies

ActionScript 3.0 :: Next And Back Buttons Not Working

Nov 8, 2010

I am making a test that when you hit next it goes to a specified frame and if you hit back it goes back to the previous specified frame. The code works when I go through the code once all the way forward and back but once I try to move forward again it skips over all the inbetween pages and ends at the final page. The back button code works fine it is only the NextBt code that isn't working right.

[Code]...

View 9 Replies

ActionScript 2.0 :: Adding Back And Next Buttons?

Sep 3, 2009

I am working on the tutorial [URL]

The tutorial uses a multiline textbox to display data from MySQL but I wanted to know how I would code if I used a SINGLE LINE textbox and added a BACK AND NEXT BUTTONS to show one record at a time.

View 0 Replies

ActionScript 2.0 :: Use Back / Foward Buttons In IE?

Feb 23, 2004

I need to know how to use the Back/Foward buttons with IE. I have a movie that has several frames. Each frame is a section of the page. If you go to a different section of the page, I want to be able to use the back button to go back to the previous section you were at. I have searched around and found this, but it is of little help to me. I don't know anything about how to use Javascript and flash. URL] I have heard rumors that there is a way to do this with named anchors?

View 2 Replies

ActionScript 2.0 :: How To Create Back Buttons

Sep 14, 2006

How to create a back button, like you see in all the flash games instruction pages. I am using Flash Professional 8

View 7 Replies

ActionScript 2.0 :: Adding Back And Next Buttons

Sep 3, 2009

I am working on the tutorial [URL] The tutorial uses a multiline textbox to display data from MySQL but I wanted to know how I would code if I used a SINGLE LINE textbox and added a BACK AND NEXT BUTTONS to show one record at a time.

View 2 Replies

ActionScript 3.0 :: Swfaddress Using Back Buttons?

May 15, 2011

I have recently been asked to design a website in Flash, although I have done quite a few webpages using flash I have never used the swfaddress method to enable browser buttons, and for the past year i have only don't html site. For some reason none of the source files I download are working, the demo works from the site but the source files don't (for example [URL].. I don't know if I'm just forgetting somthing or what my issue is. Another odd thing is I can't seem to open the [URL]..

View 2 Replies

ActionScript 2.0 :: Back / Forward Buttons In IE?

Feb 23, 2004

I need to know how to use the Back/Foward buttons with IE. I have a movie that has several frames. Each frame is a section of the page.If you go to a different section of the page, I want to be able to use the back button to go back to the previous section you were at.

View 2 Replies

ActionScript 2.0 :: Forward And Back Buttons?

Jan 27, 2005

I'm redoing my portfolio and just want back and foward buttons, so user can click through my portfolio.

View 5 Replies

ActionScript 3.0 :: Creating Back Buttons In Flash CS4

Dec 15, 2008

Thought I would give more info on my problem creating a button in Flash CS 4 AS 3. I have an intro page that users see when they type in my url. On the intro page I have a ENTER BUTTON that takes the user to my
homepage and the enter button works fine. Here is the AS for the enter button:

[Code]....

View 4 Replies

ActionScript 3.0 :: Navigation Between VideoClips Using Next / Back Buttons

Nov 29, 2011

I can't use navigation between three videoclips by using next/back buttons. My videoclip instance name are..
chapter1
chapter2
chapter4

View 2 Replies







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