我正在使用iFrame在我的在线游戏中通过我的Applet显示内容。
它在Safari,Chrome,Firefox,Opera等中运行良好。但在Windows上的Internet Explorer中始终没有。
当iframe打开applet时,内容变为“Flickering”/“Blinking”,就像applet正在更新很多,但它没有。
我该怎么办?我正在使用这个:
<applet id="applet" code="main.AvatarClient.class" archive="qqqqqAvatarClient.jar" name="Chat" width="760" height="582" scriptable="true" MAYSCRIPT="true" >
<param name="cache_option" value="YES" / >
<param name="localization" value="locDK/" />
<param name="userName" value="<?=$user?>" />
<param name="password" value="<?=$pass?>" />
iframe的叠加层是:
<div class="add-block qw no-rounded-borders" id="wo" style="position:absolute;left:756px;margin-top:-30px;z-index:99999999999999999999999999999999999999999999999999999999999999;height:380px;width:495px;display:none;">
<iframe id="my" src="loading.php" frameborder="0" height="380" width="496" scrolling="no" style="z-index:9999999999999999999999999999999999;position:absolute"></iframe>
</div>