I hope someone can tell me if it's possible to combine flash and html form variables.

For my online gallery I have a php based managing sysem. Information can be edited with a normal html form. I have created a little flash file that can crop, rotate and change colors of an image. It's my goal to integrate it in the form so that when the submit button of the form is pressed both the form variables and the image correction settings are sent. Does anyone have suggestions how (preferably without javascript) to do this ?

Wilbert