Embedding media in a website

d|b

d|b

Associate
Joined
15 May 2007
Posts
283
This is my website at the moment:

http://www.stanislavberemski.com/testdir/

In the music section I am trying to embed a few of my mixes which are on my webserver. At the moment I am simply embedding them like so:

<embed src="Shanghai - Stanislav.mp3" width="600" height="32" autostart="False" loop="False" align="left"></embed>

I seem to have two problems:

1) The player does not display properly in Firefox. The browser seems to rendering the player even though it should be displayed unless the "Music" section is clicked. Any ideas here?

2) I am looking for a way to stop the imbedded player pre-loading the mp3 as soon as a viewer access the website. I need to do this so that I can save on the bandwidth that I am using up...each mix is around 100mb and I dont want a user to be downloading 3 mixes everytime they access the site.

I am open to other simple suggestions of embedding this media.

I am currently coding in Dreamweaver CS3 and my javascript and flash knowledge is pretty poor.

Thanks for the help.
 
Back
Top Bottom