Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] VB How do i make a player play youtube videos with urls?

Junior Spellweaver
Joined
May 13, 2012
Messages
195
Reaction score
47
Hi my name is TheCodz i am 14 years old coder & Designer but i got a problem, i cant make a youtube player that plays youtube videos with url in vb... please help :s
 
Custom Title Activated
Loyal Member
Joined
Apr 24, 2011
Messages
1,235
Reaction score
405
are you trying to make a plugin or find one?
 
Junior Spellweaver
Joined
May 13, 2012
Messages
195
Reaction score
47
are you trying to make a plugin or find one?

No, a program... I made a flash player that plays .swf files, but then i wanna make a youtube player but i cant because i dont know how :L
 
Ecchi addicted
Joined
Nov 30, 2008
Messages
464
Reaction score
92
Shibi - [HELP] VB How do i make a player play youtube videos with urls? - RaGEZONE Forums

Code:
Dim videoURL As String = TextBox1.Text
Dim video As String = videoURL.Replace("watch?v=", "v/")
youtube.Movie = video
Where youtube is a shockwave flash object, add it into your components searching on COM.
 
Back
Top