ActionScript 2.0 :: Looping Sound AFTER Pause?

Jan 15, 2007

sound loops wonderfully when I just let it play. And, my sound would loop perfectly if I set up just start and stop buttons to control it.

But, here's the problem. I want the "stop" button to function as a "pause" button rather than a "stop" button.

[Code]...

So now, it pauses and plays perfectly, the problem is that when it gets to the end of the sound file, it loops back to the last point it was "un-paused" rather than looping back to the beginning of the sound file. Make sense? Has anyone come across this before? How can I get it to loop back to the beginning no matter when it was paused?

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Flash - Add A Play/pause Btn That Will Pause Both Pictures And Sound?

Dec 16, 2010

I have a timeline of 30 frames, each it's own mc (page01_mc, etc.). In each mc I show a picture or two and hear narration.I have a first, prev and next nav on the main timeline. I need to add a play/pause btn that will pause both pictures and sound. I assume I do that in each mc, but do not know where to find the code.Here is what is in each mc now:

var mySound:Sound = new Sound();
mySound.load(new URLRequest("english/Intro01.mp3"));
mySound.play()

View 1 Replies

ActionScript 2.0 :: Pause And Restart A Looping WAV?

May 24, 2010

This code is part of an animation where the audio is set to "Stream" in AS2. When I change the audio file to an Event, the pause and play button don't stop the audio, but the animation still "stopAllClips". When it's set to stream, there's the infamous gap in the playback when it loops.

I've been struggling to figure out a smooth and efficient way to code this animation as an Event so it loops smoothly and can pause and restart all the layers in the same place.[code]...

View 4 Replies

ActionScript 3.0 :: Looping Sound / Finishing Last Sound

Jul 23, 2011

What I'm trying to do is loop a sound on a mouse down event and then on mouse up event I want to finish what ever iteration it's on and stop the loop.

View 5 Replies

Sound Won't Stop Looping

Jun 7, 2010

I have a Flash file with several sound fx. one layer has the sound of an airplane engine. Another layer has multiple instances of a camera clicking sound. Problem is that even though I have these sounds set to "repeat 0"... they keep looping! I even placed a stop(); but they still repeat.

View 1 Replies

Sound To Play Only Once While Rest Keeps Looping?

Apr 3, 2009

to play only once and then stop but the camera flash to keep looping.The sound is on a separate layer, but whenever I put the 'stop' feature in the ActionScript, it stops the WHOLE THING, so the camera flashes only once.Again, I want the camera flash to repeat, but the click sound to play only once.

View 1 Replies

Sound Looping At The Moment On Site?

Jun 23, 2010

i'm having a sound looping issue at the moment on my site. I'm trying to make it so i have sparks shooting out of something, and at the same time the sparks shoot out i have a electric type sound. BUT the graphics all seem to work, but the sound for some reason, just keeps looping even when i'm not moused over. I put stops for the sound all over the place on like every frame and still doesn't work. Is there a bit of code I can use somewhere that will just mute the stupid thing after you take your mouse off the button?

here you can see what i'm talking about. I don't have it on loop. [URL].. the way i'm getting this animation to work, is by having one big movie clip and inside that movie clip i have the sparks movie clip, and the blue fade movie clip, then i just dropped in the sound where the sparks movie clip is.

View 1 Replies

ActionScript 1/2 :: Stop A Sound Looping?

May 3, 2009

I am fairly new to Flash, but I'm creating a sort of sampler for a university project. I have 16 circles each with toggle buttons. The on state included a sound file placed on the toggle movie clip's timeline. The sound is set to Start and Loop.
 
Basically, I want the first frame of the movie clip (the off toggle) to stop the sound from looping but despite my best efforts, nothing seems to work.
 
I have tried this.stop(), seachord.stop(), this.stop(Sound), this.stopAllSounds. I wonder if there is some sort of actionscript that will allow me to change the state of the sound file from Loop to Repeat, at least that way the sound will stop with a simple stop() script... I hope.
 
