We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting controls to false in the options for the img-tag branch when initiating the player i get the following errors:
Uncaught TypeError: Cannot read property 'appendChild' of nullFramePlayer.getFrames @ frameplayer.js:275 FramePlayer.play @ frameplayer.js:134(anonymous function) @ (index):34
my code is:
<div id="player1" data-vidsrc="videos/video01/"></div> <script src="src/js/frameplayer.js"></script> <script> var options1 = ({ 'frames': 3000, 'rate': 30, 'controls': false, 'autoplay': true, 'width': '400px', 'height': '260px', // 'radius': '50%' }); var player1 = new FramePlayer(); player1.load('player1', options1); player1.play(); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting controls to false in the options for the img-tag branch when initiating the player i get the following errors:
my code is:
The text was updated successfully, but these errors were encountered: