-
- Downloads
Add a callback to sync popcorn initialization after video element is ready.
Due to the extra delays added by setting up the closed captions, it happens more often that the writing.js code will attempt to initialize popcorn on the video element before the video element actually exists on the page. (This was always a problem, it's just worse now) Add a synchronization point which will delay the popcorn initialization until the video element is ready.
Showing
- record-and-playback/presentation/playback/presentation/0.9.0/lib/writing.js 12 additions, 7 deletions...k/presentation/playback/presentation/0.9.0/lib/writing.js
- record-and-playback/presentation/playback/presentation/0.9.0/playback.js 25 additions, 4 deletions...back/presentation/playback/presentation/0.9.0/playback.js
Loading
Please register or sign in to comment