justSteve
|
 |
« on: April 06, 2008, 04:48:45 » |
|
The HelloFlash demo shows a dynamic mediator being registered. Is there anything listing how to handle a dynamically named body property being passed to a notification handler?
A proxy constructor that looks like
public function AssetProxy( swf2Load:String ):void { //rename name vars NAME = swf2Load + "Proxy"; SRNAME = swf2Load + "SRProxy"; this.swf2Load = swf2Load; super( NAME ); this.load(); }
Would like to send the value of 'swf2Load' as the body payload of a sendNotification.
thx --steve...
|