Link to home
Start Free TrialLog in
Avatar of hidrau
hidrauFlag for Brazil

asked on

How can i run youtube video in delphi?

Hello guys

I have a form and a edit.text.

I want to insert a link in this edit.text and display a youtube video in my form.

is it possible?

thanks
SOLUTION
Avatar of Geert G
Geert G
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Embed a youtube video in a Delphi win32 app using flash activeX control
Flash within Delphi

To display the video just set the movie property of the TShockWaveFlash component as explained on Display flash player in place of URL
Avatar of hidrau

ASKER

thanks