Hi, im working very hard on my radio software. I use windows media plyer, but i want to reproduce the streaming with bass.dll. How i can do this? How i can reprocuce a streaming file with bass.dll I've this code but don't worK: #include <Bass.au3> #include <BassConstants.au3> $bass_dll = DllOpen("C:\bass.dll") If @error Then MsgBox(0, "Error", "Could not load bass.dll") Exit EndIf ;Initalize bass. Required for most functions. _BASS_Init ($bass_dll, 0, -1, 44100, 0