We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › can processing code work in flash cs4
Page Index Toggle Pages: 1
can processing code work in flash cs4? (Read 677 times)
can processing code work in flash cs4?
Feb 23rd, 2010, 10:34am
 
can the actual code used in processing work as a script in flash--or can flash call up a java program?
Re: can processing code work in flash cs4?
Reply #1 - Feb 23rd, 2010, 11:26am
 
check out frocessing. an as3 implementation of processing. though it's not a 100% port (but getting there). http://www.libspark.org/wiki/nutsu/Frocessing/en
Re: can processing code work in flash cs4?
Reply #2 - Feb 24th, 2010, 10:40pm
 
it's not possible to load a java app or applet within flash, soory.  but you can open an iframe and paint the applet over the top of your swf.
Re: can processing code work in flash cs4?
Reply #3 - Feb 27th, 2010, 3:09am
 
I found that in a flash projector(portable flash exe--not web) you can use the fscommand in actionscript3
fscommand("exec","drawingSketchbig.exe");
and as long as all your java stuff is in a file you name "fscommand" in the same root as your flash.exe it works fine
Page Index Toggle Pages: 1