can i do transparent flash in html for all browser, i can do only ie as under code. Please download zip file (Beirurim Sign.swf)
CODE:
<html>
<head>
<title> New Document </title>
<style type="text/css">
.normal{font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000;}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" border=0 alt="">
<form method="post" action="" name="main">
<table width="100%" border="0" cellpadding="10" cellspacing="0" align="center" valign="top">
<tr>
<td class="normal"><b>U-To Solutions</b> </td>
</tr>
<tr>
<td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
</tr>
<tr>
<td class="normal">
<div id="nav" style="position:absolute; left:-15px; top:50; width:100%; height:50px; z-index:20; background-color:transparent; overflow: none">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">
<PARAM NAME=movie VALUE="Beirurim Sign.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=transparent>
<EMBED src="Beirurim Sign.swf" quality=high wmode=transparent bgcolor=#00FF00 WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</div>
</td>
</tr>
<tr>
<td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
</tr>
<tr>
<td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
</tr>
<tr>
<td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
</tr>
<tr>
<td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
</tr>
<tr>
<td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
</tr>
<tr>
<td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
</tr>
<tr>
<td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
</tr>
<tr>
<td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
</tr>
</table>
</form>
</body>
</html>