Is it possible?

is it possible to have a sound clip loop through out a multi-scene movie?

if you attach it with actionscript i think it would be :slight_smile:

mySound = new Sound()
mySound.attach(“music.wav”)
mySound.start()

[AS]
mySound = new Sound()
mySound.attachSound(“music”)
mySound.start()
[/AS]

make sure to right click on wav in library and go to linkage and name “music” check off export in first frame and export for AS

thanks for clearing it up digital =)

no problem

This is a tutorial worthy question i think. I thought it impossible to do. I had no clue a sound attched iwth the sound object keeps playing onto the next scene.

as I said, i haven’t experimented with that, but i think it would work… I dunno if it’s worth writing a tut (very specific topic), but might be good enough to be thrown in best of kirupa =)

Actualy it is a little more common then u think. A lot of Flash cartoon animators use a lot of differt scenes but want the same BG loop through out the cartoon. I have a couple animator friends who asked me of this was possible and assumed “no”.

oh… lol i didn’t know that actually… i’ll try that out, and if it works, i’ll write a small tut about it =) :wink:

http://www.delusionalfx.com/tutorials/XternalSound.htm

i wrote a small article to help someone on external, i’d be happy to write a tute on either, maybe ahmed can write one on attaching sounds and ill make a part 2 for external sound

nice work guys, i have been confused by this for quite some time