CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  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.

  2. #2
    Join Date
    Aug 2002
    Location
    Reykjavik, Iceland
    Posts
    201
    Could you provide code samples?

  3. #3
    Join Date
    Nov 2002
    Posts
    381
    Hi,

    Thanks for your reply

    I solved that problem . but now its having another prob, When the movie is playing Slider position is not changing automatically . It has to show how much movie played.

    ________________________

    Regards
    SK

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