Jump to content
  • 0

avi, mpg etc


Elendor
 Share

Question

Привет всем. Может ктонибудь подсказать какие параметры надо указывать в обжекте, что бы проигрывались видео файлы.

Следующий пример по непонятным причинам не работает ;) :

<OBJECT DATA="example.avi" TYPE="video/x-msvideo" WIDTH="500" HEIGHT="500">
<PARAM NAME="autoplay" VALUE="true">
</OBJECT>

<br><br><br>

<OBJECT DATA="example.mpg" TYPE="video/mpeg" WIDTH="500" HEIGHT="500">
<PARAM NAME="autoplay" VALUE="true">
</OBJECT>

Прошу помощи :D

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Лучше дать скачать или залить во флеш. Потому что браузеры могут проигрывать видео только с соответствующими плагинами, которые либо криво встают, либо глючат при больших роликах.

Link to comment
Share on other sites

  • 0
Привет всем. Может ктонибудь подсказать какие параметры надо указывать в обжекте, что бы проигрывались видео файлы.

Следующий пример по непонятным причинам не работает ;) :

<OBJECT DATA="example.avi" TYPE="video/x-msvideo" WIDTH="500" HEIGHT="500">
<PARAM NAME="autoplay" VALUE="true">
</OBJECT>

<br><br><br>

<OBJECT DATA="example.mpg" TYPE="video/mpeg" WIDTH="500" HEIGHT="500">
<PARAM NAME="autoplay" VALUE="true">
</OBJECT>

Прошу помощи :D

Ммм..., а так:

<object data="example.avi" type="application/avi"    
width="500" height="500"></object>

Тег Param отвечает за автовоспроизведение в данном случае? Для чего он?

Link to comment
Share on other sites

  • 0

Вот полностью рабочий код:


<OBJECT ID="Player1" width="500" height="500" src="films/Death Race.avi"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
standby="Loading Microsoft Windows Media Player components...">
<PARAM NAME="URL" VALUE="films/Death Race.avi">
<PARAM NAME="width" VALUE="500">
<PARAM NAME="height" VALUE="500">
<PARAM NAME="stretchToFit" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="CurrentPosition" VALUE="0">
<PARAM NAME="AutoStart" Value="true">
<EMBED id="Player1" name="Player1" src="films/Death Race.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="500" height="500"
AutoStart="0" AnimationAtStart="1" TransparentAtStart="1" uiMode="none" StretchToFit="1" CurrentPosition="1900">
</embed>
</OBJECT>

Edited by rus
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