Radio code
Posted
#1
(In Topic #1143)
Guru


<IMG src="https://www.cogier.com/gambas/VirginRock70.png">
</IMG>Code (gambas)
- ' Gambas class file
- '' Requires gb.media
- .Arrangement = Arrange.Vertical
- .Padding = 5
- .H = iSH * 0.73
- .W = iSW * 0.6
- DrawingArea1.Tooltip = "Press F11 to toggle fullscreen"
- .Padding = 5
- .H = iSH * 0.05
- .W = iSW * 0.07
- .Foreground = Color.Green
- .Text = "&Start"
- .W = iSW * 0.07
- .Foreground = Color.Green
- .Text = "&Display"
- Inc iDisplay
- ToggleButton1_Click
- Settings.Save
- .SetWindow(DrawingArea1)
- .URL = "https://icy.unitedradio.it/VirginRock70.mp3"
- .Play
- .Video.Visualisation = plugVis
- ToggleButton1.Foreground = Color.Red
- ToggleButton1.Text = "&Stop"
- mp.Stop
- mp.Close
- ToggleButton1.Foreground = Color.Green
- ToggleButton1.Text = "&Start"
- Meta[tag] = tagList[tag]
- ss.Push(tag)
- ss.Push(tagList[tag])
- ss[ss.Find(tag) + 1] = tagList[tag]
- Settings.Save
- Me.Refresh
1 guest and 0 members have just viewed this.



