Re: cdplayer code

"valery_vi" <[email protected]>
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
You are trying to play audio CD, I think. So you should open device 
with type "cdaudio". 

http://msdn2.microsoft.com/en-us/library/ms712776.aspx

"...
open - The open command initializes a device. All MCI devices 
recognize this command. 

To send this command, call the mciSendString function with the 
lpszCommand parameter set as follows.

wsprintf(
  lpszCommand, 
  "open %s %s %s", 
  lpszDevice, 
  lpszOpenFlags, 
  lpszFlags
); 

lpszDevice - Identifier of an MCI device or device driver. This can 
be either a device name (as given in the registry or the SYSTEM.INI 
file) or the filename of the device driver. If you specify the 
filename of the device driver, you can optionally include the .DRV 
extension, but you should not include the path to the file.

lpszOpenFlags - Flag that identifies what to initialize. The 
following table lists device types that recognize the open command 
and the flags used by each type.
.."


Valery


--- In [email protected], "damien c. sadler" <necdet@...> 
wrote:
>
> hi.
> 
> i'm trying to make an include file for cd operation but it doesn't 
seem to want to do anything but keep processes such as dllhost.exe 
and the like running.
> i used the mcisendstring function from the sound library.
> here is one of my functions below, the play function.
> please can someone tell me what i'm doing wrong?
> 
> thanks.
> 
> func cdplay()
> $return=mcisendstring("play cd wait")
> return $return
> endfunc
> 
> also, how would you tell the program which drive is the cd drive? 
i mean there isn't a parameter where you specify the drive ...
> 
> thanks.
> 
> regards,
> 
> damien
> 
> 
> 
> [Non-text portions of this message have been removed]
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.