Ignore:
Timestamp:
08/22/10 20:05:34 (21 months ago)
Author:
shiretu
Message:

-- android related stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/flvplayback/flex/src/com/rtmpd/flvplayback.mxml

    r2 r88  
    161161                        <mx:TextInput id="streamName" backgroundColor="#404040" width="100%" text="{_availableFlvs[dgFlvs.selectedIndex].flvName}"/> 
    162162                        <mx:Label text="Connecting string"/> 
    163                         <mx:TextInput id="connectingString" text="rtmp://localhost/flvplayback" backgroundColor="#404040" width="100%"/> 
     163                        <mx:TextInput id="connectingString" text="rtmp://10.0.2.1/flvplayback" backgroundColor="#404040" width="100%"/> 
    164164                        <mx:HBox width="100%"> 
    165165                                <mx:Button width="100%" label="{IsConnected?'Disconnect':'Connect'}" click="ConnectDisconnect();"/> 
Note: See TracChangeset for help on using the changeset viewer.