Hello,<br><br>I am able to play .ogv (Ogg Theora Video) file with
VideoPlayer in godot internal editor, but unable to display it in the
browser after importing project to html5 format. <br><br>This is the error I've got:<br><br>[1;31mERROR: load: [0m[1mNo loader found for resource: res://video.ogv<br>[0;31m At: core/io/resource_loader.cpp:218.[0m<br><br>These are my codes:<br><br>get_node("VideoPlayer").set_stream(load("res://video.ogv"))<br>get_node("VideoPlayer").play()<br><br>How can I play .ogv in html5? Any suggestions are welcome. <br><br>Thanks<br>