in reply to Capturing the MM_MCINOTIFY event of winmm

Maybe using Hook
  • Comment on Re: Capturing the MM_MCINOTIFY event of winmm

Replies are listed 'Best First'.
Re^2: Capturing the MM_MCINOTIFY event of winmm
by slloyd (Hermit) on Jul 07, 2008 at 16:32 UTC
    I added the following but did not get a response. :(
    my $MM_MCINOTIFY = 953; $mainwindow->Hook($MM_MCINOTIFY, \&mciNotify); ######################### sub mciNotify{ print "mciNotify: @_\r\n"; return 1; }

    -------------------------------
    Sign up now for a free monthly newsletter service!
    http://www.bestgazette.com

        yes I did. The command I am passing in is as follows:

        open "http://www.mysite.com/test.mp3" type "mpegvideo" alias "mysound" + parent "525414"

        -------------------------------
        Sign up now for a free monthly newsletter service!
        http://www.bestgazette.com