Show
Ignore:
Timestamp:
03/08/11 19:54:32 (15 months ago)
Author:
Robin Gareus <robin@…>
Parents:
99bf52b83c230e484b240bbe1fd8101b4ef32e64
Children:
a047697745b0bc950818a529746dad75fb4f6855
git-committer:
Robin Gareus <robin@gareus.org> / 2011-03-08T20:54:32Z+0100
Message:

mcluhan: fixed two bugs (AV aratio, button-enable)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • flex/derrick-av/main.mxml

    r99bf52b r2038785  
    3737                username="4dc84c9279d0fcaa793eecfbc544cdbe7ea5f6e4"; 
    3838                                password="f78b64c9e0f2ea24fddce2b0d809cb2855fed1a6"; 
     39                br.enabled=false; 
    3940                                countrycodes = new ArrayCollection( [ 
    4041{ id:'XXX', label:'Please select your country..'}, 
     
    412413            private function stopRecording():void 
    413414            { 
    414                 video.attachCamera(null); 
    415415                stream.close(); 
    416416                conn.close(); 
     
    424424                                te.enabled=false; 
    425425                                        tg.enabled=false; 
     426                                        br.enabled=true; 
    426427                                        video.attachCamera(cam); 
    427428                                        bc.label="Stop the Camera"; 
     
    435436                                        video.mx_internal::videoPlayer.clear(); 
    436437                                        bc.label="Start the Camera"; 
     438                                        br.enabled=false; 
    437439                        } 
    438440                        } 
     
    539541 
    540542                <mx:VBox width="340" height="100%"> 
    541                         <mx:VideoDisplay id="video" width="340" height="280" /> 
     543                        <mx:VideoDisplay id="video" width="340" height="255" /> 
    542544                        <mx:Spacer height="100%"/> 
    543545                        <mx:Text width="340">