Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

The LOOP commant in the <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="FinalWalnut2.avi" name="MediaPlayer1" autostart="1" loop="TRUE" autosize="1" showcontrols="0" > does not work in FF. Why?

  • 3 replies
  • 8 have this problem
  • 11 views
  • Last reply by cor-el

more options

I use the <embed .....> and <object....> commands to play an avi file on my website in a loop. The loop command in the active x <object> worsk fine but does not work in FF <embed> command. How can I loop an avi file (so it plays continuously) in FF?

I use the <embed .....> and <object....> commands to play an avi file on my website in a loop. The loop command in the active x <object> worsk fine but does not work in FF <embed> command. How can I loop an avi file (so it plays continuously) in FF?

All Replies (3)

more options

EMBED doesn't support loop.
You can use playcount instead.

<embed src="sound_url" type="application/x-mplayer2" autostart="1" playcount="99" height="0" width="0">
more options

Thank you so much cor-el. Yes, it works with the playcount. Appreciate your help.

more options

You're welcome