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>
Quote Reply
Re: [Gorospe] Embed Video In reply to
So no one knows? This would be the first thing Ive seen that links sql cannot handle... Or can it?