any one ... I have checked the utube player on other websites , it worked fine , i guess there is an issue with rich text editor (Tinymce v3) , is there any way i cant reinstall or refresh the rich editor , coz i am using the same version on other website and the chromeless player works fine on it , dunno which files of tinymce is corrupted.
Issues when using utubechromeless macro in Tinymce
Hi ,
I am trying to use utube chrome less macro in the rich text editor , but i cant see the embeded video on publishing the content, the page renders as:
<?UMBRACO_MACRO utubewidth="320"utubevideo="http://www.youtube.com/watch?v=GEBTjnAdUXE&feature=g-upl&context=G2c58d60AUAAAAAAAAAA" utubeheight="240" macroAlias="uTube.ChromelessPlayer" />
Any ideas how to resolve this
i am using umbraco v 4.7.0 (Assembly version: 1.0.4090.21631)
any one ... I have checked the utube player on other websites , it worked fine , i guess there is an issue with rich text editor (Tinymce v3) , is there any way i cant reinstall or refresh the rich editor , coz i am using the same version on other website and the chromeless player works fine on it , dunno which files of tinymce is corrupted.
anyone??
I just figured it out.
Do it like this on your template:
@Html.Raw(umbraco.library.RenderMacroContent(item.text.ToString(), item.Id))
is working on a reply...