Copied to clipboard

Flag this post as spam?

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


  • Umesh Chape 6 posts 20 karma points
    Feb 19, 2009 @ 11:20
    Umesh Chape
    0

    xslt is not working for embed video

    Hi All,
    I am using Umbraco 3.0 and i want to show video from my server ( from local) to website.

    for this i written xslt as per below,

    [code]
    ]>

    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxml="urn:schemas-microsoft-com:xslt"
    xmlns:umbraco.library="urn:umbraco.library"
    exclude-result-prefixes="msxml umbraco.library">









    [/code]


    But it is not showing video. It is showing that "click here to download plugin".

    But if i give youtube url in src then it is showing video perfectly.

    Can any one help me for showing video.

  • rorythecheese 110 posts 56 karma points
    Feb 19, 2009 @ 13:36
    rorythecheese
    0

    Could be because you;re embedding a mpeg , whereas youtube is flash.
    Also sometimes i've had problems if there's spaces in the file name.
    Probably if you convert the mpeg to flv in flash it'll work.

  • bob baty-barr 1180 posts 1294 karma points MVP
    Feb 19, 2009 @ 14:07
    bob baty-barr
    0

    i created a package specifically for playing external youtube videos on your site, you should check it out at http://packages.maliciousthinktank.com and see if that helps you at all.

  • ted1986 8 posts 20 karma points
    Feb 27, 2009 @ 07:19
    ted1986
    0

    [quote=rorythecheese]Could be because you;re embedding a mpeg , whereas youtube is flash.
    Also sometimes i've had problems if there's spaces in the file name.
    Probably if you convert the mpeg to flv in flash it'll work.[/quote]

    Yes, you need to convert it to FLV first. you can use Moyea Flash Video mx pro to convert it. and it can generate a html file to use like a webpage directly.

  • 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