Comments on: Developing Simultaneously for AS2 and AS3 https://joshblog.net/2006/02/19/developing-simultaneously-for-as2-and-as3/ Archive of older blog posts written by Josh Tynjala about Flash, Flex, and ActionScript Wed, 26 Jun 2013 02:52:46 +0000 hourly 1 https://wordpress.org/?v=4.9.9 By: Josh Tynjala https://joshblog.net/2006/02/19/developing-simultaneously-for-as2-and-as3/#comment-83 Tue, 18 Dec 2007 15:45:54 +0000 http://lab.zeusdesign.net/index.php/archives/35#comment-83 shane, AS2 and AS3 cannot communicate directly like that. If you want to communicate between your SWFs with different languages, you’ll need to use LocalConnection, but that will require changing your course SWFs. You may simply need to stay in AS2 for this system.

]]>
By: shane https://joshblog.net/2006/02/19/developing-simultaneously-for-as2-and-as3/#comment-82 Tue, 18 Dec 2007 14:18:04 +0000 http://lab.zeusdesign.net/index.php/archives/35#comment-82 Hi,

i m updating my e-learning course player project with Flash cs3 and AS3.0. the old version of course player was in As2.0. which load cousre swf files .
it was working fine Flash8 As2.0.
the player load course swf. the loaded course swf on a specifec frame call a method like this
_level0.setButton(2) method from course player;
The setButton(parameter) method defination is in new courser player. the loaded movie which is in Actionscritp2.0 not finding this method
in new course player which in Actionscript3.0. its working well with the old course player.
can any one give me solution to solve the issue.

i can’t make changes in course swf files b/c there are thousand of course files

]]>
By: JesterXL https://joshblog.net/2006/02/19/developing-simultaneously-for-as2-and-as3/#comment-81 Mon, 20 Feb 2006 15:23:24 +0000 http://lab.zeusdesign.net/index.php/archives/35#comment-81 Bleh. E4X is confusing, and about as readable is firstChild.firstChild… I’ll stick to old XML. It’s faster than E4X anyway. Agree with everything else, though. I started in AS2, so ran into the porting issues. Still, AS2 was faster to develop in, but not debug.

]]>