Author: solomax
Date: Fri Aug 26 04:21:36 2016
New Revision: 1757784

URL: http://svn.apache.org/viewvc?rev=1757784&view=rev
Log:
[OPENMEETINGS-1454] code clean-up

Added:
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_play.png
   (with props)
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_stop.png
   (with props)
Modified:
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/library.lzx
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewVideoBox.lzx
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/library.lzx

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx?rev=1757784&r1=1757783&r2=1757784&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 Fri Aug 26 04:21:36 2016
@@ -342,6 +342,9 @@
                                canvas.setAttribute('language','');
                                canvas.setRoomValues(canvas.currentRoomObj);
                        }
+                       if (canvas.thishib.loaderVar != null) {
+                               canvas.thishib.loaderVar.close();
+                       }
                        if ($debug) Debug.write("getCurrentRoomClient: ", 
canvas.currentClient);
                ]]>
                </handler>
@@ -891,16 +894,16 @@
                <netRemoteCallHib name="sendVarsModeratorGeneral" 
funcname="sendVarsModeratorGeneral">
                        <netparam name="vars"><method name="getValue">return 
canvas.VarsModeratorGeneral;</method></netparam>
                        <handler name="ondata" args="value">
-                               <![CDATA[
+                       <![CDATA[
                                //The onResult-Handler will be called be the 
rtmpconnection
                                //Debug.write("sendVarsModeratorGeneral : 
",value);
                                
-                               ]]>
-                       </handler>   
-               </netRemoteCallHib>  
+                       ]]>
+                       </handler>
+               </netRemoteCallHib>
 
-               <netRemoteCallHib name="sendMessageWithClient" 
funcname="sendMessageWithClient" 
-                                                 remotecontext="$once{ 
canvas.thishib }" >  
+               <netRemoteCallHib name="sendMessageWithClient" 
funcname="sendMessageWithClient"
+                                                 remotecontext="$once{ 
canvas.thishib }" >
                        
                        <attribute name="messageObj" value="null" />
                        <method name="sendMessage" 
args="typeName,messageObject">

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/library.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/library.lzx?rev=1757784&r1=1757783&r2=1757784&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/library.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/library.lzx
 Fri Aug 26 04:21:36 2016
@@ -9,7 +9,7 @@
   with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
-         
+  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -21,19 +21,18 @@
 <library>
        
        <!-- FamFam Icon Set -->
-    <resource name="resyncuser_rsc" src="resources/arrow_refresh_small.png" />
+       <resource name="resyncuser_rsc" src="resources/arrow_refresh_small.png" 
/>
 
-    <!-- APL author sebawagner -->
-    <resource name="speaking" src="resources/speaking.png" />
-    
-    <!-- APL author sebawagner -->
-    <resource name="lz_recorder_play" src="resources/webstart_play.png" />
+       <!-- BEGIN APL author sebawagner -->
+       <resource name="speaking" src="resources/speaking.png" />
+       <resource name="lz_recorder_play" src="resources/webstart_play.png" />
+       <!-- END APL author sebawagner -->
        
        <include href="whiteboard/" /> 
-       
-       <include href="popups/" />
-       <include href="moderation/" />
-       
-    <include href="flexibleConferenceRoom/" />
-    
+       
+       <include href="popups/" />
+       <include href="moderation/" />
+       
+       <include href="flexibleConferenceRoom/" />
+
 </library>

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewVideoBox.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewVideoBox.lzx?rev=1757784&r1=1757783&r2=1757784&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewVideoBox.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewVideoBox.lzx
 Fri Aug 26 04:21:36 2016
@@ -9,7 +9,7 @@
   with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
-          
+  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,19 +19,18 @@
   
 -->
 <library>
-    
 
 <class name="interviewVideoChooseUser" extends="guiPresenter" 
resizeable="false"
-    width="220" height="100" closable="true" labelid="910" y="10" 
minimizable="false">
-    
-    <attribute name="refObj" value="null" />
-    
-    <handler name="oninit">
-        this.getClientListScope.doCall();
-    </handler>
-    
-    <netRemoteCallHib name="getClientListScope" funcname="getClientListScope" 
remotecontext="$once{ canvas.thishib }" >   
-        <handler name="ondata" args="value">
+       width="220" height="100" closable="true" labelid="910" y="10" 
minimizable="false">
+       
+       <attribute name="refObj" value="null" />
+       
+       <handler name="oninit">
+               this.getClientListScope.doCall();
+       </handler>
+       
+       <netRemoteCallHib name="getClientListScope" 
funcname="getClientListScope" remotecontext="$once{ canvas.thishib }" >
+               <handler name="ondata" args="value">
                <![CDATA[
                        if ($debug) Debug.write("+++++++++++++++++ 
getClientListScope : ",value);
                        for (var i = 0; i < value.length; ++i) {
@@ -41,78 +40,80 @@
                        parent._users.selectItemAt(0);
                ]]>
                </handler>  
-    </netRemoteCallHib>
-    
-    <labelText labelid="911" x="2" y="22"/>
-    
-    <resetCombobox name="_users" x="2" y="42" width="$once{ parent.width-4 }"/>
-    
-    <simpleLabelButton labelid="61" width="100" x="$once{ parent.width - 105 
}" y="$once{ parent.height - 26 }">
-        <handler name="onclick">
-            this.parent.close();
-        </handler>
-    </simpleLabelButton>    
-    
-    <simpleLabelButton labelid="60" width="100" x="$once{ parent.width - 210 
}" y="$once{ parent.height - 26 }">
-        <handler name="onclick">
-            var valueCombobox = parent._users.getValue();
-            if (this.parent.refObj.sendConfirmation(valueCombobox)) {
-                this.parent.close();
-            }
-        </handler>
-    </simpleLabelButton>   
-    
+       </netRemoteCallHib>
+       
+       <labelText labelid="911" x="2" y="22"/>
+       
+       <resetCombobox name="_users" x="2" y="42" width="$once{ parent.width-4 
}"/>
+       
+       <simpleLabelButton labelid="61" width="100" x="$once{ parent.width - 
105 }" y="$once{ parent.height - 26 }">
+               <handler name="onclick">
+                       this.parent.close();
+               </handler>
+       </simpleLabelButton>
+       
+       <simpleLabelButton labelid="60" width="100" x="$once{ parent.width - 
210 }" y="$once{ parent.height - 26 }">
+               <handler name="onclick">
+                       var valueCombobox = parent._users.getValue();
+                       if (this.parent.refObj.sendConfirmation(valueCombobox)) 
{
+                               this.parent.close();
+                       }
+               </handler>
+       </simpleLabelButton>
+       
 </class>
- 
+
 <class name="interviewVideoBox" extends="view" width="322" height="281" 
bgcolor="0x000000">
-    <attribute name="interviewPodId" value="0" type="number" />
-    
-    <method name="startInterView">
-        if ($debug) Debug.write("startInterView :: ");
-        var tx = this.getAttributeRelative("x",canvas);
-        var ty = this.getAttributeRelative("y",canvas);
-        canvas.commonVideoViewContent.createEditRecordStream(false, true, 
this.interviewPodId);
-    </method>
+       <switch>
+               <when property="$as3">
+                       <passthrough>
+                               import flash.external.ExternalInterface;
+                       </passthrough>
+               </when>
+       </switch>
+       <attribute name="interviewPodId" value="0" type="number" />
+       
+       <method name="startInterView">
+               if ($debug) Debug.write("startInterView :: ");
+               var tx = this.getAttributeRelative("x",canvas);
+               var ty = this.getAttributeRelative("y",canvas);
+               canvas.commonVideoViewContent.createEditRecordStream(false, 
true, this.interviewPodId);
+       </method>
 
        <method name="sendConfirmation" args="publicSID">
-               if ($debug) Debug.write("sendConfirmation :: ",publicSID);
+               if ($debug) Debug.write("sendConfirmation :: ", publicSID);
                
-               canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = 
publicSID;
-               canvas.thishib.setBroadCastingFlag.isAllowedToBroadCastAV = 
true;
-               canvas.thishib.setBroadCastingFlag.canVideo = 
!canvas.currentRoomObj.audioOnly;
-               canvas.thishib.setBroadCastingFlag.interviewPodId = 
this.interviewPodId;
-               canvas.thishib.setBroadCastingFlag.doCall();
+               ExternalInterface.call("changeRight", 
canvas.currentRoomObj.audioOnly ? 'audio' : 'video', publicSID);
                
                return true;
        </method>
-    
-    <netRemoteCallHib name="sendMessageWithClientByPublicSID" 
funcname="sendMessageWithClientByPublicSID" 
-                      remotecontext="$once{ canvas.thishib }" >  
-        <attribute name="messageObject" value="null" />
-        <attribute name="publicSID" value="" type="string" />
-        <netparam><method name="getValue">return 
parent.messageObject;</method></netparam>
-        <netparam><method name="getValue">return 
parent.publicSID;</method></netparam>
-        <handler name="ondata" args="value">
-            <![CDATA[
-                if ($debug) Debug.write("+sendMessageWithClientByPublicSID : 
",value);
-                
-            ]]>
-        </handler>  
-    </netRemoteCallHib>
-    
-    <simpleLabelButton labelid="910" height="30" valign="middle" align="center"
-               visible="${ ((canvas.ismoderator) ? true : 
((canvas.isAllowedToDraw) ? true : false )) }">
-        <handler name="onclick" args="refObj">
-            new lz.interviewVideoChooseUser(canvas,{
-                           isInterview:true,
-                           x:this.getAttributeRelative("x",canvas)-10,
-                           y:this.getAttributeRelative("y",canvas)-20,
-                           width:this.width+20,
-                           refObj:parent
-                        });
-        </handler>
-    </simpleLabelButton>
+       
+       <netRemoteCallHib name="sendMessageWithClientByPublicSID" 
funcname="sendMessageWithClientByPublicSID"
+                                         remotecontext="$once{ canvas.thishib 
}" >  
+               <attribute name="messageObject" value="null" />
+               <attribute name="publicSID" value="" type="string" />
+               <netparam><method name="getValue">return 
parent.messageObject;</method></netparam>
+               <netparam><method name="getValue">return 
parent.publicSID;</method></netparam>
+               <handler name="ondata" args="value">
+                       <![CDATA[
+                               if ($debug) 
Debug.write("+sendMessageWithClientByPublicSID : ",value);
+                               
+                       ]]>
+               </handler>
+       </netRemoteCallHib>
+       
+       <simpleLabelButton labelid="910" height="30" valign="middle" 
align="center"
+                          visible="${ ((canvas.ismoderator) ? true : 
((canvas.isAllowedToDraw) ? true : false )) }">
+               <handler name="onclick" args="refObj">
+                       new lz.interviewVideoChooseUser(canvas,{
+                                                       isInterview:true,
+                                                       
x:this.getAttributeRelative("x",canvas)-10,
+                                                       
y:this.getAttributeRelative("y",canvas)-20,
+                                                       width:this.width+20,
+                                                       refObj:parent
+                                               });
+               </handler>
+       </simpleLabelButton>
 </class>
 
-
 </library>

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx?rev=1757784&r1=1757783&r2=1757784&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx
 Fri Aug 26 04:21:36 2016
@@ -9,7 +9,7 @@
   with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
-          
+  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,10 +19,10 @@
   
 -->
 <library>
-    
+
 <class name="interviewWhiteboard" extends="view" clip="true">
        <attribute name="checkPodsDelegate" value="null"/>
-               
+       
        <handler name="oninit">
        <![CDATA[
        if ($debug) Debug.write(":: interviewWhiteboard :: oninit :: ", 
canvas.commonVideoViewContent);
@@ -34,15 +34,15 @@
                this.reloadStatus();
        ]]>
        </handler>
-    
-    <handler name="ondestroy">
+       
+       <handler name="ondestroy">
                stopPodChecks();
-    </handler>
-    
-    <handler name="onopenWhiteBoard" >
-        if ($debug) Debug.write("-- onOpenWhiteBoard --");
-    </handler>
-    
+       </handler>
+       
+       <handler name="onopenWhiteBoard" >
+               if ($debug) Debug.write("-- onOpenWhiteBoard --");
+       </handler>
+       
        <method name="newInterviewStarting" args="refObj">
        <![CDATA[
                
this._videoviewcontent["interviewVideoBox"+refObj.interviewPodId].startInterView();
@@ -63,89 +63,89 @@
                lz.Timer.resetTimer(checkPodsDelegate, 1000);
        </method>
        
-    <method name="reloadStatus">
-        this.getInterviewRecordingStatus.doCall();
-    </method>
-    
-    <!--
-    getInterviewRecordingStatus()
-     -->
-    <netRemoteCallHib name="getInterviewRecordingStatus" 
funcname="getInterviewRecordingStatus" 
-                      remotecontext="$once{ canvas.thishib }" >  
-        <handler name="ondata" args="value">
-            <![CDATA[
-                if ($debug) Debug.write("getInterviewRecordingStatus: ",value);
-                if (value) {
-                    parent._recStarted.setAttribute("visibility","visible");
-                } else {
-                    parent._recStarted.setAttribute("visibility","hidden");
-                }
-            ]]>
-        </handler>
-    </netRemoteCallHib> 
-    
-    <simplelayout axis="y" spacing="2" />
-    
-    <view name="_videoviewcontent" x="40" >
-        <simplelayout axis="x" spacing="2" />
-        <interviewVideoBox name="interviewVideoBox1" interviewPodId="1" />
-        <interviewVideoBox name="interviewVideoBox2" x="324" 
interviewPodId="2" />
-    </view>
-    
-    <view name="_interview" align="center" visible="${ canvas.ismoderator }">
-        <!--
-           public synchronized Boolean startInterviewRecording()
-         -->
-        <netRemoteCallHib name="startInterviewRecording" 
funcname="startInterviewRecording" remotecontext="$once{ canvas.thishib }" >  
-            <handler name="ondata" args="value">
-                <![CDATA[
-                    if ($debug) Debug.write("startInterviewRecording: ",value);
-                    if (value) {
-                       parent._stop.setAttribute('enabled', true);
-                    } else {
-                        new lz.labelerrorPopup(canvas,{errorlabelid:915});
-                    }
-                ]]>
-            </handler>
-        </netRemoteCallHib>          
-        
-        <netRemoteCallHib name="stopInterviewRecording" 
funcname="stopInterviewRecording" remotecontext="$once{ canvas.thishib }" >  
-            <handler name="ondata" args="value">
-                <![CDATA[
-                    if ($debug) Debug.write("stopInterviewRecording: ",value);
-                     if (value) {
-                       parent._stop.setAttribute('enabled', false);
-                    } else {
-                        new lz.labelerrorPopup(canvas,{errorlabelid:916});
-                    }
-                ]]>
-            </handler>
-        </netRemoteCallHib>  
-        
-        <simplelayout axis="x" spacing="2" />
-        
-        <simpleLabelButton name="_start" labelid="913" height="30" width="200" 
enabled="false">
-            <handler name="onclick">
-                if ($debug) Debug.write("Start Recording");
-                parent.startInterviewRecording.doCall();
-            </handler>
-            <view x="2" y="4" resource="interview_record_start" />
-        </simpleLabelButton>
-        
-        <simpleLabelButton name="_stop" labelid="914" height="30" width="200" 
enabled="false">
-            <handler name="onclick">
-                if ($debug) Debug.write("Stop Recording");
-                parent.stopInterviewRecording.doCall();
-            </handler>
-            <view x="2" y="4" resource="interview_record_stop" />
-        </simpleLabelButton>
-        
-    </view>
-    
-    <view name="_recStarted" align="center" visibility="hidden">
-        <labelText labelid="917" />
-    </view>
-        
+       <method name="reloadStatus">
+               this.getInterviewRecordingStatus.doCall();
+       </method>
+       
+       <!--
+       getInterviewRecordingStatus()
+        -->
+       <netRemoteCallHib name="getInterviewRecordingStatus" 
funcname="getInterviewRecordingStatus"
+                                       remotecontext="$once{ canvas.thishib }" 
>  
+               <handler name="ondata" args="value">
+                       <![CDATA[
+                               if ($debug) 
Debug.write("getInterviewRecordingStatus: ",value);
+                               if (value) {
+                                       
parent._recStarted.setAttribute("visibility","visible");
+                               } else {
+                                       
parent._recStarted.setAttribute("visibility","hidden");
+                               }
+                       ]]>
+               </handler>
+       </netRemoteCallHib>
+       
+       <simplelayout axis="y" spacing="2" />
+       
+       <view name="_videoviewcontent" x="40" >
+               <simplelayout axis="x" spacing="2" />
+               <interviewVideoBox name="interviewVideoBox1" interviewPodId="1" 
/>
+               <interviewVideoBox name="interviewVideoBox2" x="324" 
interviewPodId="2" />
+       </view>
+       
+       <view name="_interview" align="center" visible="${ canvas.ismoderator 
}">
+               <!--
+                  public synchronized Boolean startInterviewRecording()
+                -->
+               <netRemoteCallHib name="startInterviewRecording" 
funcname="startInterviewRecording" remotecontext="$once{ canvas.thishib }" >
+                       <handler name="ondata" args="value">
+                               <![CDATA[
+                                       if ($debug) 
Debug.write("startInterviewRecording: ",value);
+                                       if (value) {
+                                               
parent._stop.setAttribute('enabled', true);
+                                       } else {
+                                               new 
lz.labelerrorPopup(canvas,{errorlabelid:915});
+                                       }
+                               ]]>
+                       </handler>
+               </netRemoteCallHib>
+               
+               <netRemoteCallHib name="stopInterviewRecording" 
funcname="stopInterviewRecording" remotecontext="$once{ canvas.thishib }" >
+                       <handler name="ondata" args="value">
+                               <![CDATA[
+                                       if ($debug) 
Debug.write("stopInterviewRecording: ",value);
+                                        if (value) {
+                                               
parent._stop.setAttribute('enabled', false);
+                                       } else {
+                                               new 
lz.labelerrorPopup(canvas,{errorlabelid:916});
+                                       }
+                               ]]>
+                       </handler>
+               </netRemoteCallHib>
+               
+               <simplelayout axis="x" spacing="2" />
+               
+               <simpleLabelButton name="_start" labelid="913" height="30" 
width="200" enabled="false">
+                       <handler name="onclick">
+                               if ($debug) Debug.write("Start Recording");
+                               parent.startInterviewRecording.doCall();
+                       </handler>
+                       <view x="2" y="4" resource="interview_record_start" />
+               </simpleLabelButton>
+               
+               <simpleLabelButton name="_stop" labelid="914" height="30" 
width="200" enabled="false">
+                       <handler name="onclick">
+                               if ($debug) Debug.write("Stop Recording");
+                               parent.stopInterviewRecording.doCall();
+                       </handler>
+                       <view x="2" y="4" resource="interview_record_stop" />
+               </simpleLabelButton>
+               
+       </view>
+       
+       <view name="_recStarted" align="center" visibility="hidden">
+               <labelText labelid="917" />
+       </view>
+
 </class>
 
 </library>

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/library.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/library.lzx?rev=1757784&r1=1757783&r2=1757784&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/library.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/library.lzx
 Fri Aug 26 04:21:36 2016
@@ -19,18 +19,17 @@
   
 -->
 <library>
-       <!-- APL author sebawagner -->
+       <!-- BEGIN APL author sebawagner -->
        <resource name="_boundingBoxPointerTR" 
src="resources/boundingBoxTR.png" />
-       <!-- APL author sebawagner -->
        <resource name="_boundingBoxPointerTL" 
src="resources/boundingBoxTL.png" />
-       <!-- APL author sebawagner -->
        <resource name="_boundingBoxPointerUR" 
src="resources/boundingBoxUR.png" />
-       <!-- APL author sebawagner -->
        <resource name="_boundingBoxPointerURNoGripper" 
src="resources/boundingBoxULNoGripper.png" />
-       <!-- APL author sebawagner -->
        <resource name="_boundingBoxPointerUL" 
src="resources/boundingBoxUL.png" />
-       <!-- APL author sebawagner -->
        <resource name="pointer_whiteboard_rsc" src="resources/pointer.swf" />
+       <resource name="interview_record_start" 
src="resources/webstart_play.png" />
+       <resource name="interview_record_stop" 
src="resources/webstart_stop.png" />
+       <!-- END APL author sebawagner -->
+       
        <!-- FamFam Icon Set -->
        <resource name="bold" src="resources/text_bold.png" />
        <!-- FamFam Icon Set -->
@@ -48,8 +47,8 @@
        <include href="interviewVideoBox.lzx" />
        <include href="interviewWhiteboard.lzx" />
        <include href="basePropertyPanelWhiteboard.lzx" />
-    <include href="fixedFileExplorerWhiteBoard.lzx" />
-    <include href="fixedFileExplorerWhiteboardPanel.lzx" />
-    <include href="whiteboardMiniButton.lzx" />
-    <include href="whiteboardBarMenu.lzx" />
+       <include href="fixedFileExplorerWhiteBoard.lzx" />
+       <include href="fixedFileExplorerWhiteboardPanel.lzx" />
+       <include href="whiteboardMiniButton.lzx" />
+       <include href="whiteboardBarMenu.lzx" />
 </library>

Added: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_play.png
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_play.png?rev=1757784&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_play.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_stop.png
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_stop.png?rev=1757784&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/resources/webstart_stop.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to