Jump to content

Recommended Posts

Posted (edited)

First of all sorry for my bad English!!

This is my first programm I post on this Forum.

I Began three years a go with this program and I have release version 6 now, the first two versions where made in vb until I discoverd autoit.

functions

- Systray menu control

- plays mp3, wma, mid, m3u, xm, mod, avi and wmv

- streaming radio (with a lot of radio stations)

- streaming video (with a lot of tv stations)

- fullscreen mode (with lyrics)

- random all songs

- random albums

- cd player

- every thing can be controled by hotkeys (how you can manage yourself)

- and a lot more

It's a very simple to use program al functions can be used with hotkeys or with the mouse on the icon on the systray.

In Holland It's a big succes and I have more than 7000 users for this program.

Here you can download the compiled version Radio Online

Here you can download the sourcecode

How wants to help this to make it the best multimedia player of all??

Edited by nend
Posted (edited)

very nice! (echt super cool!)

how do you do the radio streaming? (I really really really want to know how..)

wow people, really download this!

you can play music, videos, radio, tv channels..!!! really nice!!

Edited by ludocus
Posted

very nice! (echt super cool!)

how do you do the radio streaming? (I really really really want to know how..)

wow people, really download this!

you can play music, videos, radio, tv channels..!!! really nice!!

You can do something like this.

CODE
$station = "http://www.nieuwkoopfm.nl/wma128.asx"

$oMyError = ObjEvent ("AutoIt.Error", "Quit")

$oMediaplayer = ObjCreate ("WMPlayer.OCX.7")

If Not IsObj ($oMediaplayer) Then

MsgBox(8192, "test", "error")

Exit

EndIf

$oMediaplayer.Enabled = true

$oMediaplayer.WindowlessVideo = true

$oMediaPlayer.UImode = "invisible"

$oMediaPlayControl = $oMediaPlayer.Controls

$oMediaPlaySettings = $oMediaPlayer.Settings

$voldown = $oMediaPlaySettings.Volume

$volup = $oMediaPlaySettings.Volume

$oMediaPlayer.URL = $station

Posted

Can you compile an english version or show the code? I am not pestering for the code, I just don't really want to install this in Dutch and not be able to read it... Thanks..

Posted

Wow, very nice. Right now if your mouse is over an item it opens the sub menu. Is it possible that when you click on the item the sub menu goes away? And if you could add my favorite 98 Rock Baltimore to there I'd learn Dutch to have it on my PC at home.

Giggity

Posted

Wow, very nice. Right now if your mouse is over an item it opens the sub menu. Is it possible that when you click on the item the sub menu goes away? And if you could add my favorite 98 Rock Baltimore to there I'd learn Dutch to have it on my PC at home.

Why do you want sub menu's to go away?

When you put your mouse some where else he wil disapear.

Maby in time I'll wil make a translated version to english, or maby someone else will make the translations?

Posted

Why do you want sub menu's to go away?

When you put your mouse some where else he wil disapear.

Maby in time I'll wil make a translated version to english, or maby someone else will make the translations?

Im much to dutch so i can have a try with a translation :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...