In the macro I am setting the parameters to 960 / 250 for width and height respectively. In the generated source both variables are not filled. This is not happening with the CSSId property.
Could i get you to try and insert it though the wysiwyg editor? I got that working but i can see there is a problem when inserting it in a template, but to just see if you can also insert in editor.
The only "problem" is that the GUI is in scandinavian [looks like swedish]. Quite easy to understand but I guess if its i nEnglish more ppl would fine it helpful ;)
Just for the next noob like me who's looking and needs to know quickly, if you would like to add the "wmode" parameter mentioned by Matthew (or any other parameters), just add
varparams={wmode:"transparent"};
to the XSLT script where the original has
var params = {};
or put it on the line below it and make it easier (to me) to make it dynamic in the future!
params.wmode = "transparent"; var params = {};
It may seem simple to those who are familiar, but when you are worried about "breaking" a GREAT piece of scripting, having the answer is a welcome relief!
Just my 2 Lincolns! I hope someone finds it useful.
Width and height not being populated
In the macro I am setting the parameters to 960 / 250 for width and height respectively. In the generated source both variables are not filled. This is not happening with the CSSId property.
The macro called below:
<umbraco:Macro FileId="1196" FileURL="" Width="960" Height="250" CssId="flashDiv" UrlParameters="" Alias="InsertFlash" runat="server"></umbraco:Macro>
PS: This is how it is being generated:
Could i get you to try and insert it though the wysiwyg editor? I got that working but i can see there is a problem when inserting it in a template, but to just see if you can also insert in editor.
Hi Matthew. I have uploaded a new version that fixes the bug. Please try that
Yeah this one works Anders! Good job there ;)
The only "problem" is that the GUI is in scandinavian [looks like swedish]. Quite easy to understand but I guess if its i nEnglish more ppl would fine it helpful ;)
GG on the fix ;)
Ahh yes that is danish :) I will translate it to english and release a new version.
If you enjoy the package i will be happy if you vote it :)
Just uploaded 1.0.3 with english properties and names.
I am going to download it anders and make sure its fine so then we can sign off this thread as fixed ;)
yeah i'll vote ;)
downloaded and confirmed as fixed! thanks!
PS: Suggestion: I suggest in the Parameters one would put if there is a css menu over the flash
@Anders - THANK YOU FOR THIS WONDERFUL SCRIPT!!
@Matthew - Good idea!
Just for the next noob like me who's looking and needs to know quickly, if you would like to add the "wmode" parameter mentioned by Matthew (or any other parameters), just add
to the XSLT script where the original has
or put it on the line below it and make it easier (to me) to make it dynamic in the future!
It may seem simple to those who are familiar, but when you are worried about "breaking" a GREAT piece of scripting, having the answer is a welcome relief!
Just my 2 Lincolns! I hope someone finds it useful.
</H1>
is working on a reply...