equal
deleted
inserted
replaced
30 |
30 |
31 if (this.autostart) { // There seems to be an autostart bug |
31 if (this.autostart) { // There seems to be an autostart bug |
32 //_opts.autostart = true; |
32 //_opts.autostart = true; |
33 //_pauseState = false; |
33 //_pauseState = false; |
34 //this.media.trigger("play"); |
34 //this.media.trigger("play"); |
|
35 } |
|
36 |
|
37 if (this.url_transform) { |
|
38 _opts.file = this.url_transform(_opts.file); |
35 } |
39 } |
36 |
40 |
37 // Binding functions to jwplayer |
41 // Binding functions to jwplayer |
38 |
42 |
39 var _media = this.media; |
43 var _media = this.media; |