Buttons And Wav Sound Loops (almost Made It)?

Dec 9, 2010

I've been trying to make a sound-loop player for quite some time now (i'm new to as3) and i'm pretty close to do it but still Ok, i've made six letters converted them into buttons and i want them to play a different wav sound loop each one whenever i click on them and to stop the sound when i click again.This works fine for the first button but not for the rest of them because i dont know where to insert the similar code for the rest of the buttons.

import flash.media.Sound;
var sound:Sound = new The_Rloop5();
var soundControl: SoundChannel = new SoundChannel();

[code].....

View 8 Replies


Similar Posts:


Use The Sound Loops For Commercial Uses?

Jul 25, 2011

I'm new here and I'm wondering if I can use the Sound Loops for commercial uses?

View 3 Replies

Sound Files Made .fla File HUGE?

Sep 28, 2009

I imported 26 .mp3 files into my library, and linked their classes via AS3 to 26 instances of buttons.
My file size went from about 2MB before  I imported them to about 1.6 GB after I imported them. Each of the files is only about 2-3 MB.

View 2 Replies

ActionScript 2.0 :: Start Sound With Name Made Of Variables?

Aug 1, 2009

Code:
chans1.start(0, 0);

but what i want to have is where I can supplying the object name from part text and part variable..

Code:
"chans"+chan.start(0, 0);

and even

Code:
"chans"+(chan+i).start(0, 0);

where chan is a variable set by a button and i comes from a for loop.

I'd post the whole thing but it's huuuge.

So can I define an object name made out of part text and part variable?

View 3 Replies

CS3 :: Creating A Crossfading Between Sound Loops

Jun 25, 2008

I am trying to make a sound crossfading between the loops (an example would be: same as in a "Winamp" media player you toggle the Crossfading function in a Modern Skin and select a duration of it). Say I got a loop of 10 seconds, altho it is not perfect as its cut of the song without a proper editing tool. Any way I could accomplish it by using the ActionScript?

View 2 Replies

ActionScript 2.0 :: Controlling Sound Loops?

Oct 1, 2002

I am trying to create a movie that has 3 different background sound loops for the user to choose from as well as an on/off button.I followed one of the Kirupa tutorials which enabled me to create 3 different buttons that linked to the 3 sound loops in my library. The problem is that I don't know the actionscript required to stop whatever clip is playing and play the newly selected background sound chosen by the user.Also I am trying to have one of the loops playing when the movie starts as a default, and also to have a mute button

View 1 Replies

ActionScript 2.0 :: Perfect Sound Loops In Flash?

Apr 28, 2006

i'm using the loadSound command to bring in an external mp3 and although the file itself is a perfect loop, flash doesn't seem to like playing it back as such using the s.start (0, 5) tag. any suggestions on how to get perfect loops?

View 3 Replies

ActionScript 2.0 :: Fading Out A Sound Object After 2 Loops

Dec 10, 2006

I'm trying to figure out how I can fade out a sound object after it has looped twice. Right now the sound fades 5 seconds before the end of the first loop (since the fade code is based on the duration of the sound clip).Seems like there needs to be a way to count when the duration has been reached two times and then the fade code is executed. Note: the linkage identifier of the sound clip is "mainPageLoop".[code]...

View 1 Replies

Actionscript 3 :: Loops - Good Sound Classes/Libraries ?

Feb 11, 2011

Can anyone recommend good sound classes or libraries (open-source) for Actionscript 3.0?

View 2 Replies

ActionScript 3.0 :: Using Arrays / Loops To Control Sound Playback?

Jan 28, 2012

Attached I have a small .fla that basically does the following:

1. A button is clicked (calling the playSound function)
2. The sound is then played, also a small instance of the button is called from the AS library and placed within a sprite that is within a movie clip at the bottom. The event listener is also removed from the main button so it can only be called once.
3. When the small instance of the button is pressed (within the sprite) it stops the sound, removes the icon and re enables the buttons event listener.

It all works fine, and it is worth mentioning I am still new to Flash but getting to understand it more. I plan on having 20 buttons on the screen, and surely theres an easier way then having 20 functions, all more or less doing the same thing!

View 14 Replies

ActionScript 3.0 :: Flash - Using Arrays/loops To Control Sound Playback?

May 22, 2010

1. a button is clicked (calling the playSound function)2. the sound is then played, also a small instance of the button is called from the AS library and placed within a sprite that is within a movie clip at the bottom. The event listener is also removed from the main button so it can only be called once.3. when the small instance of the button is pressed (within the sprite) it stops the sound, removes the icon and re enables the buttons event listener.It all works fine, and it is worth mentioning i am still new to Flash but getting to understand it more (after a little bit of light hearted abuse from a few members ). What i am struggling to understand is how to 'streamline' my code. I plan on having 20 buttons on the screen, and surely theres an easier way then having 20 functions, all more or less doing the same thing!

