11
Answers

Unable to view my website in IE10 browser

Photo of Nikhil Shende

Nikhil Shende

9y
380
1
Hi,
      I have a asp.net website which works properly with Chrome and Firefox but when i use IE 10 the webpage does not the contents properly.I have tried to solve the issue by setting the compatability view ,but it dose not work .i have tried using "Metatag"this also does not work.so i need some help...... 

Answers (11)

0
Photo of Niradhip Chakraborty
NA 6.5k 527k 16y

Add This code inside <form> of html code and give the swf file path.Give your swf file path by replacing bold lines in underneath code.

 

 

<table width="1000" height="649" border="0" align="left" cellpadding="0" cellspacing="0">

            <tr valign="middle" align="center" height="100%">

                <td height="465" valign="middle" style="font-size: 10pt; color: #084c89; font-family: Arial;

                    border-right-color: teal">

                    <p>

                        Please wait. Floor Plan is loading...

                        <br>

                        <br>

                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"

                            width="200" height="15" viewastext>

                            <param name="movie" value="../Images/percent.swf">

                            <param name="quality" value="high">

                            <embed src="../Images/percent.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"

                                type="application/x-shockwave-flash" width="200" height="15"></embed>

                        </object>

                    </p>

                </td>

            </tr>

        </table>

0
Photo of Vijaya Kadiyala
NA 2.4k 258.5k 16y

Hi

Check out the below link

http://www.c-sharpcorner.com/UploadFile/scottlysle/FlashPlayerCustomControl12042006230129PM/FlashPlayerCustomControl.aspx

Thanks -- Vijaya Kadiyala

http://dotnetvj.blogspot.com