Re: Play MP3 from Perl

2005-11-22 Thread Chaddaï Fouché
Glenn Linderman wrote: On approximately 11/19/2005 6:23 AM, came the following characters from the keyboard of Chaddaï Fouché: Maybe you should look into "mplayer" (not wmp), it would be strange for this one not to have what you ask since it's a very powerful command line player (probably th

Re: Play MP3 from Perl

2005-11-19 Thread Chaddaï Fouché
Maybe you should look into "mplayer" (not wmp), it would be strange for this one not to have what you ask since it's a very powerful command line player (probably the best for Linux and Windows if you have an old computer). At least the config files are raw text if there is no option to change

Re: Play MP3 from Perl

2005-11-17 Thread Chris Wagner
You can set a context menu item for mp3's by going into Tools, Options, mp3, Advanced. Create a new handler and make the command line be something like "C:\Program Files\Windows Media Player\mplayer2.exe" /Play "%L" Pick ur player of choice. I don't know of any players that can take a device on

Re: Play MP3 from Perl

2005-11-17 Thread Foo Ji-Haw
Hello Glenn, Maybe the better approach is to create the Windows Media Player ActiveX object, and play MP3s from it, since you're staying exclusively on the Windows platform. If it can be done on VB, I am sure it is possible on ActivePerl as well. Glenn Linderman wrote: Hi, I'm looking for