embed tag help

biferi

Daemon Poster
Messages
690
I am so soory I think I had this in the rong topic place before.

I am useing this code

<embed src="people.wav" width="70" height="55" autostart="true" playcount="6" loop="6"></embed>

And it plays sound great but it only plays one time and I am using firefox because I read on the net this code is good for Internet Explorer and Firefox.

So I then tryed this

<embed src="people.wav" width="70" height="55" autostart="true" loop="6"></embed>

No good just plays one time that is all.

I tryed

<embed src="people.wav" width="70" height="55" autostart="true" loop="true"></embed>

No good plays one time that is all.

Why can't I get it to repeat or loop??????

I did try

<embed src="people.wav" width="70" height="55" autostart="true" repeat="6"></embed>

No good what am I not getting???????????
 
<embed src="people.wav" width="70" height="55" autostart="true" loop=true></embed>

You had loop="true". Should have been loop=true. Tested it, appears it work.
 
Back
Top Bottom