Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you make a sound continue through all scenes? 1

Status
Not open for further replies.

elektraking2000

Technical User
Jun 30, 2003
1
US
Well, as I said above, I want to know.

I'm new here.
I am trying to make a movie with multiple scenes - nothing special. I want background music in MP3 format to continue through all of the scenes, as opposed to only the first scenes.

Thanks!
 
you could make an extra swf containing no graphics but only the sound and load it into a level.

levels work like layers. a level with a higher number lies above a level with a lower one. therefore i ment not to use graphics in the sound-swf (but you can e.g. to make a sound-interface).
if it is just for the sound (as i said) just put it into another swf, lets say you call it sound.swf.
put it in the same folder as the main swf.

then use this script in the main swf (put it on the first keyframe):
Code:
loadMovieNum("sound.swf",1);


regards

tektips.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top