FileSharing with FMS + JAVA Servlet
About 3-4 month ago based on Kevin Bunch idea about file transfers with central and flashcomm using bytecode. I tried to created the same thing but not with central. Because since on Flash 8 has the FileReference class we already possible to open dialogBox to select file to upload.
Combined with PHP to get bytecode of files the idea is working but just with small files (we talk about bytecode data sent to FMS. Then I need to know how we can split up bytcode and sent it continously.
My friend, Mario told me to use java socket. Well good idea I said, but I leave it since I have 2 big projects and will back for it.
Until this morning I have read about file sharing using FMS from Flash Media Server Fun, they called it Flash P2P. They using FMS + JAVA Servlet to make it work. This great. So don’t miss this esspecially they also provide the source [ZIP] [RAR].