Play Youtube from form

pekajo

Registered User.
Local time
Tomorrow, 07:59
Joined
Jul 25, 2011
Messages
135
Hi,
I think I am missing something simple but can you tell me how to play a youtube video from a form.
I have a number of youtube demos and would like have them 'clickable' (Button?) from a form.
I have tried Me.WebBrowser0.ControlSource but get an error.
Any Ideas.
Thanks
 
You can use a Textbox in the background for the hyperlink. the textbox will be your controlsource
 
Try Me.Webbrowser0.navigate "url"
 
Last edited:
Me.WebBrowser0.ControlSource = "=""" & theURLHere & """"
 
Hi,
I'm getting:
Error.jpg
 
what msa version do you have?
maybe you can use .Navigate method of the webbrowser control.
 

Users who are viewing this thread

Back
Top Bottom