form html sopra un swf con z-index
ciao, ho un swf che sta "sotto " ad un form in html tramite uno z-index, però in questo modo il form non è utilizzabile, cioè lo vedo ma non riesco ad usarlo, non riesco a scrivere nell'input tex e checcare la radio... ho messo il wmode="transparent" e ie funziona, ma firefox e safari no... cosa posso fare??

ecco il codice
Codice PHP:

<div  id="movi">
        <div id="newsletter">
                        
        <table border="0" cellpadding="0" cellspacing="0" width="342" style="font-size:12px; margin-left:5px;font-weight:bold;">    
        <form name="ml" action="./index.php?db_action=INS" method="post">
            <tr>
                <td colspan="2" height="15" valign="top">NEWSLETTER</td>
                <td class="ml_f">ITALY</td>
                <td><input type="radio" name="country" value="0"></td>
                <td class="ml_f">OTHER</td>
                <td><input type="radio" name="country" value="1"></td>
                </tr>
            <tr>
                <td align="left">MAIL</td>
                <td><input type="text" name="mail" onFocus="this.value='<?php echo $_POST["mail"]?>';return false;" maxlength="50" 
                    style=" height:18px; width:143px; border:solid 1px #000; font-size:11px;"></td>
                <td class="ml_f">HTML</td>
                <td><input type="radio" name="tipo" value="0"></td>
                <td class="ml_f">TEXT</td>
                <td><input type="radio" name="tipo" value="1"></td>
            </tr>
            <tr>
                <td colspan="6" align="right" height="20" valign="bottom">[url="?db_action=INS"]JOIN[/url]
                </td>                            
            
            </tr>
        </form>
        </table>
        </div>
    
      <object classid="clsid[img]images/smilies/biggrin.gif[/img]27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="350" height="360">
            <param name="wmode" value="transparent">
          <param name="movie" value="swf/index.swf">
          <param name="quality" value="high">
          <embed src="swf/index.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="360"></embed>
      </object>
    </div>
</div>