> -----Original Message----- > From: Rick Root [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 8:31 PM > To: CF-Community > Subject: Music player updating my web site... > > I wondered if anyone knows of a music player (Rhapsody, Media Monkey, > MusicMatch, WinAmp, etc) that has the ability to make an http call every > tme you play a song. > > IT'd be really sweet - like as a winamp plugin, if it could hit a > coldfusion web service and pass in the mp3 tag information.
Here's several plug-ins for WMP that let you publish your data in various ways: http://www.wmplugins.com/ItemDetail.aspx?ItemID=550 http://www.wmplugins.com/ItemDetail.aspx?ItemID=737 http://www.wmplugins.com/ItemDetail.aspx?ItemID=357 http://www.wmplugins.com/ItemDetail.aspx?ItemID=636 http://www.wmplugins.com/ItemDetail.aspx?ItemID=443 Windows Live Messenger can update your personal message with what you're listening to on Windows Media player. You should then be able to get that information on a web page... at least a bunch of people are writing fill web-based clients for Messenger. Here's a site that collects information about the protocol and links to other stuff: http://www.hypothetic.org/docs/msn/index.php Also Windows Media player itself is scriptable via JavaScript: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mm p_sdk/playercontrolguide.asp You could use this to create your own player (perhaps in an HTA file) that sent the current selection up to a webpage. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:5/messageid:211404 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
