Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Embed Video

Quote Reply
Embed Video
Hi forum,
Im trying to embed video on a detailed page.
Ive created the Video table, and the video has been uploaded via admin.
Now here is the code Im using to embed it, but its not exactly working... Im almost sure its the <%Video%> code, since thats the one I use for images I addopted it for the video, but its not working.
Does anyone know where I went wrong? And most important, does anyone know how to fix it? Or options?
Thanks in advance.

Juan Carlos Gorospe


Code:
<object id="MediaPlayer1"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"

standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">

<param name="fileName" value="http://<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>;view=Video">

<param name="animationatStart" value="true">

<param name="transparentatStart" value="true">

<param name="autoStart" value="true">

<param name="showControls" value="false">

<param name="Volume" value="-450">

<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="http://<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>;view=Video"
name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=0
volume=-450>

</object>
Subject Author Views Date
Thread Embed Video Gorospe 1664 Mar 1, 2006, 5:49 PM
Post Re: [Gorospe] Embed Video
Gorospe 1553 Mar 5, 2006, 6:14 PM