Jump to content
  • 0

Opera и видео-файл


Fid
 Share

Question

Есть такая проблема, что нужно сделать так чтобы на странице можно было просматривать видеоролики (тип файлов - avi, wmv). В IE с помощью тега <embed> всё хорошо работает. Но когда загружаешь в Opera, то просто отображается белая область или отображается видеопроигрыватель с чёрным экраном и play не нажимается. Пробовал также <object> проблемы примерно такие же.

<embed src="cat.avi" width="200" height="200" type="application/x-shockwave-flash"></embed>

В чём проблема? Заранее спасибо.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Через <object> у меня тоже не получилось.

Может подскажешь какие аргументы должны быть у параметров classid, code, codebase и codetype для загрузки видео файла из этого же каталога с именем cat.avi?

Link to comment
Share on other sites

  • 0

может это поможет

<OBJECT ID="Player1" width="320" height="63" src="SOME URL.avi" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading Microsoft Windows Media Player components...">
<PARAM NAME="URL" VALUE="SOME URL.avi">
<PARAM NAME="width" VALUE="320">
<PARAM NAME="height" VALUE="63">
<PARAM NAME="stretchToFit" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="CurrentPosition" VALUE="1900"> <!--с какой секунды начинать воспроизведение-->
<PARAM NAME="AutoStart" Value="0"><!--ждать нажатие наplay -->
<EMBED id="Player1" name="Player1" src="SOME URL.avi" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" ShowControls="1" ShowTracker="1" ShowStatusBar="1" VideoBorder3D="0" VideoBorderWidth="0" width="320" height="63" AutoStart="0" AnimationAtStart="1" TransparentAtStart="1" uiMode="none" StretchToFit="1" CurrentPosition="1900"></embed>
</OBJECT>

Link to comment
Share on other sites

  • 0
может это поможет

<OBJECT ID="Player1" width="320" height="63" src="SOME URL.avi" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading Microsoft Windows Media Player components...">
<PARAM NAME="URL" VALUE="SOME URL.avi">
<PARAM NAME="width" VALUE="320">
<PARAM NAME="height" VALUE="63">
<PARAM NAME="stretchToFit" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="CurrentPosition" VALUE="1900"> <!--с какой секунды начинать воспроизведение-->
<PARAM NAME="AutoStart" Value="0"><!--ждать нажатие наplay -->
<EMBED id="Player1" name="Player1" src="SOME URL.avi" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" ShowControls="1" ShowTracker="1" ShowStatusBar="1" VideoBorder3D="0" VideoBorderWidth="0" width="320" height="63" AutoStart="0" AnimationAtStart="1" TransparentAtStart="1" uiMode="none" StretchToFit="1" CurrentPosition="1900"></embed>
</OBJECT>

<form><!-- кнопка Play -->
<input type="button" value="Play" style="font-size:10pt"
onclick=document.Player1.play()/>
</form>

В Opera 9.64 не работают команды типа play(), stop(), pause().

Для *.avi файлов параметр "height" нужно делать больше чем у видео:

для разрешения (width="352" height="272")

+46pixels без статуса

+68pixels co статусом

Edited by 0xd
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy