Seite 1 von 1

how to pass a ....

Verfasst: Mittwoch 7. Februar 2007, 16:45
von reverse
hi all

How do I sent a message from selected combobox?
I am trying to create an small application( actually, combobox with url as parameter to stream a video) which would let user select a channel from combobx and start an application with applied URL, since it would require different codec... I would need to filter a format so that different players is called upon users selection.

an application sort of like http://www.zattoo.com/
Bild

I was trying to open following url with Mplayer and VLC but none worked except Windows media player.
http://213.46.242.72/cgi-bin/WebObjects ... H_PCTV_RTL


I have combobox with 10 items and when selected it should pass a message
to start an application.

for example
combox values

val1
start an VLC with streaming video with following http://213.46.242.72/cgi-bin/WebObjects ... H_PCTV_RTL parameters

val 2
start an Media player with streaming video with following http://213.46.242.72/cgi-bin/WebObjects ... H_PCTV_RTL parameters

val 3
start an Mplayer with streaming video with following http://213.46.242.72/cgi-bin/WebObjects ... H_PCTV_RTL parameters


mfg
reverse[/url]