ActionScript 3.0 :: Add A Sound Loop To The Website?

Nov 12, 2009

I am trying to add a sound loop to my site and I have managed to get the sound to play and I can make two buttons start and stop. But how can I make 1 button that both starts and stops the sound?

Here What I have got.

Code:
var snd:Sound = new Sound(new URLRequest("dub.mp3"));
var channel:SoundChannel = snd.play();
var pausePosition:int = channel.position;

[code]....

View 4 Replies


Similar Posts:


ActionScript 1/2 :: Pulished Intro To Website Continues To Loop Eventhough Loop="false"?

Jun 30, 2011

I have published my intro to my website I checked "Loop" and unchecked "Loop" under the Flash section of publishing no matter which I it continues to loop and not go to my website.  This is the action I am using:[URL]...

View 1 Replies

No Sound From Its File After Uploading To Website

Mar 29, 2011

After building a flash using one of the players provided by KoolMoves in the interface, I checked to make sure the sound played properly and it did. I checked to be sure it was still in the contents file and it was. I uploaded it to my website and all plays great but I have no sound. I've checked to make sure my sound is not muted and speakers connected and all other sound plays fine. The progress bar for the player does not show when it is clicked eiither, as if there is no sound file in the player.

View 1 Replies

Javascript :: Play A Sound From Website?

Sep 9, 2010

I want to play a little "ding" sound when a new item is posted on my site. I'll leave the option to turn it off of course.Now should I do this with JavaScript? Would jQuery be helpful? Or should I use Flash? Looking for something that is widely compatible with different browsers.

View 3 Replies

Actionscript 3.0 :: Add Flv Videos To Website Without The Sound?

May 5, 2009

How do I add Flv videos to my website, without the sound, playing everywhere on the site?

View 1 Replies

Flash :: Add Background Sound To My Website?

Aug 29, 2009

I would like to add background music to my flash website, but i have tried many ways of doing so. currently what i have is one movie clip which consists of two frames - one has the play icon and the other with a pause icon and the sound file. however, after some time and also a few button clicks, the sound repeats and results in the sound playing over the previous sound.

View 3 Replies

IDE :: Scratchy Sound After Publishing Website

Oct 7, 2009

I use CS4 Flash 10.0.2 and after publishing a website (tried few templates), it comes out with bothering scratching/metallic sound. Basically all sounds, effects are distorted with a metallic sounds. If I do it few times, or shut down Flash and start it again and then publish it, the sound it is OK. What am I doing wrong or is it a setting that I should do to avoid this nuisance? It does not matter if I publish it with Flash v6 or v8 and moreover, it happens to different flash websites while using Flash CS4 for Windows and also for MAC. It must be something that I have to set but have no idea.

View 2 Replies

Flash :: File Loads Much Before Than Its Background Sound In Website?

Sep 20, 2011

I have a website at [URL] The problem i'm facing is that after the preloader is done the homepage comes but the other menus still takes much time to load and the sound also take atleast 5 min ! :(

How can i make them all bind together so that after the preloader everything comes together at an instant completely !

View 1 Replies

ActionScript 3.0 :: Create A Background Sound In Flash Website?

Oct 26, 2010

I'm trying to create a background sound in flash website. I created play/pause buttons and it works fine, but when the sound is over it stops. What I want is the sound to loop, not to stop. I tried different things but I can;t get it working as I wish. Here's my code:

Code:
var mySound:Sound = new dogg();
var myChannel:SoundChannel = new SoundChannel();
myChannel.addEventListener(Event.SOUND_COMPLETE, whenComplete);
function whenComplete(evt:Event):void

[Code]...

View 0 Replies

ActionScript 3.0 :: Load Sound Via XML Works Locally But Can't From Website / Server

Jul 26, 2010

Anytime this .swf is ran from my computer during test runs it works flawlessly. As soon as It is embedded in an HTML page the sound doesn't play.

View 3 Replies

ActionScript 2.0 :: Make A Simple Image Loop For A Home Page Of A Website

Jul 21, 2010

Im trying to make a simple Image loop for a home page of a website.

I have flash loading the images dynamically thru loadmovie

the Images load fine, but they go on top of everything else.

Is there a way to get them on a lower layer?

View 3 Replies

ActionScript 2.0 :: Linking Music Player To Website - No Sound Heard Or Played

Jul 24, 2008

