Adding Multimedia

Download the example.

Adding Multimedia (provided by Doris Yee)

VIDEO (QUICKTIME)

When you see a video playing right on a web page, chances are it’s a QuickTime movie that has been placed on the page with an object tag along with an embed tag .This method is discussed in detail in the next section. In order for the movie to display on the web page, the QuickTime plug-in must be installed on the user’s browser. Fortunately, this plug-in is included in current browsers’ installation packages.

<br />&lt;object width="320" height="255" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"&gt;<br /><%%KEEPWHITESPACE%%>	&lt;param name="src" value="videos/vizio.mov"&gt;<br /><%%KEEPWHITESPACE%%>        &lt;param name="controller" value="true"&gt;<br /><%%KEEPWHITESPACE%%>        &lt;param name="autoplay" value="false"&gt;<br /><%%KEEPWHITESPACE%%>        &lt;embed src="videos/vizio.mov" width="320" height="255" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/"&gt;&lt;/embed&gt;<br />&lt;/object&gt;<br />

THIRD-PARTY VIDEO INTEGRATION

Adding Multimedia (provided by Doris Yee)

To embed a video, just copy the code from the “Embed” box when viewing a clip hosted on a third party (i.e. Youtube, Vimeo, Kaltura, etc.)  You can find it in something that sounds like “Information” or  “About This Video” or “Share” when you’re watching the video. Once you’ve copied the code, just paste it into your website or blog to embed it.

Adding Multimedia (provided by Doris Yee)
This is a screenshot of my .html file that has code pasted into after being copied from a vimeo clip.




© 2011. All Rights Reserved

TopTop