Jump to content

Media Player Classic updating image?


AzKay
 Share

Recommended Posts

Made this awhile ago, Brett reminded me of it.

So here it is.

Needs: PHP, with GD stuff enabled, Media Player Classic.

Unzip the files to your webserver, Only tested on running the server from my computer.

Open up Media Player Classic, open an mp3. Run the script; Go to http://host/pla.php

EDIT::

K, Ive just rewritten the code.

#include <ScreenCapture.au3>
Opt("WinTitleMatchMode", 2)

While 1
    $hWnd = WinGetHandle(" - Media Player Classic")
    _ScreenCapture_CaptureWnd("Player.jpg", $hWnd)
    Sleep(1000)
WEnd

Basically makes the other code useless.

Posted Image

"Live" updated image.

mp3.zip

Edited by AzKay
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...