Show
Ignore:
Timestamp:
10/08/09 12:27:11 (3 years ago)
Author:
Robin Gareus <robin@…>
Parents:
ab80bde35a8c504386ef44c8af4b1c510eb2c7cd
Children:
53829f44e68cb7f9a1824c3a5357687fe63ab13c
git-committer:
Robin Gareus <robin@gareus.org> / 2009-10-08T14:27:11Z+0200
Message:

some FLEX hacks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • flex/inout-av/src/main.mxml

    rab80bde r0a012df  
    11<?xml version="1.0" encoding="iso-8859-1"?> 
    22<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    3         width="600" height="400" creationComplete="onAppInit()" > 
     3        width="400" height="360" creationComplete="onAppInit()" > 
    44        
    55    <mx:Script> 
     
    2020                        private function onAppInit():void 
    2121            { 
    22                 uploadName="test1"; // just testing 
    23                 server="rtmp://localhost/recorder"; 
     22                var argv:Object = Application.application.parameters; 
     23                //uploadName="test1"; // just testing 
     24                uploadName=argv['name']; 
     25                server="rtmp://io.citu.info/recorder"; 
    2426                username="4dc84c9279d0fcaa793eecfbc544cdbe7ea5f6e4"; 
    2527                password="f78b64c9e0f2ea24fddce2b0d809cb2855fed1a6"; 
    26  
     28               
    2729                cam = Camera.getCamera(); 
    2830                mic = Microphone.getMicrophone();