I am trying to add FLASH(swf) file on site.But unable to do.Can be seen here white big space.Movie not loading. Or i place the swf on wrong place.Please guide.Thanks
I use this file to update.
<?php
/*
$Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
[url]http://www.oscommerce.com[/url]
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<table cellpadding="0" cellspacing="0" border="0" style="height:193px ">
<tr>
<td> </a>
<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="573" height="193">
<param name="movie" value="banner.swf" />
<param name="quality" value="high" />
<embed src="banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="573" height="193"></embed>
</object></td>
</tr>
</table>