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.
i.e. <param name="FileName" value="/eContentmanager/DownFile.Aspx?fileid=42"/ /> <param name="autoStart" value="1"/ /> <param name="showControls" value="1"/ />
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....