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.
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.
[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.
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.
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.
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.
[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.
is working on a reply...