Swf files not loaed on IE
- by Rajeev
The swf files are not loaded on IE.IS there any settings that needs to be changed on IE
<div>
<table style="table-layout:fixed;width:100%;">
<tr>
<td width="20%">
<object width="100" height="100" id="microphone">
<embed src="/media/players/game.swf" width="250" height="250" type='application/x-shockwave-flash'>
</embed>
</object>
</td>
</tr>
</table>
</div>