http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73732
Revision: 73732
Author: dale
Date: 2010-09-25 07:37:37 +0000 (Sat, 25 Sep 2010)
Log Message:
-----------
possible publish bug
Modified Paths:
--------------
branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js
branches/MwEmbedStandAlone/modules/Sequencer/actions/mw.SequencerActionsSequence.js
Modified: branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js
===================================================================
--- branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js
2010-09-25 07:33:16 UTC (rev 73731)
+++ branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js
2010-09-25 07:37:37 UTC (rev 73732)
@@ -3545,13 +3545,13 @@
// VLC
if ( this.testActiveX( 'VideoLAN.VLCPlugin.2' ) ) {
this.players.addPlayer( vlcPlayer );
- }
+ }
// Java ActiveX
if ( this.testActiveX( 'JavaWebStart.isInstalled' ) ) {
this.players.addPlayer( cortadoPlayer );
}
-
+
// quicktime (currently off)
// if ( this.testActiveX(
'QuickTimeCheckObject.QuickTimeCheck.1' ) )
// this.players.addPlayer(quicktimeActiveXPlayer);
Modified:
branches/MwEmbedStandAlone/modules/Sequencer/actions/mw.SequencerActionsSequence.js
===================================================================
---
branches/MwEmbedStandAlone/modules/Sequencer/actions/mw.SequencerActionsSequence.js
2010-09-25 07:33:16 UTC (rev 73731)
+++
branches/MwEmbedStandAlone/modules/Sequencer/actions/mw.SequencerActionsSequence.js
2010-09-25 07:37:37 UTC (rev 73732)
@@ -350,16 +350,19 @@
})
);
+
// Embed the player and continue application flow
$j('#publishVideoTarget').embedPlayer({
'controls' : false
}, function(){
- // this should be depreciated ( hidden interface bug in
mwEmbed )
- $j('#publishVideoTarget').parent().show();
-
+
// wait 100ms before starting the firefogg render (
avoids page lock
// and ensures we don't get a loading spinner for first
frame of render)
setTimeout(function(){
+
+ // this should be depreciated ( hidden
interface bug in mwEmbed ?)
+ $j('#publishVideoTarget').parent().show();
+
// Start up the render
var foggRender =
$j('#publishVideoTarget').firefoggRender({
'statusTarget' :
'#firefoggStatusTarget',
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs