tomjohnson916 / videojs-osmf

An OSMF based playback technology for Video.JS
24 stars 12 forks source link

Fix videojs.Osmf.onEvent #2

Closed joeflateau closed 10 years ago

joeflateau commented 10 years ago

Find player instance for whichever swf is triggering event mux buffering => waiting event Added a semicolon for linter

joeflateau commented 10 years ago

The problem was, the player only worked if there was a global var "player" which is an instance of videojs

tomjohnson916 commented 10 years ago

looks good. thx.