Friday, 22 May 2009

Audio track for my Flash file and creating a Mute button.

I wanted to use a full size song on loop function so that there can be audio the whole way through the video tour.

Obviously most music is copyrighted though so I decided to look into some of the artists that dont belong to record labels that post their music on a BitTorrent site I use for everyone to listen to, use or reproduce. The way music should be.

Anyhow, I listened to a few tricks on this Various Artists compilation album, but settled on a simple track by 'Cortexalation' called 'Creationextol'.

To create a Sound Off button I used the Actionscript function:

on (release) {
stopAllSounds();
}

No comments:

Post a Comment