Thread: Java Apps
View Single Post
  #2 (permalink)  
Old 04-13-2003, 09:42 AM
imported_admin imported_admin is offline
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re: Java Apps

The easiest way is using socket communication between your java app and SWFKit.

Create a socket server in your java app,and using SWFKit to connect to your localhost server, here is a sample of using socket communication:
http://www.swfkit.com/download/src/time_src.zip

hope it can help,
Reply With Quote