I have setup a video player on my site but I want to have a list of videos available that visitors to the site can click on (preferably thumbnails) then the video will play in the player. I want users of Umbraco to be able to upload more videos that will automatically appear on the page. Does anyone know how I would go about this? Or can point me in the right direction, so far I have the following code:
Video player with link to play other videos
I have setup a video player on my site but I want to have a list of videos available that visitors to the site can click on (preferably thumbnails) then the video will play in the player. I want users of Umbraco to be able to upload more videos that will automatically appear on the page. Does anyone know how I would go about this? Or can point me in the right direction, so far I have the following code:
[code]
<script type="text/javascript"><br /> var mttVid1 = new SWFObject("/flashplayer/player.swf", "flashVid", "<xsl:value-of select="$vidW"/>", "<xsl:value-of select="$vidH"/>", "9", "#FFFFFF");<br /> mttVid1.addParam("FlashVars", "file=<xsl:value-of select="$showMe"/>&showfullscreen=1");<br /> mttVid1.addParam("allowfullscreen","true");<br /> mttVid1.write("mttVidPlayer"); <br /> </script>[/code]
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.