CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Nov 2002
    Posts
    381

    To control Window Media Player using slider ....( Javascript)

    Hi,

    ( Doing a Program using JavaScript and Html using Visaul InterDev Editor)
    Want to control the position Window Media Player 7.1 using a Slider Control.
    i) Getting Total Time duration of Movie(Playing on Media Player)
    ii) Calculating percentage of time according to MAX value of Slider
    ( MAX value is 100)
    iii) On Change Event of Slider changing CurrentPosition of Media
    Player

    The problem is after changing to new position its not playing stuck on that position .

    Pls help ??

    Regards
    SK
    Last edited by svcpp; December 3rd, 2002 at 09:04 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured