Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/08/2006, 15:36
chavuco
 
Fecha de Ingreso: junio-2005
Mensajes: 88
Antigüedad: 18 años, 10 meses
Puntos: 0
encontre esto:

Playing audio on Enhanced CDs
The Enhanced CD format is used to create CDs containing music audio and computer data - click for more details
If the data on the CD contains an AUTORUN.INF file then Windows will follow the instructions in there rather than simply play the music audio. You can tell ShellRun to play the audio by using this special filename ~AudioCD~play. For example, to show a web page and start the music put this in your ShRun.INF file. (This example uses the show more files feature, ie the filename1 parameter specifies a second file to show.)

[Info]
filename=index.htm
.
.
filename1=~AudioCD~play
Windows Media Player, Real Player and MusicMatch Jukebox work as described above. However WinAmp Lite 5.1 does not play the music audio - instead it plays any music file it can find in the computer data (I think).


--------------------------------------------------------------------------------
The special filename is in fact a general feature, described fully as follows:
~assoc[~verb[~file]]
where assoc is the Windows file association name, verb is the optional action verb (default: open), and file is optional file parameter (defaults to the ShellRun directory, eg the CD drive). ShellRun currently only runs the relevant command - it does not use DDE to give full instructions to the application.

parece que si se podria lanzar el Cd como audio desde un archivo .inf pero esos corren al inicio del Cd entonces no creo que se lo pueda llamar desde el flash, pero tal vez existe una orden que se pueda usar desde otro tipo de archivo.

Gracias por su ayuda...