Something Non-Traditional. Can we solve?

Posted on 16th Feb 2014 by admin

I have an idea for an application here. It's mostly flash, but it couldn't work without a somewhat non-traditional php functionality.
here's the thing:

I want to have a function which returns an image... let's say: $img = GetImage();
The function GetImage... I need somehow to execute a flash application in background, which generates an image, then exports pixel data to php.
Php creates the image and returns it to $img.
I'm not really imagining how should this get done.
Mainly I've got no idea how to run the flash app in background.

I do mostly flash stuff and php is my secondary prior. Hope some of you guys can help.

Other forums