Uploaded .avi or .mp3 (media ) do not render on the pages.

Last post 10-26-2009, 3:51 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  10-22-2009, 2:24 PM 56599

    Uploaded .avi or .mp3 (media ) do not render on the pages.

    We are unable to get the Uploaded .avi or .mp3 (media files ) to render on the pages.
     
    The code snippet added by the editor
     
    <object codebase="http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" type="application/x-oleobject" height="200" standby="Loading Microsoft Windows Media Player components..." width="200" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"><param name="FileName" value="/cms/uploads/media/MVI_0037.AVI" /><param name="autoStart" value="1" /><param name="showControls" value="1" /><param name="showstatusbar" value="0" /><param name="windowlessvideo" value="false" /><embed name="MediaPlayer1" src="/cms/uploads/media/MVI_0037.AVI" autostart="1" showcontrols="1" showstatusbar="0" windowlessvideo="false" width="200" height="200" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer"></embed></object>
     
    The files exist in the directory configured ...
     
    Any ideas what we are missing here ?
     
    Thanks,
    kd
  •  10-23-2009, 6:12 AM 56623 in reply to 56599

    Re: Uploaded .avi or .mp3 (media ) do not render on the pages.

    Hi koolhd,
     
    Try the page below on your site
     
    upload a avi file, insert it and click on the show button
     
    If you still get this issue on the example below, please send me the test url of that page to me.
     
    1. <%@ Page Language="C#" AutoEventWireup="True" %>   
    2.   
    3. <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>   
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
    5.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
    6.   
    7. <script runat="server">   
    8.     
    9.     protected void button1_Click(object sender, EventArgs e)   
    10.     {   
    11.         label1.Text = Editor1.Text;   
    12.     }   
    13. </script>   
    14.   
    15. <html xmlns="http://www.w3.org/1999/xhtml">   
    16. <head id="Head1" runat="server">   
    17.     <title>DataList Example</title>   
    18. </head>   
    19. <body>   
    20.     <form id="form1" runat="server">   
    21.         <CE:Editor ID="Editor1" runat="server">   
    22.         </CE:Editor>   
    23.         <asp:Button ID="button1" runat="server" Text="show" OnClick="button1_Click" />   
    24.         <asp:Label ID="label1" runat="server"></asp:Label>   
    25.     </form>   
    26. </body>   
    27. </html>  

    Regards,
     
    Ken
  •  10-23-2009, 1:49 PM 56652 in reply to 56623

    Re: Uploaded .avi or .mp3 (media ) do not render on the pages.

    still same behaviour ...
  •  10-26-2009, 3:51 PM 56687 in reply to 56652

    Re: Uploaded .avi or .mp3 (media ) do not render on the pages.

    koolhd,
     
    Which version of Cute Editor are you using?
     
    Can you reproduce the problems in the following example?
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML