Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox cannot load and play the video on my website www.parasoccer.org; Internet Explorer does

  • 4 ответа
  • 12 имеют эту проблему
  • 2 просмотра
  • Последний ответ от Felico

more options

Firefox could not load and play the video on my website www.parasoccer.org; Internet Explorer does. Secondly, Firefox does not support webmail.streamline.net which proviides email services for www.parasoccer.org; Internet Explorer does

Firefox could not load and play the video on my website '''www.parasoccer.org'''; Internet Explorer does. Secondly, Firefox does not support webmail.streamline.net which proviides email services for www.parasoccer.org; Internet Explorer does

Все ответы (4)

more options

You only have code with a classid for IE. Firefox ignores code with a classid.
You also specify the filename with a backslash in it (video\The Game.wmv).

Use this code for the object, that should work (filename in data and add a type that is supported by the WMP plugin):

<object data="video/The Game.wmv" style="display: inline; visibility: visible;" type="application/x-mplayer2" id="ActiveMovie1" height="315" width="442">
more options

Honestly, I did not understand the solution that you suggested. I am not a programmer. May be the programmer that designed the website will understand your suggested solution. However, if you have a layman's solution, I'll be glad to follow that.

more options

Which software do you use to create the page(s) and generate the HTML code?

The code that is currently generated won't work in Firefox.

You can see the current code via and search for object (Ctrl+F):

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source
  • Right-click on a web page to open the right-click context menu and select Page Source

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

I have sent the solution that you proposed to the website designer. I am still waiting for his feedback. I only paid for the website and supplied the contents.