adding flash video crashes ie9 (.net)

Last post 05-07-2013, 7:15 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  05-07-2013, 2:09 PM 77379

    adding flash video crashes ie9 (.net)

    very similar to the issues shown in the php forum thread, ie9 only closes the browser when attempting to insert a flash video to a page.

     

    php link >>> http://cutesoft.net/forums/thread/74091.aspx

     

    using version 6.6 

     

     

    Filed under: , , , ,
  •  05-07-2013, 7:15 PM 77382 in reply to 77379

    Re: adding flash video crashes ie9 (.net)

    Hi dwood,

     

    Can you reproduce this issue on demo http://cutesoft.net/example/general.aspx?  

     

    Do you get the same problem with the example page below?

     

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <CE:Editor ID="Editor1" runat="server">  
    12.         </CE:Editor>  
    13.     </form>  
    14. </body>  
    15. </html>  
     

     

    Regards,

     

    Ken 

View as RSS news feed in XML