Преглед изворни кода

Attach player instance to HTML element; see #154

phoboslab пре 9 година
родитељ
комит
b7ead98748
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/video-element.js

+ 1 - 0
src/video-element.js Прегледај датотеку

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