• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Macromedia Flash Help needed

Magic30

Member
Is there any way that a Flash animation can communicate with a Java applet?

As far as I know you can do calculations in flash and show the calculated values in textfields... so the problem is now:

I have calculated values within a Java applet and they shall be sent to the flash animation so they can be shown there....

Any help is appreciated.
 
You can use get variables from within Flash. We've done something similar by tying in Javascript and Flash to pass on info back and forth.

Check up on the Actionscript library, it's pretty straight forward.
 
Back
Top