Author: sebawagner
Date: Sun Aug 26 11:56:15 2012
New Revision: 1377422

URL: http://svn.apache.org/viewvc?rev=1377422&view=rev
Log:
Fixes: OPENMEETINGS-409 No2 "2 - Video stays out of defined place"

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx?rev=1377422&r1=1377421&r2=1377422&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
 Sun Aug 26 11:56:15 2012
@@ -466,15 +466,14 @@
             <handler name="onclick">
                 parent.parent.resetValues();
                 if(!this.parent.parent.isremote) {
-                    if ($debug) Debug.write("editRecordStream 
################# baseVideObject ");
+                    if ($debug) Debug.write("editRecordStream 
################# baseVideObject isInterview 
",this.parent.parent.isInterview,this.parent.parent.interviewPodId);
                     if (this.parent.parent.isInterview) {
                         //TODO: fix it
                         new lz.editRecordStreamSWF10(canvas.inner,{
                                 name:"editRecordStream",
                                 doDefaultAnimation:false,
-                                align:'center',valign:'middle',
                                 isInterview:true,
-                                myvideocontainer:parent.parent,
+                                
interviewPodId:this.parent.parent.interviewPodId,
                                 isSyncUpdate:true});
                     } else {
                         new lz.editRecordStreamSWF10(canvas.inner,{


Reply via email to