Jenson 1 Report post Posted December 3 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 Share this post Link to post Share on other sites
ivan.popelyshev 782 Report post Posted December 4 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 1 Jenson reacted to this Quote Share this post Link to post Share on other sites
themoonrat 90 Report post Posted December 4 Good effort without looking Ivan! It's texture.baseTexture.resource.source 1 Jenson reacted to this Quote Share this post Link to post Share on other sites