Posts: 198
Location: High Wycombe, Buckinghamshire, London
|
Hi there,
All you need to do is put:
Code:
<embed src="yourmusicfile.mp3" autostart="false" loop="false" />
It will start to play when you press the 'Play button' and it will not loop. If you want it to loop, just change
'loop=false'
to
'loop=true'
Regards,
Sean
__________________
[ Insert witty, yet highly intelligent signature here ]
|