Alternatively, is there a way to stopAllSounds within one movie clip, rather than globally?

View 20 Replies

ActionScript 3.0 :: Looping Movie But Not Sound

Jan 6, 2010

I have set up a movie in which i have imported the music. the movie is about 1 min long and music about 3 min. I have imported the music--works great I have set up a mute/unmute button--works great But I want the movie to loop, but not the music. The movie loops naturally at frame 1, but the music starts again while playing the the music from the first loop.

[Code]....

View 2 Replies

ActionScript 2.0 :: Looping Recorded Sound?

Apr 8, 2010

i am creating this little drum program, and the sounds is all done, all i need now is the ability to record what you play so you can play it back right afterwards.

View 1 Replies

ActionScript 3.0 :: Looping Animation And Sound?

May 22, 2011

I hope I'm in the right place for this. What I want to do is rather simple but I'm pretty much a noob when it comes to flash, specially scripting.I want to create a perfect loop of a 60 frames image sequence and and an .wav audio loop I created in SoundbooThe animation loops forever without copying the frames over and over again and I want the sound loop also to play forever. Just like it was made in this flash above.What I have so far is this line of code in the first frame of an empty layer:mySound = new Sound();mySound.attachSound("RobotsFTW.wav");Sound.start(0,100);but after some time the audio gets delayed and I have the same sound played over and over again

View 9 Replies

ActionScript 2.0 :: Syncronization Of Sound Looping?

Mar 21, 2009

I have got stuck in an issue of syncronization of sound looping.What i have got issue is when the loaded sound start again it doesnot give the the sound in syncronize way. it gives a click sound sound then start agains.while on testing the song in the any song player it will not give such a click sound. There are smooth sound in that.

View 2 Replies

IDE :: Stop Video Sound From Looping?

Mar 23, 2009

im currently building a site with 3 buttons and each buttons loads an external swf for each section of the site on a empty movie clip, im having an issue with the video section that has an video thumb gallery loading flv videos,

every time i try to go somewhere else in the site, the video sound continues to play (loop) behind the scene.

this is the actionscript code im using for my buttons.

[Code]....

View 9 Replies

ActionScript 2.0 :: Pause Sound In FMX?

Jan 12, 2004

I have read i trust that I can find the help I need, as many of the members seem very knowledgeable about flash.my problem pertains to Flash MX and pausing .mp3 files I have loaded externally.

View 4 Replies

ActionScript 3.0 :: Looping Sound And Changing Volume

May 25, 2011

What Im looking to do is decrement the volume level on each iteration of a looped sound.[code]How do I check each time it loops? I'm currently storing all playing sounds by ID inside a Dictionary object. Keep in mind that there will be different sound playing. I wasn't sure if I should be using a SoundChannel here either.

View 2 Replies

ActionScript 2.0 :: Mute A Sound That Is Looping And Unmute It Again?

Jan 29, 2009

I have a small loop of a beat. it automatically loops in flash, i need a button to mute this specific sound (so i can put other different sounds) and another button to unmute it... i've seen how to mute a sound (or set volume to zero) but that only works if the song is beiing played on the timeline, but this sound is looping!

View 9 Replies

ActionScript 3.0 :: Looping Sound And Controlling Playback?

Feb 1, 2009

I'm new to Actionscript and also new here. I've seen a lot of posts on this topic here and elsewhere, but forgive me, as I am having a hard time getting my particular Actionscript to work.

My goal is to have an external mp3 start playing by default, then continuously loop back to the beginning and play each time it reaches its end. All the while, I need to be able to play and pause the mp3 with buttons.So far, I believe I have everything working correctly EXCEPT for getting the sound to loop while retaining the functionality of my buttons.

[Code]...

View 5 Replies

ActionScript 3.0 :: Looping Sound With On/Off Buttons And If/Else Statement

Dec 2, 2010

