Ming includes an actionscript compiler. Just add a block to the main movie including the actionscript for your localConnection handlers.
$actions = "YOUR ACTIONSCRIPT HERE";
$movie->add(new SWFAction($actions));
$movie->nextFrame();
Depending upon you Ming build, you may need to strip some whitespace from the $actions variable before adding, and you may or may not need the call to nextFrame().
Hope that helps!
Jerry Jasuta jerryscript1@xxxxxxxxx http://jerryscript.hostrocket.com
--- On Thu, 6/19/08, Marie-Eve Lévesque <marieeve16@xxxxxxxxxxx> wrote:
From: Marie-Eve Lévesque <marieeve16@xxxxxxxxxxx> Subject: Re: ming / makeswf can make AS3 swf output? To: ming-users@xxxxxxxxxxxxxxxxxxxxx Date: Thursday, June 19, 2008, 8:17 AM
Even if ming is not able to generate AS3 code for now, is there a way that I can call functions in my swf movie generated by ming (AS2), from my swf in AS3? I heard about LocalConnection: http://www.learningactionscript3.com/2007/12/14/sending-data-from-avm2-to-avm1/ http://www.envrac.org/index.php/2006/07/07/98-as3-avm1-et-avm2 but since the swf2 movie is generated by ming, is there a way to include that call in the generated swf? I am using ming in php, with MapServer and Artichow.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php _______________________________________________
Ming-users mailing list
Ming-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ming-users |
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ming-users mailing list
Ming-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ming-users