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...
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.
Continue discussion
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...
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.