i am having some problems linking my mp3 player swf file to my website. It looks like it loads fine, and the buttons work and change the track of the song, but there is no sound heard or played. Here is the code i used to do this:

[CODE].....

As i said before, the player loads up and shows up on the website with no errorsand the buttons work (going to next or previous song as well as the pause and play buttons pausing and playing the music properly), but no sound can be heard. (this is being test on the latest version of firefox).

View 6 Replies

AS3 :: Can't Make Sound Loop

Jun 8, 2008

I'm using this code to play/stop a sound in my flash movie, but I can't figure out how to make it loop. What do I need to do?[code]

View 3 Replies

How To Loop Streaming Sound/mp3

Apr 30, 2009

I have CS4 but saving doc as CS3 so I hope I am in the right forum. I added a behavior as sound streaming mp3. I want to loop it.. Here is the action code that was generated. How would I change it to looping. I changed the true to false at the end of the code but that didn't work. here it is:

//Load Streaming mp3 behavior if(_global.Behaviors == null)_global.Behaviors = {}; if(_global.Behaviors.Sound == null)_global.Behaviors.Sound = {}; if(typeof this.createEmptyMovieClip == 'undefined'){ this._parent.createEmptyMovieClip('BS_figaro',new Date().getTime()-(Math.floor((new Date().getTime()) /10000)*10000) ); _global.Behaviors.Sound.figaro = new Sound(this._parent.BS_figaro);

[code]....

View 6 Replies

ActionScript 3.0 :: Loop Sound Without Gap?

Jan 14, 2010

How can I loop a sound without the gap? If i try

ActionScript Code:
play(song, 100);

it will have a gap everytime it loops, how can i fix that?

View 1 Replies

ActionScript 3.0 :: Loop Sound In It?

Jan 5, 2011

I have managed to get my sound playing from the library but would like to know what the simplest way to loop the sound in as3 would be, (using the smallest amount of code as possible preferably!)

View 3 Replies

IDE :: How To Loop Streaming Sound/mp3

Apr 30, 2009

I added a behavior as sound streaming mp3. I want to loop it.. Here is the action code that was generated. How would I change it to looping. I changed the true to false at the end of the code but that didn't work.here it is:

//Load Streaming mp3 behavior
if(_global.Behaviors == null)_global.Behaviors = {};
if(_global.Behaviors.Sound == null)_global.Behaviors.Sound = {};

[code]......

View 3 Replies

IDE :: How To Continuously Loop A Sound

Dec 3, 2009

how to continuously loop a sound, but all I have seen is aSound.play(0,1000);Not really a continueous loop. I was looking at watching for one of the COMPLETE dispatches (from the Sound object, or from the SoundChannel object), then start the sound again. The only thing is would this not start another channel?

View 3 Replies

ActionScript 3.0 :: How To Get MP3 Sound To Loop

Apr 28, 2010

