I placed one swf at the classic green image folder and its name is one.swf and later insert the same in a table of width 200 at dreamweaver. Saved and tested worked fine. Now I copy the code from the Dremweaver and pasted the same in the define_main_page.php using the admin panel.( define page editor) Here is the code copied from Dreamweaver
<body>
<table width="200" border="2">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="200">
<param name="movie" value="../../../wamp/www/zencart/includes/templates/classic/images/one.swf" />
<param name="quality" value="high" />
<embed src="../../../wamp/www/zencart/includes/templates/classic/images/one.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="200"></embed>
</object></td>
</tr>
</table>
Saved it and tested.
OH! There is a white box with this dimension. Width =200 and height =200.
Can anybody tell me what is the procedure to insert the swf in the main page. I think I made some mistake.
trnghosh