Go Back   kirupaForum > Flash > ActionScript 1.0/2.0

Reply
 
Thread Tools Display Modes
Old 11-23-2009, 10:38 AM   #1
foundsheep
Registered User
Need to stop one music file when I play another

I'm developing a band site and currently have all the song clips playing and stopping via start/stop buttons. The issue is that all of the songs can be playing at the same time if you don't manually stop the other songs. The idea would be to have a song stop automatically if a user pushed play for another song.

This is all the AS I have on the button right now:

Code:
on (release)
{
    sndMusic1.start();
pause4thaladies._visible=true;
play4thaladies._visible = false;
}
Help is appreciated.
foundsheep is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Old 11-25-2009, 12:24 AM   #2
NamikazeMinato
Registered User
 
NamikazeMinato's Avatar
Location Kochi,India

Posts 48
Suppose you have 10 Movieclips corresponding to each artists,and on clicking them you play their song.

I suppose you are using only one sound object namely,sndMusic1.
And you are loading dynamically the corresponding file of each artist.

That is,

Each movieclip has an info named artistSong or something that is the IDENTIFIER or PATH of that particular song.Just load it to the soundObject.

Since it is the same object,we can stop the previous song also.

So,Here is the code for first MovieClip.

mC1.onPress=function()
{
sndMusic1.stop();//Stopping the previous song.
sndMusic1.attachSound("mC1Song");//Identifier of that song.
sndMusic1.start(0,1);
}

Similarly for all movieclips...

Hope this helps..

Cheers

Last edited by NamikazeMinato; 11-25-2009 at 12:25 AM.. Reason: SpellingMistake
NamikazeMinato is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:41 PM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com