Swf files not loaed on IE
        Posted  
        
            by 
                Rajeev
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rajeev
        
        
        
        Published on 2010-12-30T08:46:13Z
        Indexed on 
            2010/12/30
            8:54 UTC
        
        
        Read the original article
        Hit count: 220
        
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>
© Stack Overflow or respective owner