|
|
Author: * Aria Murasaka -
3 Posts
on this thread out of
824 Posts
sitewide.
Date: Feb 17, 2005 - 05:18
(this message is the result of a request by Lalita *g*)
If the viewer of your page has Windows Media Player as their default player (which is the case very often), then the music will start automatically. Unless you specify in the embed tag that you don't want it to by adding 'autostart="false"':
<embed src="your_music_file.mp3" autostart="false">
that way, it will be always up to the viewer to play your music file or not
|
|