View Full Version : How do you put BG Music into Movies???
Tenchi
02-20-2003, 04:28 PM
I really need to know how you put Background sound into Flash Movies. Can someone PLEASE help me????:(
subquark
02-20-2003, 08:29 PM
there are a couple of ways to do this, I like to load a separate swf with a sound loop in it
bgSound = new Sound(this);
bgSound.attachSound("sound1");
bgSound.start(0, 99);
see the tutorial (http://actionscript.org/tutorials/beginner/volume_slider/index.shtml)
Tenchi
02-22-2003, 08:53 AM
How does that work exactly? I'm a total and complete newb. Please can someone explain wot goes where?
subquark
02-22-2003, 02:03 PM
did you check out the TUTORIAL link above in my answers!?!
Tenchi
02-22-2003, 02:05 PM
I did read it, but I dont get where you put evrything. It makes no sense to me.
Ricod
02-22-2003, 10:14 PM
ehrm ... if you read the tutorial first, you'll find sentences like : "OK let's get into the scripting. Select frame 1 of the actions layer and add these actions -"
So : You select frame 1 of the actions layes, and then in the actions panel, you write (I suggest you write it, and don't copy paste, as you won't learn anything from copy pasting) the code given by Billy T. :cool:
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.