Hello~
i'm newbie in both processing and flash, so, would you guys give me advices?
What i want to do with between processing and flash is,
1. On flash .swf, user generate some image data (Maybe image will be around 300kb size)
2. flash send this image to processing.
3. processing receive the image data and print it out.
4. processing send a status data to flash (ex. printing job is finished.)
5. flash receive the status and update the user interface.
# At first, i need two different type of printer connections with one flash .swf. but i recognize that was an impossible job in flash .swf. So, instead of that, i'm thinking to separate two printing job using processing application.
one printing job will be working on .swf and another printing job will be on processing to print generated image data.
My question is, is it possible to send almost 300kb image data to processing using xmlsocket or osc??
i'm searching the related topics in this forum but most of cases are, just send a few text between flash and processing.