<object id="player" classid="clsid:cfcdaa03-8be4-11cf-b84b-0020afbbccfa" width="320"
height="250" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="https://123.com/vconsole/samplemp4.mp4" />
<param name="url" value="https://123.com/vconsole/samplemp4.mp4" />
<param name="AutoStart" value="true" />
<param name="showdisplay" value="true" />
<param name="Controls" value="All" />
<param name="Console" value="one" />
<embed src="https://123.com/vconsole/samplemp4.mp4" width="320"
height="250" nojava="true" controls="ImageWindow" console="one" autostart="true">
</embed>
</object>
when i use source url as http://123.com/samplemp4.mp4 it working fine and playing inside the control. if i use https://123.com/samplemp4.mp4 it's getting downloaded to realplayer application not in my object control.
(if i have real media player in my systrem)otherwise it throw a error like this "a general error has occured".
why? how to overcome this.
need ur suggetsions..
regards
gopal.s