Embed YouTube Video On A Screen?

BlitzMax Forums/BlitzMax Programming/Embed YouTube Video On A Screen?

Is this even possible, if so... how? Thanks.

You would either have to embed html in a html gadget using MaxGUI (or similar), or download the video (FLV) and play it using embedded Flash somehow. Both are possible.

Thanks Beaker. hmm... don't use MaxGui, I wonder if there is a 3rd party gadget for this?

gameswf may be useful.

Except it's C++....
It's 'pre-alpha' code...
...And it only works in OpenGL (win/mac/linux).

Not much, but could be worth trying to wrap it for max if it actually does basic flash video (which the update mentions).

Thanks, I was thinking of embedding youtube vids in an upcoming project for tutorial purposes without having to include them in the dsitribution or hosting them on my site. hmm...