I am working on a Holiday Card for work, with a sound loop and an On/Off button. I used a boolean variable with and If/Else statement to check if the user had turned the sound off, as the movie looped back around to the beginning. After a lot of trial and error, I've gotten it to almost work properly... the buttons work correctly and the sound will stay on or off (after the loop) depending on what the user chooses. BUT, I cannot get the music to automatically start playing when the flash movie starts... the movie starts with the sound off. Is it possible for one of the seasoned AS3 veterans to take a quick look at my code below

MAIN CODE:
---
var pausePoint:Number = 0.00;
var isPlaying:Boolean;
var soundChannel:SoundChannel = new SoundChannel();
var sound:Sound = new Sound(new URLRequest("GlidingOnAir.mp3"));

[Code]....

View 3 Replies

ActionScript 3.0 :: Decrementing Volume Of Looping Sound?

May 25, 2011

Im having trouble try to decrement the volume level of a sound after each loop. I am playing the sound just like this (not in a SoundChannel):

ActionScript Code:
var playCh:Dictionary = new Dictionary();
//....
private static function loopMySnd(id:String, loopAmount:int):void{

[code]....

The problem is that the COMPLETE only picks up the first time the sound cmpletes playing and not the second or third. How do I check each time it loops? I am currently storing all playing sounds by ID inside a Dictionary object.

View 2 Replies

ActionScript 2.0 :: Seamless Sound.start() Looping

Nov 16, 2006

It doesn't look like there is a solution for this unless you:

1) import the sound file inside your swf.

2) load the sound as a external swf.

View 1 Replies

ActionScript 2.0 :: How To Make Sound Looping Seamlessly

Feb 14, 2005

I got a loop that I'm loading into Flash with the Sound object. The sound loads good and it starts playing but when it loops back to the beginning there's some silence and then it loops again. The sound loops fine in a sound editing program, the only problem is that Flash leaves a gap when its going to start again. How to make a sound loop seamlessly?

This is my code:
loadMusic = function() {
loop = new Sound();
loop.loadSound("lomtrack.mp3", false);
} loadMusic();
playMusic = function() {
loop.start(0, 100);
} playmusic();

View 4 Replies

ActionScript 2.0 :: Pause Button For Many Sound?

May 21, 2010

i am having a problem in creating a plause, play button.The problem now is the button just can pause 1 sound.i have many sound at timeline and it will play 1 by 1.

This is wat i have do at the 1rst but it cant pause all the sound. i try to remove mySound.attachSound("tomato");but it wont work also. the another problem is if i click the play button for 2 times, it will got 2 sound play together.

mySound = new Sound();
mySound.attachSound("sound1");
mySound.start(0,99);

[code]....

View 14 Replies

ActionScript 3.0 :: How To Use Timer To Pause Sound

Jun 7, 2010

I have a couple of buttons that start and stop sound, and I understand how to use a timer so that I can pause sound also. What I want to do, however, is have a sound play as it enters a particular frame and then stop upon entering another frame. As a means towards getting this to work, I experimented with a button that starts a sound on frame 1 and then a second button which stops it on frame 2. This works great as long as both buttons are present on the frame where the AS is introduced (which seems inconvenient as one has to be placed off screen, but whatever...).

When I switch around the name of the functions called upon by the eventListeners though, so stopSound is on frame 1 and startSound is on frame two, it plays when it gets to frame 2, but won't stop when it goes back to 1. I seem to not be getting the principle somehow, because if the functions are play on 1 and stop on 2, I can go back and forth endlessly. How can the order make such a difference? How can I get around this? How can I design an MC to have a sound associated with it so when the playback goes to the frame it is on, it will play, and then how to stop it later on?

Here's the very simple code I'm working with:
stop();
var soundReq:URLRequest = new URLRequest("TheCattleCall.mp3");
var sound:Sound = new Sound();
var soundControl:SoundChannel = new SoundChannel();
sound.load(soundReq);
[Code] .....

View 1 Replies

ActionScript 3.0 :: Pause Sound In External SWF

Oct 11, 2010

