CMS menu for video on demand (links/menus)
Posted: Tue Jan 31, 2012 1:27 am
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.
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.