PDA

View Full Version : Embedding video!


DodgeV83
Feb-15-2006, 04:00 PM
It wasn't until I saw the YouTube integration that I realized you could put this kind of stuff in the gallery/caption HTML! I copied some code I used to use for my homeserver site and volia!


http://www.frelowphotos.com/gallery/1207051

<html><center> <OBJECT ID="MediaPlayer1" width=320 height=235
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM NAME="FileName" VALUE="http://www.archive.org/download/Lynn_Long_Jump/Lynn_Long_Jump.wmv">
<PARAM NAME="ShowControls" VALUE="True">
<PARAM NAME="ShowStatusBar" VALUE="True">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://www.archive.org/download/Lynn_Long_Jump/Lynn_Long_Jump.wmv"
name="MediaPlayer1"
width=320
height=235
autostart=0

showstatusbar=1
showcontrols=1>
</EMBED>
</OBJECT></html> Lynn Long Jump


I have the video hosted on the archive.org site, see more info about that here http://www.dgrin.com/showthread.php?t=19464

I'ma keep messing with this, :clap lets see how good I can make it look :D

DodgeV83
Feb-15-2006, 04:40 PM
Here is the code for Quicktime videos

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
height="250"
width="320">

<param name="src" value="apparatQT2.mov">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="loop" value="false">
<param name="type" value="video/quicktime" >
<param name="target" value="myself" >
<embed height="250"
pluginspage="http://www.apple.com/quicktime/download/"
src="media/ayrshow_advert.mov"
type="video/quicktime"
width="320"
autoplay=true
controller=true
loop=false
target="myself">
</object>

DodgeV83
Aug-18-2006, 04:50 PM
Code for embedding Flash

<html><center><br><br><embed allowScriptAccess="never"
src="http://****.com/Videos/flvplayer.swf?file=****.flv" wmode="transparent" height="255"
width="432"></center></html>