AS3 concatenate rtmp connection string from xml between two functions
问题 I keep getting a 'null' for the instance of the application under flash media server. I can't seem to pass the value from one function to another function XML Sample <bsettings> <obj title="instance">19046</owner> <obj title="id">uniqueid</owner> <obj title="name">somename</owner> <obj title="date">08/01/2012</owner> <obj title="gender">female</owner> </bsettings> AS3 Code <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="initConnection(event)">