First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: me | Website: http://www.vgflash.cjb.net
In this tutorial I will explain how to do an advanced music button in flash MX 2004 and MX,

insert 3 frame
  • frame for the preloader
  • frame for the music on button
  • frame for the music off button
Put a preloader in the first frame (if you dont want a preloader, get rid on the first frame)

then go in the second frame and put a button that say MUSIC OFF

Go in the third frame and put a button that say MUSIC ON.

Import your song (i recommend a small loopable beat)
Now go in the library, right-click on your song and choose Linkage...

check the EXPORT FOR ACTIONSCRIPT box (it will automaticaly check the last box too)

in the identifier text-field, type music.
leave everything else blank.
press OK

right-click on the second frame (or the first if you didnt included a preloader)
and select ACTION, put this code in

CODE
stop();

if(_global.Behaviors == null)_global.Behaviors = {};
if(_global.Behaviors.Sound == null)_global.Behaviors.Sound = {};
if(typeof this.createEmptyMovieClip == 'undefined'){
this._parent.createEmptyMovieClip('BS_music',new Date().getTime()-(Math.floor((new Date().getTime()) /10000)*10000) );
_global.Behaviors.Sound.music = new Sound(this._parent.BS_music);
} else {
this.createEmptyMovieClip('_music_',new Date().getTime()-(Math.floor((new Date().getTime()) /10000)*10000) );
_global.Behaviors.Sound.music = new Sound(this.BS_music);
}
_global.Behaviors.Sound.music.attachSound("music");
if (true) {
_global.Behaviors.Sound.music.start(0,1);
}

in the last line, you see music.start(0,1);
the "1" is the number of time the music will loop, so change it to the number you want, you CANT make the music loop infinite....sorry.

now right-click on your MUSIC OFF button and select ACTION. Put this code in

CODE
on (release) {
gotoAndStop(3);

_global.Behaviors.Sound.music.stop();
}


if you didnt included a preloader, change the gotoAndStop(3); for gotoAndStop(2);

now go in the last frame and go in the action window for the MUSIC ON button and type in

CODE
on (release) {
prevFrame();
}


now test your movie, and it should work!



if you want to replace a song, delete the old one and upload a new one, do the linkage trick again


» Level Basic

Added: 2003-11-10
Rating: 7 Votes: 65
(10 being the highest)
» Author
my first tutorial at flashkit
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.