[ascoders] ASBroadcaster in FL7
- From: "Alex Uhlmann" <asdfl@xxxxxxx>
- To: <ascoders@xxxxxxxxxxxxx>
- Date: Fri, 26 Sep 2003 12:08:46 +0200
Klappt bei mir gar nicht mehr im Flash Player 7:
mouth = new Object();
ASBroadcaster.initialize(mouth);
ear = new Object();
ear.onSpeak = function(parm)
{
trace("du hast gesagt: "+parm)
}
mouth.addListener(ear);
mouth.broadcastMessage("onSpeak","Hallo Welt");
Was hat MM am ASBroadcaster geändert?
Gruß,
Alex
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- Follow-Ups:
- [ascoders] AW: ASBroadcaster in FL7
- From: Alex Uhlmann
- [ascoders] Re: ASBroadcaster in FL7
- From: André Michelle
Other related posts:
- » [ascoders] ASBroadcaster in FL7
- » [ascoders] Re: ASBroadcaster in FL7
- [ascoders] AW: ASBroadcaster in FL7
- From: Alex Uhlmann
- [ascoders] Re: ASBroadcaster in FL7
- From: André Michelle