Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • trfletch 598 posts 604 karma points
    Mar 18, 2009 @ 22:24
    trfletch
    0

    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"/>&amp;showfullscreen=1");<br />
                mttVid1.addParam("allowfullscreen","true");<br />
                mttVid1.write("mttVidPlayer");      <br />
        </script>



    [/code]

  • 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.

Please Sign in or register to post replies