Changeset 203878536177cd28b07ad67e22d389f2169a4419
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r99bf52b
|
r2038785
|
|
| 37 | 37 | username="4dc84c9279d0fcaa793eecfbc544cdbe7ea5f6e4"; |
| 38 | 38 | password="f78b64c9e0f2ea24fddce2b0d809cb2855fed1a6"; |
| | 39 | br.enabled=false; |
| 39 | 40 | countrycodes = new ArrayCollection( [ |
| 40 | 41 | { id:'XXX', label:'Please select your country..'}, |
| … |
… |
|
| 412 | 413 | private function stopRecording():void |
| 413 | 414 | { |
| 414 | | video.attachCamera(null); |
| 415 | 415 | stream.close(); |
| 416 | 416 | conn.close(); |
| … |
… |
|
| 424 | 424 | te.enabled=false; |
| 425 | 425 | tg.enabled=false; |
| | 426 | br.enabled=true; |
| 426 | 427 | video.attachCamera(cam); |
| 427 | 428 | bc.label="Stop the Camera"; |
| … |
… |
|
| 435 | 436 | video.mx_internal::videoPlayer.clear(); |
| 436 | 437 | bc.label="Start the Camera"; |
| | 438 | br.enabled=false; |
| 437 | 439 | } |
| 438 | 440 | } |
| … |
… |
|
| 539 | 541 | |
| 540 | 542 | <mx:VBox width="340" height="100%"> |
| 541 | | <mx:VideoDisplay id="video" width="340" height="280" /> |
| | 543 | <mx:VideoDisplay id="video" width="340" height="255" /> |
| 542 | 544 | <mx:Spacer height="100%"/> |
| 543 | 545 | <mx:Text width="340"> |