Is it possible to incorporate and view an url video inside blender game engine?

…or in alternative have a button that automatically opens a url in web browser?
I know something about logic bricks but I think this could be possible only through .py script. But programming is not my best skill :slight_smile:
Thanks !

You can play a video file. Look for video texture. A demo is in my signature (resources - see dynamic texture)

You can also open the default web browser (chrome, firefox etc.) to a video url with python.

You can, for the record (and with a lot of work for Py3) use Python Bindings for webkit/chromium and display a browser in-game. It’s very tricky at the moment though, as few libraries support Py3