Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Flash 7 player in Java
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Roedy Green, post: 636731"] Generally the most convenient is if the it is just a Java class with public methods you do everything with. It will then load only if needed. It should come bundled in a jar that can be either linked in the jar class-path or put in the ext directory. You want to be able to instantiate separate flashes and deal with them independently if possible. So you want a constructor or public static factory to get that object to deal with each flash. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Flash 7 player in Java
Top