You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
sendFile - 2006/08/16 21:23 hi

Great project .. my compliment.


is there a possibility to sen an file from a client to another ?
  reply | quote
Re:sendFile - 2006/08/16 22:59 Hi and thanks :)

No there's no simple way.
If you can read the content of the file, you could encode it in base64 and transfer it through XML messages, but flash player is quite limited to load/save files ... maybe with an swf2exe tool this could be done, but thoose tool might also allow UDP peer2peer connections between flash clients which might be a better way to do this.

Good luck !
  reply | quote
Re:sendFile - 2006/08/17 07:54 thanks for your reply :)

where I can find information or example to encode e decode in base64 ?
  reply | quote
Re:sendFile - 2006/08/17 09:10 You may find some AS classes here : http://ostermiller.org/base64_actionscript.html and informations here http://blog.jasonnussbaum.com/?p=108

But you're still limited by Flash, and encoding big files might cause the client to show some "Long script" alert

Encoding in base64 is the method used to encode files in email messages, and that's really not the hard part. If you are using Palabre with Flash Clients the hard part will be to read the original content of the file , and to do something with the decoded content of the file on the other side.

have fun !
  reply | quote
::post new topic::
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum