You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by gg...@apache.org on 2012/09/21 13:00:49 UTC

svn commit: r1388421 - in /incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video: baseVideoObject.lzx videoObjectBroadcast.lzx

Author: ggrekhov
Date: Fri Sep 21 11:00:49 2012
New Revision: 1388421

URL: http://svn.apache.org/viewvc?rev=1388421&view=rev
Log:
1) Make loudness indicator invisible on own video pod
2) Make loudness level down-to-up but not up-to-down

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/videoObjectBroadcast.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=1388421&r1=1388420&r2=1388421&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx Fri Sep 21 11:00:49 2012
@@ -431,7 +431,7 @@
             fontsize="9"/>
     </view>
     
-	<view name="_loudness" x="1" 
+	<view name="_loudness" x="1" visible="${parent.isremote}"
 	       y="${parent.height - 20 - ((parent._innerbottom.visible) ? 18 : 0) }">
 		<view x="2" y="2" name="loudness" resource="speaking" opacity="0.2"
 			  onmouseover="" onmouseout="" >	

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/videoObjectBroadcast.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/videoObjectBroadcast.lzx?rev=1388421&r1=1388420&r2=1388421&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/videoObjectBroadcast.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/videoObjectBroadcast.lzx Fri Sep 21 11:00:49 2012
@@ -68,12 +68,12 @@
             <handler name="onlevel">
                 <![CDATA[
                     var fullLength = parent.height-24;
-                    parent._activityLevel.setAttribute("height",this.level*(fullLength/100));
+                    parent._activityLevel.setAttribute("height",-this.level*(fullLength/100));
                 ]]>
             </handler>
          </baseVideoStreamDevice>
          
-         <view name="_activityLevel" width="6" x="2" y="2" opacity="0.5" bgcolor="0x00FF00" 
+         <view name="_activityLevel" width="6" x="2" y="${parent.height}" opacity="0.5" bgcolor="0x00FF00"
               height="0" >
         </view>