You should be able to use this via the "insert macro" button within the editor, but you may need to 1) go to the developer tree, 2) find "macros" and expand that, click on the flowplayer macro and then make sure the checkbox labelled "use in editor" is checked.
I'm also having problems with this package with me unable to get videos to display. Currently use Umbraco 4.0.3 so have used version 1.0 of this package.
Have installed package usual way via the "Install Local Package" method. Upon me opening a content page i have used the Insert Macro in the rich text editor. I select the video file i wish to use (which is a FLV file). I get a notification within the Rich Text Editor that "This maco wont be rendered in the editor because it contains script code. It will render correct during runtime", after save, publish and preview I do not receive the intended video on my web page.
I have checked that both the "Use in Editor" and "Render Control in Editor" are ticked as per above instruction.
First off, sorry about the late reply Matthew - forum activity has taken a back seat as we've been extremely busy here.
Which version of the package are you using? If 1.1 it would seem that generateid isn't working for you as there is no ID being added to the links (which is necessary for flowplayer). YOu should have the following in your file
Help using this!
Hi I'm pretty new to Umbraco so excuse me if this is a stupid question.
I've installed the package, I've created a new template with a property called videoContent and a new template which looks like this:
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
<umbraco:Macro videoNode='<umbraco:Item field="videoContent" runat="server"></umbraco:Item>' VideoWidth="300" VideoHeight="300" Alias="InsertVideo" runat="server"></umbraco:Macro>
</asp:Content>
I've got a flv file which I've added to the media library and then select for this node.
The resulting page source is below - basically I get no video - what am I doing wrong?
Hi Graham
You should be able to use this via the "insert macro" button within the editor, but you may need to 1) go to the developer tree, 2) find "macros" and expand that, click on the flowplayer macro and then make sure the checkbox labelled "use in editor" is checked.
Hope this helps,
Dan
Thanks Dan - I've been snowed under this week and haven't had a chance to look at this since you replied but I will do as soon as I get a chance.
I really appreciate the response though and I will mark as answer as soon as I have had a chance to try it out.
Thanks Dan - I've been snowed under this week and haven't had a chance to look at this since you replied but I will do as soon as I get a chance.
I really appreciate the response though and I will mark as answer as soon as I have had a chance to try it out.
I'm also having problems with this package with me unable to get videos to display. Currently use Umbraco 4.0.3 so have used version 1.0 of this package.
Have installed package usual way via the "Install Local Package" method. Upon me opening a content page i have used the Insert Macro in the rich text editor. I select the video file i wish to use (which is a FLV file). I get a notification within the Rich Text Editor that "This maco wont be rendered in the editor because it contains script code. It will render correct during runtime", after save, publish and preview I do not receive the intended video on my web page.
I have checked that both the "Use in Editor" and "Render Control in Editor" are ticked as per above instruction.
Any advice would be most grateful,
Matt
I'm having the same problem as Matthew.
The resulting HTML I'm getting is as such:
So the second script isn't being inserted into the a tag, and then converting to the required object tag.
Can you suggest a way to fix this?
Cheers,
JV
Hi Matthew and JV
First off, sorry about the late reply Matthew - forum activity has taken a back seat as we've been extremely busy here.
Which version of the package are you using? If 1.1 it would seem that generateid isn't working for you as there is no ID being added to the links (which is necessary for flowplayer). YOu should have the following in your file
You could try using random numbers, like
Hi Dan,
I'm using version 1.0.
I added the following and it's now playing perfectly! Thanks for the quick response.
Cheers,
JV
is working on a reply...