Professional :: Stopping Audio On A New Scene?

Apr 8, 2011

I was wondering how do I stop my audio when I enter a new scene?

View 3 Replies


Similar Posts:


Professional :: Playing - Pausing - Stopping Audio In A Timeline

Feb 23, 2010

I don't use Flash that much so the question may sound simple, but how do I pause audio in a timeline? I have added the audio, play and stop button. When I test it works fine, but I can't figure out how to add the pause button, or the play/pause button.

View 2 Replies

Pausing Or Stopping One Scene To Show Another?

Nov 2, 2010

I created a scene with my splash, etc. the last frame loads a text menu. I would like the links for each text menu item to start a new scene for the content of that menu item. Then when it is over, have a return button to go back to my scene with the menu items. I created the scenes, but when ever I play the movie, the scenes keep going one right after the other.

View 3 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 3.0 :: Stopping Audio On A FLV?

Nov 26, 2010

Im currently making a website but ive run into a problem. i imported a flv onto the stage, all was fine. i tested it and when i navigate onto the page it starts automatically. when i navigate away from the page the audio keeps playing. is there anyway i can stop it playing automatically and have it halt after i navigate away from the page.

View 1 Replies

ActionScript 2.0 :: One Swf Is Stopping Another Sfw's Audio

Nov 14, 2007

I have a game that has sounds for specific user actions. The second that the first sound is activated, sounds in all other flash movies stops. For example, mp3 streaming swf's or video streaming swf's from youtube, will halt, the very second the user clicks in my game. What's going on and how can I patch this?

View 2 Replies

ActionScript 2.0 :: Stopping Loaded Audio?

Feb 20, 2004

I have scene that loops over and over if the user clicks on the wrong button. The audio is loaded at about half way through the scene.when the scene loops around again, and the user clicks the right button I want the audio to stop. BUT it doesn't and I'm using the same code as I've used before (it works normally)Is it becuase the second time round, at the time the user clicks the button the audio hasn't actually loaded and started playing. All you're listening to is what's left playing from the first loop?

View 3 Replies

ActionScript 3.0 :: Stopping Audio In An External Swf File?

Nov 18, 2008

I managed to use a loader to load an swf that has a video/audio track encapsulated within it. It starts and plays fine. Because of property rights considerations, I must use the provided swf with the video within it rather than converting it to an FLV.

And using the unload command I get the video portion to stop, but not the audio.

I know that I need some kind of audio stop to stop the audio, but haven't been able to figure out exactly how.

The parent swf is pretty simple, no buttons, it just plays 6 external swfs under control of another program that starts it and stops it with no other interaction.

View 6 Replies

ActionScript 2.0 :: Starting And Stopping Audio Files?

Jan 10, 2007

I have 4 sets of 2 buttons (on and off):

Each set of buttons I want to trigger and stop a different audio file. (4 audio files in total)

I would like for the sound files to be saved within the .fla file.

I have done lots of searching but I still haven't been able to get this to work.

View 1 Replies

ActionScript 3.0 :: Stopping Audio Streaming Inside A Layer?

Oct 8, 2009

Sometimes I get ahead of myself and have to stop and say how the hell did I do this before?'m referring to a simple stop button I need to put in a flash animation. I know how to code calling a sound from the library, starting and stopping. But how do I stop audio that is streaming inside a layer from a button ?

d(new URLRequest("yoursoundfile.mp3"));var my_channel:SoundChannel = new SoundChannel();//2.play_btn.addEventListener(MouseEvent.CLICK, playSound);stop_btn.addEventListener(MouseEvent.CLICK, stopSound);//3.function

[code].....

View 3 Replies

ActionScript 3.0 :: Stopping UILoader Loaded Audio Of A .swf Video?

Jan 21, 2010

I have 3 buttons (and 3 .swf videos).Each button makes the main timeline go to a specific frame and stop.Each Frame tells the UILoader to load a different assigned .swf video (source parameter).

Problem: when playing the project's .swf in the Flash Player, "VISUALLY" the videos properly switch,but the Audio continues, so the Audio for all 3 videos are playing simultaneously.How do I get the current video's Audio to stop when the new video is loaded ?I experimented with enabled = false;"(and other methods) between the changing videos .

