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


Similar Posts:


IDE :: Looping Through An Array - If Statement Responce

Apr 14, 2009

I'm looping through an array and checking the elements to see if an element contains this text. the array is as following

[Code]...

i've narrowed down the problem to being the variable 'current'. If I replace the dynamic part to the string '_A_1' it works. That is why I entered the trace just above to see what its is checking against. I can see that they are both the same, but flash thinks otherwise.

View 2 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 :: 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

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 3.0 :: Make Each Sound Stop Using An If Statement

Sep 11, 2010

I made a multibutton menu and I have a sound set to play when you click each of the buttons but the sounds play over one another if buttons are pressed one right after the other. I know theres a way to make each sound stop using an if statement just cant figure it out.

View 0 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 :: 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 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

ActionScript 2.0 :: Make Preloader W/ Looping Intro Sound?

Mar 27, 2005

I am still a NooB to Flash, but did finally get to build a successful preloader (ahem). Now that I have that built, I was wondering if it is possible to loop a sound within the preloader 'scene'. This is what I have built for final production:cene 1: Diesel Startup SoundScene 2: Preloader movie, while main movie loads (w/ loopable diesel engine sound?)Scene 3: Sounds stop, plays 10 sec movie, then 'goes to url'Can anyone point me in a direction to see a preloader w/ looped sound, or a project that shows how to do this? Or, even better, show me how the code should look? I'm getting lost in code!

View 2 Replies

ActionScript 2.0 :: Looping Sound To Be Triggered When Each Member Is Clicked

May 31, 2005

I have a movie clip on the main timeline. Within it, are several other movie clipe. I want a looping sound to be triggered when each member is clicked. here is the following code I have, but so far it aint working! I set them all to play initially, so that they are in sync. I imagine this is just a linkage issue of sorts.

[Code]...

View 3 Replies

ActionScript 2.0 :: Make Preloader With Looping Intro Sound?

Mar 27, 2005

I am still a NooB to Flash, but did finally get to build a successful preloader (ahem). Now that I have that built, I was wondering if it is possible to loop a sound within the preloader 'scene'. This is what I have built for final production[code]...

View 2 Replies

ActionScript 3.0 :: Make Continuous Sound In A Looping Flash Movie?

Oct 31, 2010

I am having difficulty figuring out how to make a background soundtrack play continuously while my actual timeline will loop before the audio file is finished.

The way I have it set up now, every time the playhead loops back onto frame1, the audio track begins playing on top of the last one, making it utter cacophony. Even after a few seconds it becomes utter madness as 3 versions of the same song are playing simultaneously.

View 6 Replies

ActionScript 3.0 :: Stop Looping Stream Sound Imported From Library?

Mar 9, 2011

How do you tell flash to stop Looping a stream sound that is imported from the library via Linkage method into AS3? I understand the idea of soundChannel that control the sound.

PHP Code:
block_mc.addEventListener(Event.ENTER_FRAME, enterframe);
function enterframe(event:Event):void{
if(block_mc.hitTestObject(circle_mc)){
myChannel= mySound.play();
}else{
myChannel.stop();

The above is a drag and drop situation, so when the block_mc is no longer hitting the circle_mc, the sound echoes or loops multiple times before coming to a stop. Any clue how to rectify this. How do you use onSoundComplete in AS3.

View 4 Replies

ActionScript 3.0 :: Looping Sound - Initial Play Request In Full Volume

Aug 18, 2010

Here's the code that I have - I don't know why sound isn't looping?
// Attach Music
var req:URLRequest = new URLRequest("squeeak.mp3");
var sound:Sound = new Sound();
var controller:SoundChannel;
var myTransform = new SoundTransform();
var soundLoop:int = int.MAX_VALUE;
[Code] .....

View 2 Replies

ActionScript 2.0 :: Assign Same Switch Statement For Two Different Buttons

Jul 13, 2008

Is there an efficient way to assign the following switch statement to two different buttons (movie clips)?

[Code]...

View 3 Replies

Flash Movie Looping Behind Animated Buttons?

Oct 26, 2009

I've been trying to get this to work, and I can't seem to get it right. I want to create something to the effect seen HERE

How is this done? Should I make the images/movie a separate flash file, then import it into the stage and then create all the buttons?

View 2 Replies







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