src/widgets/JwpPlayer.js
changeset 1007 639129cf95bc
parent 1005 768bd0691ed1
child 1013 392ddcd212d7
equal deleted inserted replaced
1006:40a9ce0779d5 1007:639129cf95bc
    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;