I embedded a default media player into my webpage with the following html
{object height="20" width="200"} {embed src="url to music" autostart="false" loop="false" height="20" width="200"} {/object}
(replace the { with <)
Everytime I go to the website, this object automatically downloads the music. How can I disable the autodownload? I want it to load only when someone clicks on the play button.