PDA

View Full Version : Background sound


Clutchplate
05-21-2003, 12:52 AM
I have a Flash website with many scenes that transition from one another, i.e. they use gotoAndPlay() to do various things.

I want to add a background soundtrack to the entire website. What's the easiest way to do this? Do I need to add a sound layer to every scene?

Thanks for any hints....

- Lutz

toke
05-21-2003, 03:42 PM
check KennyB audio tutorial @ flashkit.com quite useful or do some search in this forum :D

death
05-21-2003, 04:09 PM
Hail ... i think its better to use one scene with many MC s instead of using many scenes!... with this idea u can easy play a sound on background...

Clutchplate
05-21-2003, 04:57 PM
Thanks guys.

I inherited the site and am doing changes to it, that's why it is setup that way, I guess.....

I will check out the audio tutorial, thanks.

What are MCs?

- Lutz

toke
05-21-2003, 06:20 PM
MCs = movie clips :D

Clutchplate
05-21-2003, 11:16 PM
Oh, yeah :rolleyes:

Good thing I posted this in the newbies forum :D :D

Warrior
05-24-2003, 03:05 PM
Or try loadMovieNum(); The sound will loop regardless of what's happening in the Main Movie ;)