Hola !
Using
and EasyTemplate 0.0.3.
I'm trying to use EasyTemplate to insert html code to embed a flash object in articles.
BUT... The code is modified after insertion, which obviously leads to a non-working page...
Here is the code I have defined as a template :
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" height="50" width="300">
<param name="id" value="SoulFlash" />
<param name="align" value="middle" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="text=<easyvar>Your Text Here</easyvar>" />
<param name="wmode" value="transparent" />
<param name="src" value="media/soul.swf" />
</object>
And here is the code I'm getting after insertion :
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="50" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0">
</object>
Is this a limitation of EasyTemplate, or am I doing something wrong ?
Thanks a lot for your help, and congrats for this great product !! 
Cheers
Luca