HTML & WEB-Design

Moderators: Jonathan
Number of threads: 1253
Number of posts: 3360

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Embedded video(Slow video speed) Posted by anthonysmith on 5 Aug 2003 at 5:05 AM
This will test you!!!

There is a command in windows called rate that slows down the speed at which a video plays. I found that it works when using ID of 6.4 media player but not greater like 7.0.

Here is the code

<object id="Player" height="200" width="240"
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" vspace="10" hspace="55">
</object></p>


<script>
<!--
Player.URL = "video.mpg"
Player.settings.rate = "0.5"

-->
</script>





It does not work pls help. Also , When it did work with the older media player it did slow it down but as soon as the user presses stop and then play again it resets the rate back to = 1.
Report
Re: Embedded video(Slow video speed) Posted by unnikrih on 28 Mar 2004 at 9:08 PM
Hello,

Please note tha the ID you have given is for Version 7.

It seems that it varies speed if the selected speed is more than one. If we pass a rate between 0 to 1, it is not showing any effect.

I found that it works only with WMPXP version 9.

Please let me have your reply.

: This will test you!!!
:
: There is a command in windows called rate that slows down the speed at which a video plays. I found that it works when using ID of 6.4 media player but not greater like 7.0.
:
: Here is the code
:
: <object id="Player" height="200" width="240"
: type="application/x-oleobject"
: codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
: classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" vspace="10" hspace="55">
: </object></p>
:
:
: <script>
: <!--
: Player.URL = "video.mpg"
: Player.settings.rate = "0.5"
:
: -->
: </script>
:
:
:
:
:
: It does not work pls help. Also , When it did work with the older media player it did slow it down but as soon as the user presses stop and then play again it resets the rate back to = 1.
:

Report
Re: Embedded video(Slow video speed) Posted by unnikrih on 28 Mar 2004 at 9:08 PM
Hello,

Please note tha the ID you have given is for Version 7.

It seems that it varies speed if the selected speed is more than one. If we pass a rate between 0 to 1, it is not showing any effect.

I found that it works only with WMPXP version 9.

Please let me have your reply.

: This will test you!!!
:
: There is a command in windows called rate that slows down the speed at which a video plays. I found that it works when using ID of 6.4 media player but not greater like 7.0.
:
: Here is the code
:
: <object id="Player" height="200" width="240"
: type="application/x-oleobject"
: codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
: classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" vspace="10" hspace="55">
: </object></p>
:
:
: <script>
: <!--
: Player.URL = "video.mpg"
: Player.settings.rate = "0.5"
:
: -->
: </script>
:
:
:
:
:
: It does not work pls help. Also , When it did work with the older media player it did slow it down but as soon as the user presses stop and then play again it resets the rate back to = 1.
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.