Jump to content

Music Attachment


Kokisho

Recommended Posts

There are many ways to do this. One thing to check out is ,,,, Is the sound a streaming sound, or an event sound.I streaming sound needs enough time to play in the time line. An event sound can be god terribly long, but you can drop it into one frame and it will play for ever.Also in flash 8, you can upload and mp3 to the server and play it from there.Or, you might want to consider loading the sound into a level via a frame action at the beginning at the beginning ot the movie.hope that helps,Bill

Link to comment
Share on other sites

You can add a sound through action script as well.Import the sound to the library, right click, export for action script and give it a name.Put this in the frames panel.

mySound = new Sound("Some Sound");mySound.start(0,99);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...