Combining flash and html form variables possible ?
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
Is it crossbrowser compatible?
Hi there,
have been testing several things (im my app I need to send variables back and forth and it's really a headache). I tested your approach to actually get variables INTO the swf from the html page (the current URL of the hosting page) and it seems to work fine, BUT I still got loads of problems with Firefox and obv. Netscape.
I know in this thread the point is getting the variables of an swf AND the ones into a form get sent at the same time, but still, I think this is important.
Did you try your code in these browsers and, most important, does it work for you? Cheers