How do I get this sound to loop?
"sonido1" - my mp3
Code:
stop();
import com.greensock.TweenMax;
import com.greensock.easing.*
function love() {
TweenMax.to(sonido1, 1, {volume:1, delay:0.5});
[Code] .....

View 4 Replies

ActionScript 3.0 :: Sound Loop Not Repeating

Apr 25, 2009

So, I downloaded a simple sound loop from Flash Kit.

I am building a Flash webiste and want the sound to loop once the movie loads.  I have added a stop and play button to the movie in case the viewer doesn't want the sound on.  I understand sound can be annoying.

I add the following code to the FRAME 1 of the movie.  Everything works fine but when the loop finishes, it just stops.  How do I get it to continue looping?  Also, as I navigate to other sections of the movie.. I want it to continue playing and not restart when I go back to say "Home".  Home starts at frame 1 as well.[code]...

View 9 Replies

Cs5 :: Flash Animation And Sound Loop

Jun 17, 2010

ok so im having an issue with Flash CS5.I have a sound looping, and my animation is only 13 frames long, while the song is like a minute long, so each time the animation loops threw the default "Loop Playback" a new sound audio is played which os overlapping the previous over and over causing a massive echo effect.Whats the best way to loop both of them insync, or atleast copy and paste the animations frames and make it the length of the song?

View 1 Replies

ActionScript 3.0 :: How To Stop And Loop Sound

Feb 27, 2008

I have created a button which plays an external MP3 file, but the first problem is it only plays once. What script do i have to add so the sound continually loops. Secondly, I have created a button which stops music, but I can't figure out the code which stops the MP3 file playing. I've tried backMusic.close();, but an error message is displayed as the sound is already loaded up.

Heres the ActionScript Code:
package {
import flash.display.*;
import flash.events.*;
import flash.geom.*;
import flash.text.*;
[Code] .....

View 4 Replies

ActionScript 2.0 :: Attaching Sound Via Loop?

Feb 10, 2009

Is there some secret to attaching sound via a loop? I have had to hard code this and write it out 26 times.

Here's what I want:

ActionScript Code:
for(k=1;k<=26;k++)
{

[Code]....

I've tried it with _root, without, using a variable such as moji = eval("moji"+k) then moji.onPress, but nothing works. It just won't play the sound unless it's hard coded.

View 4 Replies

ActionScript 2.0 :: Stopping Sound Loop?

Oct 19, 2003

In the tutorials, there is a sound loop that you start with a button, The fla didn't have a stop script to add to a second button.

View 4 Replies

ActionScript 2.0 :: Loaded Sound Will Not Loop

Jan 16, 2004

I don't know why, but my sound dosn't loop, even though I set it to loop, here is the complete code: This is on my 1st frame:
[AS]
bg_music = new Sound(_root);
bg_music.loadSound("music.mp3", true);
bg_music.stop();
[/AS]

This is on my sound controller clip, shows the progress of the music playing and stuff:
[AS]
onClipEvent (enterFrame) {
var musicloaded = _root.bg_music.getBytesLoaded();
var musictotal = _root.bg_music.getBytesTotal();
var lprogress = Math.round((musicloaded / musictotal) * 100);
var musicttime = _root.bg_music.duration;
[Code] .....
I tried with "loop" too, but the sound just plays once.

View 1 Replies

ActionScript 2.0 :: Loop - Set Volume Down Just For One Sound?

Sep 20, 2006

can anyone tell me how to loop 5 different sounds, drums, bass, sax etc. When i use :

[Code]...

and play them all, it's ok, looping fine, but what i want to do is to have 5 buttons that control those 5 sounds. turning of and on some of them... i tried with "secondSound.setVolume(0)" to turn off 2nd sound, but that kill them all... CAN i SOMEHOW set volume down just for one sound? OR if thats not possible, i need bass or sax sound to start again, when button is clicked, in the same position where drums sound is...
but when loop start again to start also from "0" i've also tried reading firstsound position:

[Code]...

View 1 Replies

ActionScript 2.0 :: Loaded Sound Won't Loop

Jan 16, 2004

I don't know why, but my sound dosn't loop, even though I set it to loop, here is the complete [code]...

View 1 Replies

ActionScript 2.0 :: [ F5 ] Limit A Sound Loop?

Nov 29, 2002

I'll try to be clear and concise:

**Say you have a single-scene 170 frame long movie.

**The first two frames contain a preloader function.

**Following the preloader is a very short introduction.

**Then, the real stuff begins including a background SOUND LOOP that begins at say frame 70.

**Now here's the actual problem: I want the sound loop to only play between frames 70 and 170. Nowhere else, especially not over the preloader if someone happens to restart the movie.

-Which is what happens now. It plays fine the first time, but then the loop just keeps going and going no matter what.

View 3 Replies

ActionScript 3.0 :: Pausing And Resuming A Sound Loop?

Dec 3, 2010

So my program starts playing and my background music starts to play and loops...

Actionscript Code:
mySoundChannel = mySound.play(0, int.MAX_VALUE);

but i'd like to be able to pause the background music and then continue looping. this is what i'm doing now after i've stopped the song and acquired it's current position, and am ready to play again...

Actionscript Code:
mySoundChannel = mySound.play(resumePosition, int.MAX_VALUE);

problem is that when it loops, it loops back to the resumePosition (as expected since that's when we told it to start playing from). so how to i resume AND loop starting over at the beginning of the song?

View 3 Replies

Flash8 :: Plays A Sound In The Library On Loop?

Aug 21, 2011

i was looking into if there is anyway to work with sounds using actionscript?Basically im looking for something that

* Plays a sound in the library on loop

* stops that sound

* mute that sound (so it's still playing but cant be heard)

* unmutes that sound

the idea is so i can spread out this in scripts instead of in the frames.

View 1 Replies







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