|
|
@@ -57,6 +57,7 @@ var VideoElement = function(element) {
|
|
57
|
57
|
|
|
58
|
58
|
// Create the player instance
|
|
59
|
59
|
this.player = new JSMpeg.Player(url, options);
|
|
|
60
|
+ element.playerInstance = this.player;
|
|
60
|
61
|
|
|
61
|
62
|
// Setup the poster element, if any
|
|
62
|
63
|
if (options.poster && !options.autoplay && !this.player.options.streaming) {
|