<rtc:ConnectSessionContainer id="sessionManager"
width="500" height="400" backgroundColor="#FFFFFF"
authenticator="{identificator}" autoLogin="false"
roomURL="
http://connectnow.acrobat.com/lionceau01/essai"
synchronizationChange="onSynchro( event )"
/>
<!-- PODS -->
<!-- pour geer le son et la video -->
<mx:VBox width="60%" height="100%"
horizontalAlign="center">
<rtc:WebCamera id="webcampub" width="100%" height="100%"
/>
</mx:VBox>
<!-- only listen to the subscribers we have selected
-->
<!-- en lever ca pour plus erreur -->
<!-- -->
<collaboration:AudioSubscriber id="audioSub"
publisherIDs="{audioIds}"/>
<mx:Tile id="camTiles"
direction="horizontal"
height="100%"
width="100%"
alpha="0"
horizontalScrollPolicy="off"
verticalScrollPolicy="off"
creationComplete="onCreationComplete()"
horizontalGap="10" verticalGap="10">
<mx:VBox width="100%" height="100%"
id="clickedContainer"/>
<mx:Repeater id="rp" dataProvider="{selectedUsers}">
<rtc:WebcamPublisher id="webCamPub" width="10"
height="5"/>
<mx:Canvas id="rs" width="100%" height="100%"
minHeight="200" minWidth="200"
backgroundAlpha=".5"
backgroundColor="gray"
cornerRadius="12"
borderStyle="solid"
horizontalScrollPolicy="off" verticalScrollPolicy="off">
<collaboration:WebcamSubscriber
webcamPublisher="{webCamPub}"
width="100%" height="100%"
publisherIDs="{[rp.currentItem.userID]}"
click="onClick(event)"
userBooted="onBooted(event)"
streamChange="onCameraPause(event)">
</collaboration:WebcamSubscriber>
</mx:Canvas>
<mx:VBox width="100%" height="15%"
horizontalAlign="center" horizontalGap="5">
<rtc:WebcamSubscriber webcamPublisher="{webCamPub}"
publisherIDs="{[rp.currentItem.userID]}" click="onClick(event)"
userBooted="onBooted(event)"
streamChange="onCameraPause(event)"/>
<mx:Button label="Start" click="onBtnClick(event)"
visible="{rp.currentItem.userID==cSession.userManager.myUserID}"
/>
</mx:VBox>
</mx:Repeater>
<!-- -->
</mx:Tile>
<!-- -->
<!-- end only listen (thanks adobe ) -->
<!-- fin de ca -->
<mx:VBox width="40%" height="90%" right="0">
<mx:Button label="Déconnexion" click="logout()"
/>
<!-- scroll bar pourle volume -->
<mx:VBox paddingLeft="15" width="10%">
<mx:Label text="Gain" fontWeight="bold" />
<mx:HSlider id="gainSlider" minimum="0" maximum="100"
width="90%" value="{audio.gain}" labels="[0,50,100]"
change="onGainChange(event)" />
</mx:VBox>
<mx:VBox paddingLeft="15" fontWeight="bold"
width="70%">
<mx:Label text="UseEchoSuppression"/>
<mx:RadioButtonGroup id="echoGroup"
itemClick="onItemClick(event)" />
<mx:RadioButton label="Yes"
selected="{audio.useEchoSuppression}" groupName="echoGroup" />
<mx:RadioButton label="No"
selected="{!audio.useEchoSuppression}" groupName="echoGroup"/>
</mx:VBox>
<rtc:AudioPublisher id="audio" height="0" />
<rtc:AudioSubscriber/>
<mx:HBox width="100%" horizontalAlign="center">
<mx:Button id="btn" label="Start My Audio"
click="onAudioClick(event)" toggle="true" />
</mx:HBox>
<mx:Button label="AudioButt"
toggle="true" id="audioButt" color="#000000"
click="(audioButt.selected) ? audio.publish() :
audio.stop()"
/>
<!--
<mx:Button id="btnTalk"
label="{btnTalk.selected ? 'Stop Talking':'Start Talking'}"
toggle="true"
click="{btnTalk.selected ? audio.publish():audio.close()}"
/>
-->
<!-- only listen to the subscribers we have selected
-->
<!--
____________________________________________________________________________________________________________________________
-->
<!-- fin pour geer le son et la video -->
<rtc:Note id="notes" width="100%" height="40%" />
<!-- ligne à finir <rtc:SharedWhiteBoard
id="essai" width="50%" height="50%" /> -->
<rtc:SimpleChat id="chat" width="100%" height="40%" />
</mx:VBox>
<!-- debut share
________________________________________________________________________________________________________________
-->
<!-- <rtc:FileShare id="fileManager" width="100%"
height="20%" /> -->
<mx:Text id="notificationMessage" text=""/>
<mx:VBox width="40%" height="10%" right="0">
<mx:DataGrid id="_fileGrid"
dataProvider="{_fileDescriptors}" width="100%" height="90%">
<mx:columns>
<mx:DataGridColumn dataField="name"/>
<mx:DataGridColumn dataField="size"/>
</mx:columns>
</mx:DataGrid>
<mx:HBox>
<mx:Button id="upload_btn" label="Upload File"
click="onUploadClick()"/>
<mx:Button id="download_btn" label="Download File"
click="onDownloadClick()"/>
<mx:Button id="delete_btn" label="Delete File"
click="onDeleteClick()"/>
</mx:HBox>
</mx:VBox>
yes i don't see what do you say !! Where i will do this ?
Many thanks ,
Lionceau,