Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am using a macro to render the contents in a rte(tinymce) of childnodes on a page.
Like so:
@foreach(var item in Model.Descendants("Contents")) { <div id=""> @Html.Raw(umbraco.library.RenderMacroContent(item.text.ToString(), item.Id)) </div> }
It renders fine but i cant pause the playback by clicking the video.
Any ideas?
Oups.
My bad. When i installed the uTube plugin all files was created except the chromelessplayer js file...
So now everything is working after adding that to the scripts folder.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Pause doesnt work when using Chromeless.
Hi,
I am using a macro to render the contents in a rte(tinymce) of childnodes on a page.
Like so:
@foreach(var item in Model.Descendants("Contents"))
{
<div id="">
@Html.Raw(umbraco.library.RenderMacroContent(item.text.ToString(), item.Id))
</div>
}
It renders fine but i cant pause the playback by clicking the video.
Any ideas?
Oups.
My bad.
When i installed the uTube plugin all files was created except the chromelessplayer js file...
So now everything is working after adding that to the scripts folder.
is working on a reply...