How can i embed this flash object
in a webpage when i just download the swf and put this code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="600" height="400" id="proba" align="middle"> <param name=allowScriptAccess value="sameDomain" /> <param name=movie value="engine.swf" /> <param name=FlashVars value="title_name=Anterior Aspect of the Thoracic Cavity&color_config=example.cfg&config_name=Fig_15_01.jpg_config.txt" /> <param name=quality value="high" /> <param name=menu value="false" /> <param name=bgcolor value="#ffffff" /> <embed src="engine.swf" FlashVars="title_name=Anterior Aspect of the Thoracic Cavity&color_config=example.cfg&config_name=Fig_15_01.jpg_config.txt" quality="high" bgcolor="#ffffff" menu="false" width="600" height="400" name="proba" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
it shows missing config file
see the error here
any ideas how to make that work
Help



