switch(eventMLR.target.name) ...
case "myVideo1MLR_btn":
for (k= 0; k < sndArrayMLR.length; k++){[code]..........

View 1 Replies

ActionScript 2.0 :: Stopping Flash Audio When Link Is Clicked?

Aug 20, 2010

This is really confusing (the title of this thread probably doesn't make any sense at this point), and I'm not actually quite sure what I'm trying to do is possible, but I figured I'd throw it out there.

Basically, I have created a speaker-looking button (speakerON_btn) that plays the audio in Flash. It works fine -- starts automatically and stops when it's at the end or when somebody clicks on it.

Then, I put this Flash file into an HTML... works good. However, on this HTML page, I also have a PDF link (that links to what the audio is discussing). I have been asked to stop the audio when the user clicks on the PDF to open it. I don't want the PDF to open in the same window, so I can't use that as a method to stop the audio.

Is there any ActionScript I can add to the Audio Flash file that will tell it to stop when a user clicks on a link outside of Flash?

Also, if the above is impossible, would it be possible to add ActionScript to stop the audio if I were to build the entire HTML page as a Flash file? If that's a possibility, what ActionScript would need to be added to the my speakerON_btn?

View 1 Replies

ActionScript 2.0 :: Stopping The Audio Loop Without Stop The Entire Animation

Mar 21, 2009

I have a problem with an animation because I want to stop the loop sound without stop the entire animation what can I do to make correctly this action please? I tried to make a movieclip to control individually of the center time line but i dont get good results.

View 4 Replies

ActionScript 3.0 :: Back Button Stopping Audio On A Video Component

May 16, 2010

I am putting together a basic video portfolio and have everything working except when I click the back button to get back to the thumbnail page (contained on frame 1) the audio from the video continues to play.[code]

View 4 Replies

ActionScript 2.0 :: Fading Out Audio At The End Of A Scene

Feb 21, 2004

I know you can use actionscript to control the volume of a peice of audio.

how can I make my audio fade out at the end of a scene ready for the next peice of audio to come in?

View 1 Replies

Professional :: Jump From Scene To Scene Without Settings Being Cleared?

Sep 1, 2010

I'm making a Jeopardy game. When someone clicks on the button with the dollar amount on it, I have it reset to a different scene on the button so the players know it has been used. When another button is clicked, the first button resets back to its original dollar amount, rather than the blank scene it was reset to. 

View 10 Replies

Professional :: Skipping Problem When Moving From Scene To Scene?

Feb 5, 2011

I'm creating a demo presentation that uses imported MP3 audio and static images basically panning around - simple stuff. I have it broken down into scenes to be more manageable. So at the end of a scene, I'll have this line:
 
gotoAndPlay(1, "Scene 2");
Which works just fine.
 
The problem is during the playback of the SWF, I get odd skips, generally at the beginning of a scene. Is this expected when using multiple scenes? Is it possibly something to do with the audio playback? I'm trying to make sure the MP3s do not start at exactly the beginning of the scene, but I'm still getting the problem.
 
Also, are there any tips on including MP3 audio to make things smoother? I'm running at 18 FPS.

View 5 Replies

Professional :: Click The Button Which Should Goto Scene Four But It Goes To Scene 2

Apr 8, 2011

I have four scenes, it loads on the first scene. I click the button which sould go to scene four but it goes to scene 2.

View 2 Replies

Professional :: Going Back From Scene 2 To Particular Moment In Scene 1

Aug 4, 2011

I am creating a webpage in flash, and for now, it consists of 3 scenes. First one is a loading bar, scene 2 is a main page with all menus, and on 3rd scene there is a gallery. I plan to make many galleries, each in different scene. Everything is ok to the moment, when I want to go back from scene 3 to scene 2. Scene 2 consists of many layers and movieclips, however, the main timeline consists only of one frame. When, in scene 2, I will get to the moment from which I am going to scene 3, so to some gallery, then after I am comming back to scene 2 (via gotoAndPlay('Scene 2', 1)), I am getting to scene in a state, as I see it just after loading bar disappears. But I want to be in a place, from which I went to scene 3. How do I achieve this? I think, there should be a way of remembering status of the scene 2 in such a way, that after comming back from scene 3 I would be in the same place from which I left to the mentioned scene 3. Be advised, that scene 2 is in one frame, and all movement in the scene 2 is done by actionscript and movieclips. I am using AS2.0.

View 7 Replies

Flash :: IDE - Sounds - Prevent The Audio From The Prev Scene To Play On The New One?

Nov 23, 2010

I making a presentation with an interface on flash next and prev buttons im using scenes for the different slides on the presentation, all of them have audio on it, my question is how do i prevent that the audio from the prev scene to play on the new one?? i should say that on each scene there is an animation with the sound on it

View 3 Replies

Professional :: Rip Audio Off SWF And Convert SWF To Audio?

Nov 22, 2011

Is there any  tool can help me rip audio from SWF file and ave it in MP3 format separately in another folder, and extract audio stream to MP3, AAC, M4A, WAV, WMA, AC3, MP2 formats?

View 3 Replies

Flash :: Make A Button Navigate From Scene 1 To Scene 2 Without Displaying Both Scene Content In Scene2?

Jan 27, 2011

ive made a button in the scene 1 which i have managed to navigate to scene 2 but when i click the button it goes to scene 2 but displays everthing that is in scene 1 in scene 2, how can sort this out so upon the button click in scene 1 it goes to scene 2 and only display content in scene2.

[Code]...

View 1 Replies

ActionScript 2.0 :: Passing Parameters - Swf Should Open A Particular Scene Called 'Scene 2' Rather Than Scene 1

Sep 13, 2004

Check out this code:

[CODE]...

everything here is fine. It opens finely. But... i want to pass parameters where if i click a button in html page My.swf should open a particular scene called 'Scene 2' rather than scene 1. i tried

[CODE]...

View 2 Replies

Professional :: Video.swf Not Stopping?

Mar 22, 2011

In my website design. I have a swf video that doesn't stop when i go to another page in my website. How can I fix this?

View 13 Replies

Professional :: Actionscript Stopping After 1st Of 4 Layers

Mar 18, 2010

I'm trying to create a type of news flash file with four panels, each with a different coloured background and diferent text (from xml file).  Each panel will show for say 4 seconds.  My flash file has four layers, each with a different coloured background, and following each other on timeline to create one movie.  The actionscript is stopping at the end of the 1st layer on the timeline, so only the first panel is showing text from the xml file, but not the other three.

[Code]....

View 2 Replies

Professional :: Stopping And Closing SWF Movie?

Apr 3, 2010

How do I stop a Flash SWF movie when the playhead is at the end and then have the new window that presents the movie close automatically. However, the most important feature would be to stop the movie to keep it from continuously looping.

View 2 Replies

Professional :: Playing An Animation Then Stopping?

Jun 9, 2010

i have a graphic that basically is set to pivot onto the screen using a motion tween. my problem is once the animation plays the graphic disappears whereas i would like it to remain on screen and displaying its last frame

View 2 Replies

Professional :: Stopping At Frame & Button?

Feb 28, 2012

I'm trying to stop my flash animation at a certain frame (allowing the person to click a button to go to another page).When I instert the stop code on a keyframe on my actions layer at the specified frame I want it to stop at it simply keeps looping my movie. The second problem I'm having is making my menu bar like you would see and use on a website.You click the Home button and it goes to the home page.

View 9 Replies

Professional :: Loaded Custom SWF Not Stopping At Stop

Feb 10, 2010

I have created a SWF file using a class I created as the main class for the swf. this swf is a movieclip with a frame labeld "open" and a stop action at the last frame the main class of the SWF:[code]the problem is when I run the open function, after loading the swf it doesn't stop at the last frame. in fact it does not stop in any of theframes that have stop action in them. So far what i figured out is that if don't convert the content to PageSwf, and put it in a genereal variable and the run the open function it works just fine.[code]

View 1 Replies

Flash :: Actionscript - Remove The Audio - Put The Audio Into A Byte Array And Then Re-add The Audio To The Flv Video?

Aug 6, 2010

If I import an FLV video is there any way to remove the audio, put the audio into a byte array, and then re-add the audio to the flv video?

View 1 Replies







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