Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
VB
Public Class frmTVOnline
    Private Sub frmTVOnline_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim smftv As String = "http://www.boonniyom.net/livestream/player-viral.swf?streamer=rtmp://202.44.53.74:1935/live/_definst_&file=fmtv&dock=false&type=rtmp&autostart=true"
        swfTVOnline.LoadMovie(0, smftv)
    End Sub
End Class


Why not it work in vb 2008 ?
Posted

1 solution

what is
C++
swfTVOnline
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900