Rank: Newbie
Joined: 8/18/2008 Posts: 21 Location: bangalore
|
Hi All,
As I am embedding Flashfiles through Templates in Umbraco 4,we gave that corresponding path of flashfiles in one richtext editor and we used that field in template like this:
<object id="nav" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="670" height="135" data=""> <param name="movie" value="transparent"> <embed width="670" height="120" src="<umbraco:Item field="ContentTab" runat="server"></umbraco:Item>" > </embed> </object>
as the "ContentTab" contains the path of the Flashfiles.
It is not working fine,where it is working fine in Umbraco 3.0.
Can any one help me out?
thanks in advance
Thanks & Regards, Ammu
|