Iam new to Umbraco.Iam trying to show myflash in my sample site.but iam not getting anything
please tel me what is the mistake i done..
Iam sending step by step procedure what iam doing... please tel me where iam doing mistake i can't get flash in my site.
1).Iam storing flash file "myflash.swf" in media( by creating one folder(MyFlash) and then browse flashfile(myflash.swf only and not myflash.fla file) into this folder).
Problem in showing flash into website(homepage)
hi all,
Iam new to Umbraco.Iam trying to show myflash in my sample site.but iam not getting anything
please tel me what is the mistake i done..
Iam sending step by step procedure what iam doing... please tel me where iam doing mistake i can't get flash in my site.
1).Iam storing flash file "myflash.swf" in media( by creating one folder(MyFlash) and then browse flashfile(myflash.swf only and not myflash.fla file) into this folder).
2).Then i create XSLT file(myflash.xslt) as
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library" xmlns:Exslt.ExsltCommon="urn:Exslt.ExsltCommon" xmlns:Exslt.ExsltDatesAndTimes="urn:Exslt.ExsltDatesAndTimes" xmlns:Exslt.ExsltMath="urn:Exslt.ExsltMath" xmlns:Exslt.ExsltRegularExpressions="urn:Exslt.ExsltRegularExpressions" xmlns:Exslt.ExsltStrings="urn:Exslt.ExsltStrings" xmlns:Exslt.ExsltSets="urn:Exslt.ExsltSets"
exclude-result-prefixes="msxml umbraco.library Exslt.ExsltCommon Exslt.ExsltDatesAndTimes Exslt.ExsltMath Exslt.ExsltRegularExpressions Exslt.ExsltStrings Exslt.ExsltSets ">
3).Then i create macro(MyFlashmacro) with parameters as :
Alias:flashfile ,Name:Flash File, Type:Mediacurrent
Alias:flashwidth, Name:Flash Width, Type:Number
Alias:flashheight, Name:Flash Height, Type:Number
4).Iam going to my Main template and trying to insert macro but it does not ask for any flash file it just inserted as :
This is my main template(means master template):
is working on a reply...