Author: sebawagner
Date: Sat Feb 4 17:47:30 2012
New Revision: 1240563
URL: http://svn.apache.org/viewvc?rev=1240563&view=rev
Log:
OPENMEETINGS-44 remove all old audio/video components fixing debuggers default
position
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/maindebug.as3.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/swf10/video/editRecordStreamSWF10.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/maindebug.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/video/editRecordStream.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/maindebug.as3.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/maindebug.as3.lzx?rev=1240563&r1=1240562&r2=1240563&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/maindebug.as3.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/maindebug.as3.lzx
Sat Feb 4 17:47:30 2012
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<canvas debug="true" width="100%" height="100%" title="OpenMeetings">
-
+
<switch>
<when property="$as3">
<passthrough>
@@ -9,6 +9,8 @@
</passthrough>
</when>
</switch>
+
+ <debug fontsize="11" oninit="Debug.showInternalProperties = true"
width="40%" y="50%" x="60%" height="50%" />
<include href="swf10/testVideoObject.lzx" />
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/swf10/video/editRecordStreamSWF10.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/swf10/video/editRecordStreamSWF10.lzx?rev=1240563&r1=1240562&r2=1240563&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/swf10/video/editRecordStreamSWF10.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/swf10/video/editRecordStreamSWF10.lzx
Sat Feb 4 17:47:30 2012
@@ -74,7 +74,7 @@
this.remoteMessage[0] = 'avsettings';
this.remoteMessage[2] = this.chosenSetting;
//this.getBroadCastId.doCall();
- canvas.videoComp_lc.send(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.chosenSetting, this.remoteMessage);
+ canvas.videoComp_lc.send(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.chosenSetting, this.remoteMessage,
this.cam_default_width, this.cam_default_height);
} else {
if (this.doDefaultAnimation) {
this._chooseDeviceAnimation.doStart();
@@ -491,8 +491,8 @@
this.parent.remoteMessage[1] = "0";
this.parent.remoteMessage[2] = this.parent.chosenSetting;
//this.parent.getBroadCastId.doCall();
- if ($debug) Debug.write(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.parent.chosenSetting, this.parent.remoteMessage);
- canvas.videoComp_lc.send(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.parent.chosenSetting, this.parent.remoteMessage);
+ if ($debug) Debug.write('lc_getBroadCastId',
this.parent.chosenSetting, this.parent.remoteMessage,
this.parent.cam_default_width, this.parent.cam_default_height);
+ canvas.videoComp_lc.send(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.parent.chosenSetting, this.parent.remoteMessage,
this.parent.cam_default_width, this.parent.cam_default_height);
</handler>
</simpleLabelButton>
@@ -515,8 +515,8 @@
this.parent.remoteMessage[1] = "0";
this.parent.remoteMessage[2] =
this.parent.chosenSetting;
//this.parent.getBroadCastId.doCall();
- if ($debug) Debug.write(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.parent.chosenSetting, this.parent.remoteMessage);
- canvas.videoComp_lc.send(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.parent.chosenSetting, this.parent.remoteMessage);
+ if ($debug) Debug.write('lc_getBroadCastId',
this.parent.chosenSetting, this.parent.remoteMessage,
this.parent.cam_default_width, this.parent.cam_default_height);
+ canvas.videoComp_lc.send(canvas.videoComp_lc_name,
'lc_getBroadCastId', this.parent.chosenSetting, this.parent.remoteMessage,
this.parent.cam_default_width, this.parent.cam_default_height);
</handler>
</simpleLabelButton>
Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/maindebug.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/maindebug.lzx?rev=1240563&r1=1240562&r2=1240563&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/maindebug.lzx
(original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/maindebug.lzx Sat
Feb 4 17:47:30 2012
@@ -19,7 +19,7 @@
-->
<canvas debug="true" width="100%" height="100%" title="OpenMeetings">
- <debug fontsize="11" oninit="Debug.showInternalProperties = true" />
+ <debug fontsize="11" oninit="Debug.showInternalProperties = true"
width="40%" y="50%" x="0" height="50%" />
<!--
If you use maindebug.lzx, main.lzx with debug=true is loaded.
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/video/editRecordStream.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/video/editRecordStream.lzx?rev=1240563&r1=1240562&r2=1240563&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/video/editRecordStream.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/video/editRecordStream.lzx
Sat Feb 4 17:47:30 2012
@@ -54,14 +54,16 @@
//this.getBroadCastId.doCall();
var t = this;
canvas.lc.send(canvas.vid_lc_name, "createEditRecordStream",
this.syncUpdate, this.isInterview);
- canvas.videoComp_lc.lc_getBroadCastId =
function(chosenSetting,remoteMessage) {
+ canvas.videoComp_lc.lc_getBroadCastId =
function(chosenSetting,remoteMessage,cam_default_width,cam_default_height) {
if ($debug)
Debug.write("lc_getBroadCastId",chosenSetting,remoteMessage);
t.chosenSetting = chosenSetting;
t.remoteMessage = remoteMessage;
+ t.cam_default_width = cam_default_width;
+ t.cam_default_height = cam_default_height;
t.getBroadCastId.doCall();
};
canvas.videoComp_lc.sendNotification = function(objMessage) {
- if ($debug) Debug.write("Level sendNotification ",this.isgreater);
+ //if ($debug) Debug.write("Level sendNotification
",this.isgreater);
t.objMessage = objMessage;
t.sendMessage.doCall();
};
@@ -82,8 +84,8 @@
if ($debug) Debug.write("parent.setUserAVSettings -1-
",parent.chosenSetting);
if ($debug) Debug.write("parent.setUserAVSettings -2-
",parent.remoteMessage);
- if ($debug) Debug.write("parent.setUserAVSettings -3-
",parent.chosenSetting);
- if ($debug) Debug.write("parent.setUserAVSettings -4-
",parent.remoteMessage);
+ if ($debug) Debug.write("parent.setUserAVSettings -3-
",parent.cam_default_width);
+ if ($debug) Debug.write("parent.setUserAVSettings -4-
",parent.cam_default_height);
parent.setUserAVSettings.doCall();
]]>