Copied to clipboard

Flag this post as spam?

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


  • Fredrik Liljemark 52 posts 74 karma points
    Aug 18, 2012 @ 16:36
    Fredrik Liljemark
    0

    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?

  • Fredrik Liljemark 52 posts 74 karma points
    Aug 18, 2012 @ 16:49
    Fredrik Liljemark
    0

    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. 

Please Sign in or register to post replies

Write your reply to:

Draft