View 3 Replies

ActionScript 2.0 :: Rotating Menu Made Up Of A Few Buttons?

Apr 19, 2004

I have a circular rotating menu made up of a few buttons. When the mouse rolls over the a button in the movie clip (rotating menu) it stops. My question is how do I apply easing to it, here is the actionscript I applied to the buttons:

on (rollOver) {
stop();
}
on (rollOut) {[code].....

View 10 Replies

ActionScript 3.0 :: Keeping Sound Turned Off When Movie Loops Back To Beginning?

Nov 30, 2010

I'm working on a Flash movie that includes a simple on/off audio player. At the end of the movie it loops back to the beginning and plays again. if the viewer hits the sound off button it will turn the sound off untill the movie loops and then the audio automatically starts again. The viewer would then have to hit play again and then stop to stop it. Is it possible to fix this? I think that I ned to put a piece of code at the beginning of the movie to check if the sound is off or not and then to continue to keep it off if needed?Here is the code for the sound player I am using...

var mySound:Sound = new Sound();
var myChannel:SoundChannel = new SoundChannel();
var lastPosition:Number = 0;
mySound.load(new URLRequest("GlidingOnAir.mp3"));

[code]....

View 2 Replies

ActionScript 2.0 :: [FMX] For Loops And Disabling Buttons?

Dec 18, 2003

I have an mc that when you rollover opens a menu system. There are buttons behind this menu system that I would like to have disabled when the menu system is open and re-enabled when the menu system is closed. I have this script on my timeline:

[AS]
function lnkenable(isIt) {
lnk0.enabled = isIt;

[code]....

View 1 Replies

ActionScript 2.0 :: Made Some Buttons And I Wanted To Make Them Go To The Different Scenes?

Jan 23, 2009

I made some buttons and I wanted to make them go to the different scenes. I made 5 different scenes and I made the first scene my Main Menu scene and I got the first button to go to the first scene. But when I click on the second button (while im in the Main Menu) it wont go to the next scene,

View 3 Replies

Actionscript 3.0 :: Buttons Event Listeners And For Loops

Jun 20, 2010

I want to say that everything I code and work with is created through a main class and added to the stage through actionscript, the stage is completely empty before running.I've got a button in my library, and I create 8 of them and add them to the stage. I also add them to an aaray which i then compare in a for loop to add an event listener to them. I do it this way because they all run the same function. Each of the 8 buttons has a variable which is unique to that specific instance which I will use to do execute different sections of the function that gets called when I click one of the buttons.[code]

View 2 Replies

Actionscript 3 :: Control Character Made With Adobe CS4 Bone Tool Via Keyboard Buttons?

Jan 22, 2010

Is there any way to control a character made with Adobe CS4 Bone Tool via keyboard buttons? Its limbs are linked up by IK chains built by Bone Tool.

View 1 Replies

ActionScript 3.0 :: If Pixel Calculations Are Made Swf Files And When They Are Made To Fullscreen

Apr 29, 2009

Anyone let me know wether if pixel calculations are made swf files and when they r made to fullscreen wether they will remain the same in any monitor size?

View 1 Replies

ActionScript 3.0 :: Arrays And For Loops To Generate Multiple Buttons For Loading Images?

Sep 22, 2009

I have this array that contains the names of various images I want to load into Flash

var imageArray:Array=["image1","image2","image3","image4","image5","image 6","image7","image8","image9","image10"];

Now I want to create 10 different buttons with each button loading in an image. I know there's a way to do this with a for loop without having to make 10 different buttons and writing 10 different functions. Not sure how to correlate the members imageArray with the generated btns.

View 5 Replies

ActionScript 3.0 :: Compatibility - When Made Into Pdf And Opened The Movie Plays Automatically No Black Screen And The Buttons Do Not Work

Sep 2, 2009

I have created a .swf with flash cs4 actionscript 3. I placed it into an indesign page (cs4) and then exported to make a pdf. The movie played correctly before being placed and made into pdf. I have a stop in the first frame of the movie. So when you open the movie there is a black screen (first two frames only) with two buttons, a start and a stop. click the start the movie plays. when made into pdf and opened the movie plays automaticly no black screen and the buttons do not work.

[Code]...

View 3 Replies

ActionScript 2.0 :: Sound Off / Sound On Buttons

Nov 7, 2003

I have a .swf playing some background tunes, I have the soundsOff button working, but can't find some basic action to get the sound started again?..

View 2 Replies

Distorted Sound On MC And Buttons?

May 13, 2009

I´ve made a couple of simple buttons and I have placed a sound on the over frame, when I export the swf the sound sometimes get very distorted and in a browser too, so I made a movieclip "button" instead and attached the sound and the same thing happens!The sound is a mp3, a short "classic" click.

View 2 Replies

ActionScript 2.0 :: Rollover Buttons And Sound?

Jul 11, 2009

I have a rollover button and I have assigned actionscript to play a sound when the button is rolled over.

However when the sound plays, it seems to overlap the sound and play it many times! I know it is not repeating the sound as I have tested it with a song and it plays the song many times overlapping, rather than repeating it.

I have the code used below:

[Code]...

View 2 Replies

ActionScript 1/2 :: Simultaneous On / Off Sound Buttons?

Apr 1, 2009

I'm an intermediate flash user and I've made a file for my kids in class that has some sound on-off buttons. they are set to play once or loop depending on length by simple mouse click. they will play simultaneously if more than one is clicked individually on the page. I'm trying to make the page so the kids can just select the sound button icon, drag as many of them as they want (usually 2 -4 sounds at a time) into a box at the bottom of the page where they will then just play and loop. if they are dragged out of the box, that sound will stop. if another is dragged into the box it's sound will then join the ones that are already looping.

View 3 Replies

Professional :: Multiple Sound Buttons?

Apr 15, 2010

Is there any way I can have multiple sound buttons that works as stop buttons for each other? I mean.. I now got 3 buttons that start 3 different songs, but they overlap each other when I press more than one. I'd like Song 1 to stop when I press Song 2 or 3. And vice versa

View 3 Replies

ActionScript 2.0 :: Load A Sound To One Of Buttons?

Aug 25, 2004

I want to load a sound to one of my buttons. I think I've got the scripting, but how do you put them "together" snav2.start("snav2"); - (I think)...is my scripting for my sound (where snav2 is my symbol linkage propery name)

and then
on (release) {
getURL("about_us_1.htm", _self);
}

So, where do you put the sound scripting in?

View 2 Replies

ActionScript 2.0 :: Sync Sound With Buttons?

Sep 1, 2006

i need to play a sound with voices in order to play an interactive animation, but i must have an stop or pause option (a button) that pause both, the movieclip and the sound track, and when pressing again the "pause" button, the movieclip has to continue with the sound track at the same place it stoped. I�m getting a headache trying to figure how to stop a sound in a specific moment and then play at the same place it stoped, and not from begining...

View 1 Replies

ActionScript 2.0 :: Create Multiple Sound Buttons

Nov 8, 2009

I am using actionscript 2.0 and I am trying to create multiple sound buttons that trigger multiple different .mp3 files via mouse click.I have gotten it to work with one sound file using this actionscript [code]but as soon as I add another button and try to link it to another file it does not work.I would like to make it so that even if I click another button to start another sound, the first sound keeps playing.

View 1 Replies

30 Buttons With Sound But Only Plays The Pressed Ones In Sequence?

Jun 12, 2010

I�v build a simple flash projector to offer to my local fire department Essentially they used to in internal audio alarms to warn firefighters when there is an accident, fire, aggression, etcIn the version 1.0 they click several buttons, one to play the alarm sound, otherto announce the vehicle or vehicles that goes out, and a last one that says what is occurring.

The problem they report is that the sounds play immediately when you click in each of the buttons, and even the sound overlaps the other, which makes they click on each button and have to wait for the sound to finish and then click next. All this is normal because I associated the sounds to the buttons. What do I need to do the flash in this order in the version 2 of my projector:

1 The Fireman choose the type of alarm you want to play and click the button corresponding (but do not want the sound to play now) let's imagine that he pressed the button "alarm 1"

2 The Fireman choose (s) vehicles which are going out to the occurrence (but do not want the sound to play now) let's imagine that pressed the button "ABSC01"

3 The Fireman choose the type of occurrence (but do not want the sound to play now) we will imagine that pressed the button "fire"

4 finally the fireman holding down the "PLAY" (the green on on the top of the image) and this Makes the sounds selected to start playing in sequence, liker "Alarm 1" then "ABSC01 "and then" Fire "

Logically speaking I believe that each button must declare a variable associated with every unique sound, and then pressing the button takes the variables and plays them in sequence and without overlapping sounds.

View 1 Replies

ActionScript 1/2 :: Sound Isn't Working With Control Buttons

Apr 10, 2009

I have a scene with a voice over. I have split the voice over in to multiple sound files (mp3). The voice over plays correctly as long as you don't use the btns. When the forward btn is used the the file goes to the correct frame in the timeline but won't play the sound. Next issue, after pausing then using play the scene plays but without sound.

[Code]...

View 5 Replies







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