[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
xpl winamp seek feature
- Subject: xpl winamp seek feature
- From: "rleong1" <rleong1@xxxxxxxxx>
- Date: Fri, 10 Jun 2005 19:38:53 -0000
John,
any chance of implementing the winamp seek feature in the xpl plugin?
i even coded up what i think it should be :)
// SEEK
if (strcmp(pszRHS,"SEEK")==0)
{
INT seekTime = atoi(param);
if (seekTime < 0)
seekTime = seekTime * 1000;
PostMessage(plugin.hwndParent, WM_USER, seekTime, 106);
}
i just can't compile it to test it out since i don't have the
windows/winsock headers. i just have cygwin g++ installed.
thanks.
xPL Links: http://www.xplproject.org.uk http://www.xplhal.com http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe: ukha_xpl-subscribe@xxxxxxx
To Unsubscribe: ukha_xpl-unsubscribe@xxxxxxx
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|