I have created a Flash container movie (mainContainer.swf) that cycles through an array loading in several external swf files (animation1.swf, animation2.swf, animation3.swf, etc.). Once the user clicks the next button, the next swf is loaded, and so on...

What I need to be able to do, is to control the sound of the external swf files from the main container. Specifically, I need to be able to pause and play/resume the sound of the external swfs, but not quite sure how to access the external swf's soundChannel from the main container swf. My client recently wanted to add in a "pause" feature, and while I have been able to pause the external swf's animation, I cannot target the external swf's sound - it just continues playing while external animation is paused.

I can successfully pause/resume the sound (song.mp3) if the soundChannel is defined from within the same swf (using code below); however, I cannot seem to figure out how to communicate between the parent and child swf, if the parent is requesting the pause action, and the child swf is the one that loads in the song.

[Code]...

View 4 Replies

ActionScript 3.0 :: Pause And/or Mute A Sound?

Sep 2, 2008

i'm trying to pause and/or mute a sound, with little success.i've found out that something like 'sound.play(pausePosition)' might fail on sound-clips with low sampling-rate.however when i try to mute a sound with a 48000Khz sampling rate it simply won't work.

i've tried both -

soundChannel.SoundTransform.volume = 0
- and -
SoundMixer.SoundTransform.volume = 0

however both won't mute the sound and when traced return 1.

View 1 Replies

Professional :: How To Pause A Sound Clip

Jul 26, 2010

I have the basics down to create a play and stop button and add the actionscript 3 code to play and stop, and this works good, but I really want to be able to pause the clip and resume from the paused spot.Here is the basics...two layers..."AS3" for the scripts, "Buttons" for the buttons.two buttons named "playbtn" and "stopbtn".One frame for eachIn the Scripts frame, the code is:

var loadSnd:URLRequest = new URLRequest("bim1.mp3");var thisSnd:Sound = new Sound();thisSnd.load(loadSnd);
var sndTrans:SoundChannel = new SoundChannel();

[code].....

View 2 Replies

ActionScript 2.0 :: Pause A Sound While It's Streaming?

Jun 3, 2010

So I've been "doing research" for a couple of days now, found nothing on this subject, and let me get this straight:

Is there no way to pause/resume a sound whilst it's being streamed?

Because loadSound() will start playing it immediately; attachSound() can't stream; and start() will simply not work till it's fully downloaded, or am I missing some essential brain cells here?[code]...

View 2 Replies

ActionScript 3.0 :: Pause Sound In External SWF?

Oct 7, 2010

I have created a Flash container that cycles through an array loading in several external swf files. What I need to be able to do, is to control the sound of the external swfs from the main container. I would like to be able to pause and play/resume the sound of the external swfs, but not quite sure how to accomplish this, as I am newly migrating to AS3. Some of the sound is embedded in the external files, while others load it in via AS.

I was able to successfully pause/resume the animation of the external files, but cannot get the sound to pause - it just continues playing while the animation is stopped.

How can I pause and resume the sound of my external swfs from my main container?

View 6 Replies

ActionScript 3.0 :: Fade In A Looping Sound Doesn't Work

Jan 9, 2012

I would like to fade in a looping sound but nothing happens. this is used to play a sound via events.Code:dispatchEvent(new CustomEventSound(CustomEventSound.PLAY_SOUND, Main.SOUND_AMBIENT, false, true, false, 999999, 0, 0, setSoundVolume));this is the function to play a sound. the stop-function is almost identical to this one.[code]

View 2 Replies

ActionScript 2.0 :: When I Move To The 2nd Scene, The Sound Stop Looping?

Apr 30, 2004

My swf works with scenes. In the 1st scene i build a sound object :

PHP Code:

mysound = new Sound();
mysound.attachSound("thesound.wav");
mysound.start(0,loop);[code].....

but when i move to the 2nd scene, the sound stop looping... I could restart it using _root.mysound.start(0,loop) but it would restart the sound when you move from scene1 to scene2 so cut it up in the middle and restart which isn't so nice..

View 1 Replies







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