Welcome! 登入 註冊
美寶首頁 美寶百科 美寶論壇 美寶落格 美寶地圖

Advanced

Change History

Message: 在網頁嵌入 quicktime 影音資料的 html 語法

Changed By: 那些子
Change Date: April 23, 2011 11:45PM

在網頁嵌入 quicktime 影音資料的 html 語法
<<code><strong> &lt;embed src="&quot;http://www.yourdomain.com/your-video.mov"&quot; height="&quot;256"&quot; width="&quot;320"><&quot;&gt;&lt;/embed>
&gt;</strong></code>
<br />


Attributes:
src Sets the URL to be loaded by the embed object.
height Sets the height of the embed object. This should be 16 pixels more than the actual height of your source video to account for the 16 pixels used up by the quicktime movie controls.
width Sets the width of the embed object. This can be the actual width of the video.
Note: The height and width can be set much higher than the actual movie size and it will not distort your movie though it will add space around your video.

To create this code using Dreamweaver go to the Insert Menu > Tag > Choose HTML Tags > Choose embed > click Insert. Enter the URL of your Quicktime movie, the height, and the width. Additional parameters include:

hspace="10" vspace="10" hidden="true" autostart="true" loop="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"

Attributes:
hspace Sets the horizontal spacing from your element
vspace Sets the vertical spacing from your element
hidden Sets to hide your video or not : true / false
autostart Sets to auto play your movie : true / false
loop Sets to continuously loop your movie : true / false
type Set this to video/quicktime for quicktime movies
pluginspage Where the user can grab the plug-in to play the movie through their browser. Use http://www.apple.com/quicktime/download/

To insert additional parameters/attributes to your embed element in Dreamweaver select your embedded video and click Parameters... from the Properties pane.

更多資訊:
http://library.creativecow.net/articles/chaffin_abraham/embedding-quicktime-movies.php

Original Message

作者: 那些子
Date: April 23, 2011 11:42PM

在網頁嵌入 quicktime 影音資料的 html 語法


Attributes:
src Sets the URL to be loaded by the embed object.
height Sets the height of the embed object. This should be 16 pixels more than the actual height of your source video to account for the 16 pixels used up by the quicktime movie controls.
width Sets the width of the embed object. This can be the actual width of the video.
Note: The height and width can be set much higher than the actual movie size and it will not distort your movie though it will add space around your video.

To create this code using Dreamweaver go to the Insert Menu > Tag > Choose HTML Tags > Choose embed > click Insert. Enter the URL of your Quicktime movie, the height, and the width. Additional parameters include:

hspace="10" vspace="10" hidden="true" autostart="true" loop="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"

Attributes:
hspace Sets the horizontal spacing from your element
vspace Sets the vertical spacing from your element
hidden Sets to hide your video or not : true / false
autostart Sets to auto play your movie : true / false
loop Sets to continuously loop your movie : true / false
type Set this to video/quicktime for quicktime movies
pluginspage Where the user can grab the plug-in to play the movie through their browser. Use http://www.apple.com/quicktime/download/

To insert additional parameters/attributes to your embed element in Dreamweaver select your embedded video and click Parameters... from the Properties pane.

更多資訊:
http://library.creativecow.net/articles/chaffin_abraham/embedding-quicktime-movies.php