Herbert Posted August 22, 2017 Share Posted August 22, 2017 just look into PIXI examplehttp://pixijs.github.io/examples/#/basics/video.js and replace the path 'required/assets/testVideo.mp4' to 'required/assets/testVideo.mp4?123', then the video will disappear, and there is no error image. Is it a bug? or I can't add ref number to a mp4 file? Quote Link to comment Share on other sites More sharing options...
xerver Posted August 22, 2017 Share Posted August 22, 2017 This is because the convenience methods (".fromVideo", ".fromImage", etc) are very lightweight and are really only meant for quick prototyping. Use the loader instead. https://github.com/pixijs/pixi.js/issues/4226 Quote Link to comment Share on other sites More sharing options...
Herbert Posted August 24, 2017 Author Share Posted August 24, 2017 thanks~xerver xerver 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.