playing music

J

Jack

How to embedd music file into webpage?
To start playing automatically?
What format is acceptable?
Thanks,
Jack
 
T

Teriel9

Hi Jack,I use the following in my website and it works fine every time
<bgsound src="Trumpet1.wav" loop="0">
Change the sound file to your own but make sure you have imported it into FP
first.
The loop funcion currently is set to only play once on entry to my site.
HTH
Teriel9
 
Top