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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

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 uphendule
  • 8 zinale nkinga
  • 11 views
  • Igcine ukuphendulwa ngu 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.