very serious bug

  •  04-26-2007, 1:55 AM

    very serious bug

    As I have already posted that i am getting one error with movie object in cute editor v6.0.Today I realised that it is a very serious bus in cute editor which has not been fixed till now.

    Symptoms: movie is playing in edit & preview mode, but after saving it into database and when again I retrieve it, then there is no such movie only blank media frame object is appearing.

    Cause: As you can see two movie object is there, one is coming from database and other is in first stage (means just inserted in edit control and not saved in database till now.. )
     
    you can see in second object (first stage object) has three extra lines in html then first object (which is coming from database).

     i.e.   <param name="FileName" value="/eContentmanager/DownFile.Aspx?fileid=42"/ />
                <param name="autoStart" value="1"/ />
                <param name="showControls" value="1"/ />

     *********************************HTML Source******************************************

    <html>
        <head>
        </head>
        <body>

            This is My OLD object, which I have saved in database..<br>

            <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">
            <embed name="MediaPlayer1" src="http://cutesoft.net/eContentmanager/DownFile.Aspx?fileid=42" autostart="1" showcontrols="1" width="200px" height="200px" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" />
                </object>

     <br> This is my NEW Object which i have three lines ... 1. param name="FileName" value="/eContentmanager/DownFile.Aspx?fileid=42"/ /. 2. param name="autoStart" value="1"/ /. 3. param name="showControls" value="1"/ /.<br>
                <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="/eContentmanager/DownFile.Aspx?fileid=42"/ />
                <param name="autoStart" value="1"/ />
                <param name="showControls" value="1"/ />
    <embed name="MediaPlayer1"
    src="http://cutesoft.net/eContentmanager/DownFile.Aspx?fileid=42" autostart="1" showcontrols="1"  width="200px" height="200px" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer"  /></embed>
                </object>

            </body>
        </html> 

    *********************************HTML Source******************************************

    Resolution: eagerly waiting for ... CUTE SOFT PLS HELP ME....

    Thanks in anticipation,
    Sanjay.
    ShriyaIS
View Complete Thread