I am having a problem Using a Flash Movie(I am using this for my menu) whose content is derived from a XML file. It causes the browser to hang as it attempts to load to the Flash movie. I believe that the Smarty engine is "eating" it. I have tried placing the flash file and .xml file in the "{$ImagesDir}" as you can see below, and numerous other places, i.e. xcart/skin1/customer, xcart/customer and finally at the root of my public_html directory for my domain. Any ideas where I can place these files that will work? It works fine when you go straight to it:
http://www.deals-on-deals.com/xcart/skin1/customer/ss_nested_tree_mx.swf
-------------------------------------------------------------------------------
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="150" height="455">
<param name=movie value="{$ImagesDir}/ss_nested_tree_mx.swf">
<param name=quality value=high>
<embed src=" {$ImagesDir}/ss_nested_tree_mx.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="150" height="455">
</embed>
</object>
-----------------------------------------------------------------------------------
Thanks,
Glen