Insert Video (flowplayer) not working on the HTML content
Hi,
I installed Insert Video and Insert flash packages and tried to place the macro on the content pages.. but it's not visible on the webpage.. Is there anything I need to get it working.
I have used Flowplayer's Insert Video package several times and it works fine for me. Are you inserting the video in a richtext editor, and how do you render the content from that editor? Are you using XSLT or a umbraco field?
Or are you just trying to insert the video on a template?
I am just inserting the macro on the Rich text editor(bodyText). I need the video to be inserted on the pages just like the content. appreciate your help Kim
Hi Narern, Like Kim said, are you inserting you bodyText field directly into a template, or are you using xslt to render it?
i.e. are you using <umbraco:Item field="bodyText" runat="server"></umbraco:Item> to render the bodyText field into the template.
If you are using xslt to render the bodyText field, then that could be your issue. If possible try rendering the bodyText field directly to the template using the <umbraco:Item /> tag and see if that fixes you issue, then work from there.
If you use XSLT to render your bodyText, then you need to use the umbraco.library:RenderMacroContent function. Otherwise you cannot render a macro, from inside another macro.
I don't believe I tested the package with 4.0.0 before releasing, but It's a simple macro so don't see any reason why it shouldn't work. Neil is probably on the right track here, and if you're outputting the editor content with xslt and can't move to an umbraco:item tag you may want to look at RenderMacroContent.
I'm having the same issue as Narendranath. My video plays fine in preview, but when I go to publish, I get this issue: Error reading XSLT file: \xslt\InsertVideo.xslt
Insert Video (flowplayer) not working on the HTML content
Hi,
I installed Insert Video and Insert flash packages and tried to place the macro on the content pages.. but it's not visible on the webpage.. Is there anything I need to get it working.
The umbraco version iam using is 4.0.0
Thanks
Narendranath
Hi Narendranath
I have used Flowplayer's Insert Video package several times and it works fine for me. Are you inserting the video in a richtext editor, and how do you render the content from that editor? Are you using XSLT or a umbraco field?
Or are you just trying to insert the video on a template?
Regards,
/Kim A
HI Kim,
I am just inserting the macro on the Rich text editor(bodyText). I need the video to be inserted on the pages just like the content. appreciate your help Kim
Thanks
Narern
Hi Narern,
Like Kim said, are you inserting you bodyText field directly into a template, or are you using xslt to render it?
i.e. are you using <umbraco:Item field="bodyText" runat="server"></umbraco:Item> to render the bodyText field into the template.
If you are using xslt to render the bodyText field, then that could be your issue. If possible try rendering the bodyText field directly to the template using the <umbraco:Item /> tag and see if that fixes you issue, then work from there.
Cheers,
Neil
Narern,
If you use XSLT to render your bodyText, then you need to use the umbraco.library:RenderMacroContent function. Otherwise you cannot render a macro, from inside another macro.
/Kim A
Hi Narendranath
I don't believe I tested the package with 4.0.0 before releasing, but It's a simple macro so don't see any reason why it shouldn't work. Neil is probably on the right track here, and if you're outputting the editor content with xslt and can't move to an umbraco:item tag you may want to look at RenderMacroContent.
Dan
hello all,
I'm having the same issue as Narendranath. My video plays fine in preview, but when I go to publish, I get this issue: Error reading XSLT file: \xslt\InsertVideo.xslt
Please help!
is working on a reply...