in reply to Re: Capturing the MM_MCINOTIFY event of winmm
in thread Capturing the MM_MCINOTIFY event of winmm

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

Replies are listed 'Best First'.
Re^3: Capturing the MM_MCINOTIFY event of winmm
by BrowserUk (Patriarch) on Jul 07, 2008 at 19:19 UTC
      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