Index: trunk/extensions/MetavidWiki/skins/mv_embed/flowplayer/flowplayer-3.0.1.swf |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/MetavidWiki/skins/mv_embed/flowplayer/flowplayer-3.0.1.swf |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/flowplayer/flowplayer.controls-3.0.1.swf |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/MetavidWiki/skins/mv_embed/flowplayer/flowplayer.controls-3.0.1.swf |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + application/octet-stream |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/embedLibs/mv_flashEmbed.js |
— | — | @@ -1578,7 +1578,7 @@ |
1579 | 1579 | { |
1580 | 1580 | var _this = this; |
1581 | 1581 | js_log('embedFlow: uri:'+ _this.media_element.selected_source.getURI(this.seek_time_sec) |
1582 | | - +' '+ mv_embed_path + 'flowplayer/flowplayer-3.0.0-rc4.swf' ) ; |
| 1582 | + +' '+ mv_embed_path + 'flowplayer/flowplayer-3.0.1.swf' ) ; |
1583 | 1583 | var flowConfig = { |
1584 | 1584 | clip: { |
1585 | 1585 | url: _this.media_element.selected_source.getURI(this.seek_time_sec), |
— | — | @@ -1597,9 +1597,8 @@ |
1598 | 1598 | } |
1599 | 1599 | } |
1600 | 1600 | }; |
1601 | | - //if lightpd |
1602 | 1601 | |
1603 | | - $f(this.pid, mv_embed_path + 'flowplayer/flowplayer-3.0.0-rc4.swf', flowConfig); |
| 1602 | + $f(this.pid, mv_embed_path + 'flowplayer/flowplayer-3.0.1.swf', flowConfig); |
1604 | 1603 | //get the this.fla value: |
1605 | 1604 | this.getFLA(); |
1606 | 1605 | //set up bindings (for when interacting with the swf causes action: |