Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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 个回答
  • 8 人有此问题
  • 11 次查看
  • 最后回复者为 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?

所有回复 (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