Jenson Posted December 3, 2019 Share Posted December 3, 2019 Hi everyone! I want to set the current position to 0 in pixi.js video object. (video file extension is mp4. Loaded and played successfully) And stop the video completely (not pause). How can I do that? If you know about this, please kindly let me know. Thanks. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted December 4, 2019 Share Posted December 4, 2019 pixijs video has html video inside. I dont remember API, you have to dig it. You can do with that element whatever you want. "texture.baseTexture.resources.something" most probably Jenson 1 Quote Link to comment Share on other sites More sharing options...
themoonrat Posted December 4, 2019 Share Posted December 4, 2019 Good effort without looking Ivan! It's texture.baseTexture.resource.source Jenson 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.