PDA

View Full Version : [AS3] Compatibility Issues


solaris1912
02-01-2007, 03:58 PM
Hi!

I'm a game developer and we have multiple puzzle-style games that are coded in A.S. 2.0. We are now going to develop a new flash game (an adventure) with A.S. 3.0. What I would like to do is, calling a A.S. 2.0 swf in an A.S. 3.0 project (with Loader class I suppose) and retrieve a feedback value from that swf' (for example, if user solves the puzzle, the swf will return 1, otherwise 0 to the main program that is coded in A.S. 3.0)

Migrating all these mini-games to A.S. 3.0 is not an option, unfortunately.

Tink
02-01-2007, 04:05 PM
You need to communicate via LocalConnection

http://www.actionscript.org/forums/showthread.php3?t=116805&highlight=local+connection

Tink
02-08-2007, 03:59 PM
found this http://www.flashextensions.com/products/flashinterface.php