Witam. Zrobiłem menu flash ale nie działa pod mozillą. Na 100% jest zły kod ale nie wiem gdzie jak by ktoś mi porawił bym był ogromnie wdzięczny
<?php
global $theme_width,$settings;
echo "<table align='center' class='bodyline' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>"; echo "<tr><td width='0' nowrap='nowrap' class='lefttd'></td><td>"; echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>"; echo "<td width='100%'><center>$header_content</center></td>";
echo "<table width='0%' border='0' cellspacing='0' cellpadding='0'><tr>"; echo "<td><table width='0%' height='0' border='0' cellpadding='0' cellspacing='0'>"; echo "<object classid='clsid:d27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0'
id='bluedot' width='800' height='40'>
<param name='movie' value='http://therealbws.info/flash/bluedot.swf'>
<param name='quality' value='high'>
<param name='bgcolor' value='#0e0e0f'>
<embed name='header' src='http://therealbws.info/flash/bluedot.swf'
quality='high' bgcolor='#0e0e0f'
width='120%' height='111'
type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>
</object>
</td></tr></table></td></tr></table>";
?>