Index: trunk/extensions/MetavidWiki/skins/mv_embed/embedLibs/mv_flashEmbed.js |
— | — | @@ -1564,8 +1564,8 @@ |
1565 | 1565 | postEmbedJS: function() |
1566 | 1566 | { |
1567 | 1567 | var _this = this; |
1568 | | - //js_log('postEmbedJS: ' + mv_embed_path + 'flowplayer/flowplayer-3.0.0-rc2.swf' ) ; |
1569 | | - $f(this.pid, "/flowplayer/flowplayer-3.0.0-rc2.swf", { |
| 1568 | + js_log('embedFlow: ' + mv_embed_path + 'flowplayer/flowplayer-3.0.0-rc2.swf' ) ; |
| 1569 | + $f(this.pid, mv_embed_path + 'flowplayer/flowplayer-3.0.0-rc2.swf', { |
1570 | 1570 | clip: { |
1571 | 1571 | url: _this.media_element.selected_source.getURI(this.seek_time_sec), |
1572 | 1572 | |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js |
— | — | @@ -202,7 +202,7 @@ |
203 | 203 | */ |
204 | 204 | pc:null, //used to store pointer to parent clip (when in playlist mode) |
205 | 205 | load_libs:function( callback , target_id){ |
206 | | - js_log('f:load_libs: '+callback); |
| 206 | + //js_log('f:load_libs: '+callback); |
207 | 207 | if(callback)this.load_callback = callback; |
208 | 208 | //if libs are already loaded jump directly to the callback |
209 | 209 | if(this.libs_loaded){ |