PDA

Click to See Complete Forum and Search --> : music in flash


lokki
03-02-2007, 08:28 AM
hi

i need tocreate an ecard like this one with music in it..

http://www.musicbay.se/buy/index.asp?movie_id=1788&company_id=39 (http://www.musicbay.se/buy/index.asp?movie_id=1788&company_id=39)

how is this done? is it linked externally?


is there an online guide somewhere?

thanks!

Neballer
03-05-2007, 04:47 PM
most likely done with xml

http://www.kirupa.com/web/xml/examples/MP3playlist.htm

DavidLieb
03-06-2007, 03:08 AM
Well, first you have to learn Flash. Assuming you know it, you can link to the sound externally with the following command placed on the button:

on(release){
var mysound:Sound = new Sound();
mysound.loadSound('http://www.bytescout.com/demo/flowers.mp3', true);
}

However, I'm not sure if you can create a pre-loader bar with that...

I think you'd have to place the sound inside an SWF and load that with the loadMovie command. The loaded SWF could have a preloader.