Property changes on: branches/new-upload/phase3/skins |
___________________________________________________________________ |
Name: svn:ignore |
1 | 1 | + mvpcf |
mvpcf.deps.php |
mvpcf.php |
Property changes on: branches/new-upload/phase3/extensions |
___________________________________________________________________ |
Name: svn:ignore |
2 | 2 | - SemanticMediaWiki |
ExternalData |
Gadgets |
MetavidWiki |
OggHandler |
3 | 3 | + SemanticMediaWiki |
ExternalData |
Gadgets |
MetavidWiki |
OggHandler |
ParserFunctions |
UsabilityInitiative |
skins |
Index: branches/new-upload/phase3/js2/mwEmbed/libEmbedVideo/nativeEmbed.js |
— | — | @@ -30,18 +30,18 @@ |
31 | 31 | 'id="' + this.pid + '" ' + |
32 | 32 | 'style="width:' + this.width+'px;height:' + this.height + 'px;" ' + |
33 | 33 | 'width="' + this.width + '" height="'+this.height+'" '+ |
34 | | - 'src="' + this.getSrc() + '" >'; |
| 34 | + 'src="' + this.getSrc() + '" '; |
35 | 35 | |
36 | 36 | /*if(!this.onlyLoadFlag) |
37 | 37 | eb+='autoplay="true" ';*/ |
38 | 38 | |
39 | 39 | //continue with the other attr: |
40 | | - /*eb+= 'oncanplaythrough="$j(\'#'+this.id+'\').get(0).oncanplaythrough();return false;" ' + |
| 40 | + eb+= 'oncanplaythrough="$j(\'#'+this.id+'\').get(0).oncanplaythrough();return false;" ' + |
41 | 41 | 'onloadedmetadata="$j(\'#'+this.id+'\').get(0).onloadedmetadata();return false;" ' + |
42 | 42 | 'loadedmetadata="$j(\'#'+this.id+'\').get(0).onloadedmetadata();return false;" ' + |
43 | 43 | 'onprogress="$j(\'#'+this.id+'\').get(0).onprogress( event );return false;" '+ |
44 | | - 'onended="$j(\'#'+this.id+'\').get(0).onended();return false;" >' +*/ |
45 | | - eb+='</video>'; |
| 44 | + 'onended="$j(\'#'+this.id+'\').get(0).onended();return false;" >' + |
| 45 | + '</video>'; |
46 | 46 | return eb; |
47 | 47 | }, |
48 | 48 | //@@todo : loading progress |