View Single Post
  #1  
Old 02-27-2003, 08:51 PM
 
dealsondeals dealsondeals is offline
 

eXpert
  
Join Date: Dec 2002
Location: Dallas, Texas, USA
Posts: 231
 

Default Using a Flash Movie whose content is derived from a XML file

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="clsid27CDB6E-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
__________________
Never understimate stupidity.
--------
X-Cart Version: 3.5.2
Hosting:mind-in-design.net
Configuration: Virtual Dedicated Server || Intel Pentium 4 2.4 GHZ CPU || 1024MB PC2100 DDR RAM || Linux || PHP 4.3.2 || MySQL server 4.0.14
Reply With Quote