【发布时间】:2009-11-19 08:33:49
【问题描述】:
我有一个简单的 flex3 项目,其中包含 mxml 文件(其中包含一些文件)和 FMSConnection.as
我有这样的事情
public class FMSConnection extends NetConnection
{
//this methods is called from the media server
public function Message(message:String):void
{
//how to display (add it to a textarea) this message, when this method is invoked ?
}
}
【问题讨论】:
标签: apache-flex actionscript-3