ikel
#1
Hi,
I have two questions in regards of showing video as a texture.
- Is it possible to show slider/scrubber like html5 videos?
- How do I detect when a video has finished playing?
I’d like to show a video as a texture. At the end of the video show additional GUIs.
Regards,
ikel
max
#3
Video element provides all API to implement your own controls:
The way you implement 3D controls is up to you.
ikel
#4
Will, Max,
Thanks for the reply. I was looking at this one here; https://playcanv.as/p/IitiVNN3/ and I didn’t see the slider as per html5 video from Will’s link.
I will look more into those docs. Thanks.
Regards,
Ikel
max
#5
There is no way to render native video controllers in 3D.
You will have to create your own 3D entities and write custom logic to interact with them and drive video from their properties.
ikel
#6
Hi Max,
Yep, got that. Thanks for your prompt reply.
Regards,
ikel