i found a bug, a fairly major one, i thought of sumtin, while creating some playlist, via .wpl (windows media player playlist - part of a mIRC script so u can have differnt playlist and so on) but i open it like usual
//echo -s $dll(scripts/dlls/mci.dll,MCIString,open "c:\radio.wpl" type MPEGVideo alias radio)
i use this for any audio, and i get this error
ERROR A problem occurred in initializing MCI.
but if i try this
//echo -s $dll(scripts/dlls/mci.dll,MCIString,open "c:\Bubble Toes.mp3" type MPEGvideo alias radio)
i recieve
OK 1
like usual any help?
|