I'm using flex for a Cirrus p2p video application. When I press "CALL" and the other Client isn't connected the error message is a popup message that says "[object Object]". I'm trying to display "Call failed to {calleeInput.text}" or anything for that matter. This is what I already have in my code (it might be best to view the pastebin below... I'm use to php and know little to nothing about flex... I just need to fix this issue):
<s:HGroup includeIn="CallFailed" verticalAlign="middle">
<s:Label text="Call failed to {calleeInput.text}" color="0xffffff"/>
<s:Button label="HANGUP" click="onHangup()" styleName="buttonStyle"/>
</s:HGroup>
Screenshot: http://imgur.com/DLf2et2
Full Code (too long for stackoverflow): http://pastebin.com/diDrvn92
Edit: What information is needed to help assist me? Sorry I'm still stuck.
Update: I tried but it didn't help