Java Swing and Flash
843805Apr 15 2007 — edited Apr 24 2007Is it possible to create flash components (swf files) and include them in a Swing JFrame and be able to post data from and to it.
For example, if the swf gui is showing a list of items, the list is coming from the Java application and then the SWF file gets included in a Swing JFrame. When user chooses an item from the list and clicks a button then the results is passed back to the Java application.
Has anyone done something similar to this? How is this possible? Code samples would be appreciated.