ActionScript 2.0 :: Playing An Audio Clip From Local Library, When Clicking On An External SWF Button

Mar 7, 2007

I currently have random external swfs of "Buttons" loading and unloading into mc_containers into my main movie. These load and unload every couple of seconds.

What I would like to do is have sounds associated with these.. So if you was to click on one of the buttons, it would play a sound.

I have tried this by placing the sound in the button "down" section. However, it starts to play the audio and then as soon as the SWF unloads to load the next, the audio stops.

My question is: Is there a way that when you click on the external SWF loaded button - that it would then link to an audio file in the "main" timeline/library ? This way the audio would continue playing even though the SWF has unloaded.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Fade Out Audio Clip When Clicking A Button?

Apr 8, 2012

I have intro audio music playing on a project I am working on. The audio is in the timeline (but doesn't necessarily have to be), and when I click a button to move away from it, it just keeps playing. I can use SoundMixer.stopAll(); to make is stop as you click the button, but this makes a rather harsh abrupt stop to the music that is undesirable. I would like to have it fade the audio track out once the button is clicked.

View 14 Replies

Playing Local Audio Files With Flash And/or HTML5

Jul 9, 2011

I realize it is possible to play audio with Flash and HTML5 by passing a URL.

However, is it possible to get a reference to an audio file using a file browser (either with HTML5 or Flash), to then play this local file, again using either Flash or HTML5?

Of course, this should happen without the interference of a server. Since the file is already on the local system, it does not make sense to route it through a server only to receive the same file again.

View 1 Replies

ActionScript 3.0 :: Playing External FLV On Clicking Video Component?

Oct 20, 2008

I have a button on stage names voices. When it is click the video component should play voices.flv.

Here is my code.
import fl.video.FLVPlayback;
import flash.events.MouseEvent;
voices.buttonMode = true;
voices.addEventListener(MouseEvent.CLICK, video);
function video(event:MouseEvent):void {
flvplayback.source = this.event.target + ".flv";
}

I get this when I click on the button:
Error #1010: A term is undefined and has no properties.

View 1 Replies

ActionScript 3.0 :: External Swf Audio Keeps Playing?

May 21, 2010

I have a big problem that the audio of the external swf keeps on playing on top of other swf after clicking another button.

I have about 22 external swf files that are called up after clicking on their respective button. However, the audio keeps playing on top of the new swf that is selected. It thought the "removeChild(loader);" would work but it doesn't remove the audio.

I don't know if this may be an issue, but along with every swf that plays there are 3-4 .flv videos that are included in the swf. I have included the code.

import flash.display.MovieClip;
var Xpos:Number = 220;
var Ypos:Number = 105;
var swf:MovieClip;

[Code].....

View 6 Replies

Actionscript 3.0 :: Add Library Clip On CLICK Without It's Children Playing?

Apr 18, 2009

I'm using a CLICK event to add a MovieClip to the stage from my library. Within the added MovieClip is a child MovieClip animation with a stop() on it's first frame.For some reason when I add the parent MovieClip to the stage on CLICK, the child clip immediately starts playing, even though it has a stop() on it's first frame. This is how I'm doing it:

Code: Select allstage.addEventListener(MouseEvent.CLICK, mouseClick);
function mouseClick (event:MouseEvent):void
{

[code]....

View 8 Replies

Get A Movie Clip To Automatically Load Up Another External Clip After Playing An Embedded Flv?

May 24, 2010

I'm trying to get a movie clip to automatically load up another external clip, after playing an embedded flv.

This is what I've tried so far:

var holdFrame = setInterval( holdFrame, 5000);
gotoAndPlay(
_root.mc_holder.loadMovie("swf/library.swf"));
clearInterval (holdFrame);

Although it throws no errors, the setInterval is ignored and it just loads direct into the next mc clip.

View 9 Replies

ActionScript 1/2 :: Turn On Audio For External Flv On Replay When Previously Muted While Playing?

May 3, 2011

I have a project where an external video plays with cue points that  trigger the elements on my main timeline (captions). I have a custom mute button  for the video so that the guy talking on the video can be muted if necessary (did not use a skin for video controls but set it up as a button). The problem is, when I reach the end of the video and I click  a "replay" button to restart at the beginning, the timeline and video start but if the video was muted previously, the video remains muted while my button shows that it isn't. How do I  get the audio to turn back on automatically when restarted, or at a minimum show that it's still muted when replaying? My replay button AS2. mcPlayer is my flv.

[Code]...

View 9 Replies

ActionScript 3.0 :: Call To Main Timeline, After External Video Or Audio Is Done Playing?

Aug 3, 2011

I am curious if there is a way to call back to the main timeline using AS3 after a video clip or audio clip that is being loaded externally, is done playing? For instance: you get to a page with a video on it, but when the video is done playing, instead of just sitting there, it automatically takes you to a new page (framelabel).

View 9 Replies

ActionScript 3.0 :: Play A Movie Clip By Clicking A Button

Nov 20, 2010

I have a button on the stage called 'play_btn' and a movieclip called 'movie_mc'. The movieclip has a stop on it's first fame so that it doesn't play on the main timeline. I want to use actionscript to have the movieclip play when the button is clicked.I know i need to do some kind of movie_mc.gotoAndPlay('2') on the button or something like that.

View 1 Replies

Pause FLV When Clicking An External Button?

Oct 16, 2009

I am autoplaying a FLV in a SWF in scene 1. I have created buttons on this same scene that will do different things, and present different information. I really want that button to pause that autoplaying video when it starts those actions. How can I accomplish this?

View 6 Replies

Actionscript 3 :: Make Flash Button Disappear When Playing Audio

Aug 12, 2011

I have a flash document (Actionscript-3) with play button on top of a image, and an audio is played when the button is clicked. How do I make the play button disappear when it is clicked and audio is playing. The button should reappear after the audio has finished playing.

View 1 Replies

ActionScript 3.0 :: Cursor Locking Up Upon Clicking A Movie Clip Button

Sep 30, 2009

I have a custom cursor that locks up upon clicking a movie clip button. The move clip is slightly different in that it is an invisible button that has other animations locked to its position as child states. This is due to me wanting the user to be able to drag the box you see in the file.The problem is most likely the way the parent child system is set up as I am unable to get the top position mouse event to work on it either yet it works fine on the green box I quickly made within this swf.

View 0 Replies

ActionScript 2.0 :: Loads External Swfs By Clicking A Button?

Jul 15, 2008

I've just recently started learning actionscript with most of knowledge coming from this site and others like it. My website loads external swfs by clicking a button. In these swfs is dynamic text and a slideshow. It load the text and images from an xml file. As you click around the website the slideshow stops working properly. I'm not really sure why this happening.

[Code]...

View 3 Replies

Actionscript 2.0 :: Controlling Volume On External Audio Clip

Jan 26, 2010

I've designed a website for a client and it's completed but she's complaining that the music on the website is too loud. I made a button so you can turn the sound on and off, but i have no clue how to make a volume button for an external audio clip and i haven't found a single tutorial on the internet that can help me with this specific issue. Can someone help me with this and give me a step by step instruction, including any code i need.

View 1 Replies

ActionScript 2.0 :: Movie Clip Finish Playing When A Button Is Clicked And Then Go To The Frame Label Associated With The Button

Jun 2, 2011

Anyway what I need to do is have a movie clip finish playing when a button is clicked and then go to the frame label associated with the button. I hope I'm explaining myself ok. So if I had say 4 buttons Home Gallery About Contact If Contact is clicked then I want the Home page to play (Which is a fade out) and then go to Contact Page (which will fade in). Then If Gallery is clicked then I want Contact to fade out and then go to Gallery page and fade in.

View 6 Replies

Get The Audio Level Chart From The Library Into View Along The Audio Timeline?

Oct 25, 2009

The images for animation load okay. The sound loads okay.  But the animation images need to be inserted in coordination with the sounds, which is difficult using only the ears  There is a visual graph of audio levels in the library window, which I have seen appear in the timeline also but only momentarily.  I do not know how to keep the audio graph on the timeline so as to know where to put the images.  I can keep the graph open on the little library window when it is open but not on the timeline. how to keep the graph open on the audio track while I work on the image tracks.

View 1 Replies

ActionScript 2.0 :: External .swf To Be Loading While That Movie Clip Is Playing?

Aug 2, 2003

I would like to have it so that when I click a button, it tells a movie clip to play and it just blinks loading. I want an external .swf to be loading while that movie clip is playing. When the external .swf loads, I want it to tell the mc to stop. How do I do all of this?

View 1 Replies

ActionScript 3.0 :: Detect When A Playing Audio File Has Reached The End (stops Playing)?

Aug 31, 2009

I have some animation (programmatic, I'm NOT using keyframed animation in timeline), and some music I want to play in the background. Once the music file reaches the end (about 30 seconds long), I want to trigger the end of the animation functions.I figure I could either use an actionscript timer to trigger the end of the animation or a keyframe with actionscript that is placed on the timeline near the end of the song but these methods assume knowledge about the duration of the wave file. If I changed the framerate or updated the external wave file, these triggers would possibly no longer sync upIs there some sort of event listener or other detection method for an audio file to signal it has finished playing? Or maybe there is a way to get the duration of the audio file to use in the timer

View 3 Replies

Streaming Audio / Loading Audio Into Swf First / Then Playing It?

Jan 28, 2012

I think it is loading the whole audio first into the swf, but I would like to get confirmation from someone more knowledgible.[code]I want it to stream the audio when the button is clicked only so that 100 of these swf will not slow down a whole webpage from loading.[code]I only start getting concerned when I noticed that on FF and Chrome, the page loads really quick but when I open the page in IE, it takes a very long time for the page to appear.

View 3 Replies

Flash :: Execute An External .exe From A Local .swf Using A Local XML Socket Server (C#)

Jan 7, 2012

I'm developing a game add-on/plugin which replaces a built in feature of an online game. The game loads an .swf therefore, my solution also has to be an swf for it to work 'in-game'.

I would like to be able to have the user press a button in the custom .swf I am making - and this would open an external application (amongst other things). I.e. if there was a button that said Notepad, it would open Notepad.exe on the machine.

My initial thinking was that i could have a XML Socket server 'daemon' runnning (c#) , which i could connect to with flash - however, as both the swf and the daemon are local, flash complained and gave this error: "Error #2010: Local-with-filesystem SWF files are not permitted to use sockets."

The only way i know to fix this - is to change the security settings of flash - not very user friendly!

So! Any thoughts on how I could otherwise go about this? I was thinking a custom http server could do the trick (connected with URLRequest) although i'm not too sure.

View 1 Replies

ActionScript 2.0 :: Make A Button That When Pressed Creates A Movie Clip From The Library?

Jun 21, 2011

1. How to make a button that when pressed, creates a movie clip from the library? So let's say there's a movie clip called "Guy". When I press the button, it creates "Guy" at a certain position.

2. I have a shooterish game, and I want different enemies to affect the healthbar differently. So what I have for my healthbar is a 150 frame tween of a healthbar going down. On a basic enemy that deals 1 damage/frame, I have this:

[Code]...

"marine" is my character, and "bar" is the healthbar. So to make it go down multiple frames at one time, the only way I know of is:

[Code]...

View 9 Replies

ActionScript 2.0 :: Playing A Movie Clip In Forward And Reverse With A Single Button?

Oct 5, 2010

i am new to this site and also to AS i am trying to create a an expand and collapse functionality in which i want a movie clip to shrink and disappear when i click on a button and reappear when i click it again the solution that i came up with was i animated the movie clip shrinking and disappearing and now i think playing the timeline in reverse will solve the other half and i also added the stop script at the 1st and last frame of the movie clip.

i tried a lot and a number tried and tested the no of scripting techniques posted on other threads

View 9 Replies

ActionScript 3.0 :: Playing A External Video With A Text Button

Mar 29, 2010

I am trying to start an external video with playback component (instance name- movie_flv) upon clicking on a text button I created (instance name- play_btn). Here is my code that I have so far

play_btn.addEventListener (MouseEvent.CLICK,playClick);
function playClick(event:MouseEvent)
{
trace ("button was clicked");
}

The trace function works but when I try to insert "movie_flv.play();" underneath the trace function, I get this error message: 1120: Access of undefined property movie_flv.

View 1 Replies

Stop Video Audio When Clicking On New Page Of Site

Aug 5, 2009

The situation is I have a number of pages with a single movie clip on each, however once the movie is playing and you click the home or contact buttons for example, it will go to the correct page but the movies sound keep playing in the background. So I've got a code, but I just get an error sayign tanmovstop() does not have a body. I'm very new to action script so am very lost! I'll be extremely grateful. The code on the sites main buttons is as follows, with tanmov being the movie whos sound I want to stop:

[Code]....

View 1 Replies

ActionScript 3.0 :: Flash - Movie Clip To Start Playing Straight Away When Press The Fore Button

Dec 24, 2009

I have a interactive movie clip with buttons. The problem I have with my movie clip is that whilst the movie is playing and I click the forebtn, it stops the movie. Ideally I would like the movie clip to start playing straight away when I press the fore button.

[Code]..

View 4 Replies

ActionScript 3.0 :: Stopping An FLV From Playing After Clicking To Another Scene?

Aug 8, 2009

I am a High school teacher working on a students work in CS4 flash Actionscript 3 and we are trying to stop the flv from playing when you click on the navigate to scene button. I can get the flv to stop but it is displaying in the background of the next scene.here is the code that i am using

import fl.video.*;
var myVideo:FLVPlayback = new FLVPlayback();
myVideo.source = "1LEO_1 00-31-54.flv";

[code]......

View 3 Replies

ActionScript 2.0 :: [Flash Cs3] Make A Button Called Textchange That Detects If The Movie Clip Meditext Is Playing?

Jan 16, 2008

I need to know how to make a button called Textchange that detects if the movie clip Meditext is playing, and if it is then largetext will start playing and Meditext will stop. But if it isn't playing, then nothing happens.

View 2 Replies

ActionScript 1/2 :: SwapDepth In A Playing Movieclip (no Buttons/clicking)?

Dec 5, 2009

What happens is I've used the the bus and car mcs to drive on both sides of the road in the animation (they will go across the screen then flip over and drive back within their respective mc).When they first cross over they are layered right but because of the timing of each animation, there is a point where both are going the same way on the same side of the road. At this point the bus pulls up higher (to the side of the road to pick people up) and the car passes it. The problem is when the car passes it is registered as being behind the bus (which would be hitting people).So i'm trying to get the car to swapDepths and come to the front Only when driving on one side of the road, so only at a certain frame reference essentially - not the entire mc.

View 3 Replies

ActionScript 3.0 :: When Clicking To Go To Another Section / Stop Music From Playing

Nov 19, 2010

This is the code I'm using with mp3 sound. I looking for some code when I click off, the music stops playing.[code]

View 3 Replies







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