CMS menu for video on demand (links/menus)

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
grifs71
Forum Members
Forum Members
Posts: 28
Joined: Tue Apr 13, 2010 4:25 pm

CMS menu for video on demand (links/menus)

Post by grifs71 »

Can CMS have video links with a menu type system?

For example, we have a video server and the links to the videos are from Flash Media Streaming Server. The code looks like this from the FMS server:

<object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' >
<param name='movie' value='http://site.com/swfs/videoPlayer.swf' /> <param name='quality' value='high' /> <param name='bgcolor' value='#000000' /> <param name='allowfullscreen' value='true' /> <param name='flashvars' value= '&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&DS_Status=true&streamType=vod&autoStart=true&serverURL=rtmp://site.com/vod/media/mp4:video_return.f4v'/>
<embed src='http://site.com/swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer' flashvars='&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&DS_Status=true&streamType=vod&autoStart=true&serverURL=rtmp://site.com/vod/media/mp4:video_return.f4v' type='application/x-shockwave-flash'> </embed></object>

I am trying to figure out how I could use a drop down menu that I would be able to view the videos in like another other video site.

Where it would open and play in the same window?

I reuse the code above and change the name of the file.html with the video name.


Can this be done in CMS,


Any help/advice would be great.
Locked

Return to “[locked] Installation, Setup and Upgrade”