flash as3 socket to maya commandport

flash as3 socket to maya commandport

20110323socketFile.jpg
Testing maya commandport – flash as3 through socket*
trying to get print results from script into as3
currently doing this using arbritry prefix i.e. 001 which sort the results into its corresponding textfield with the prefix removed

Issues:
commandport not sending all print results (only first result get sent, also checked with a python socket send recv script)
bind and listen only avaliable on ServerSocket with AIR, otherwise results can be pickled/parse between the two application without using commandPort echoOutput

(*Note: socket in as3 does not work with flash player due to security measures, flash through the web would require server sending an xml policy file back to flash, but will work as an AIR application, flash standalone projector or other 3rd party projector )

Leave a Reply

Your email address will not be published. Required fields are marked *