Embed: Error handling for media resource based players; many small edits
This commit is contained in:
parent
c626fb2855
commit
de3043a8e3
10 changed files with 188 additions and 47 deletions
|
@ -32,7 +32,7 @@ p.prototype.build = function (options) {
|
|||
return p;
|
||||
}
|
||||
|
||||
var ele = this.element('object');
|
||||
var ele = this.getElement('object');
|
||||
ele.setAttribute('data','data:application/x-silverlight,');
|
||||
ele.setAttribute('type','application/x-silverlight');
|
||||
ele.setAttribute('width',options.width);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue