I have cretaed a menu using div tag.This div tag has a table in which rows are populated for menu.
Below that there is a flash embedded.The same code runs fine in IE,but the code doest not work on Netscape 6.1,though I have installed the plugin required for the same.Any one has solution ,how the same can be solved.
code for flash is as follows
<TABLE width='760' id='Tbl2' cellSpacing='0' cellPadding='0' border='0' >
<TR>
<td width='760' ><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' type='application/x-shockwave-flash' width='760' height='" & strHeightFlashContainer & "'" & " >
<param name='movie' value='strFlashContainerFileName?ImgPath=strFlashImageFileNameWithPath>
<param name='quality' value='high'>
<PARAM NAME='wmode' VALUE='transparent'>
<embed wmode='transparent' src='strFlashContainerFileName' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='760' height='strHeightFlashContainer' ></embed></object></td>
</TR>
</TABLE>
this code is generated dynalically ...
blue
thanks n regards