The most simple P2P Object Replication Example
September 16th, 2010
Here you can download the simplest P2P Object Replication example, which is easy to understand. Previous examples might have been too complicated to start with. Grab this code and start using it right the way.
Download source
Try demo - open in two or more windows. Click “startProviding” button on one of them and “startReceiving” on the rest of the windows. You can then click “writeObject” to check the received object on the receiver windows.
Good Luck!
File Sharing over P2P in Flash Player 10.1 with Object Replication
July 14th, 2010
Read also: Video-on-Demand over P2P in Flash Player 10.1 with Object Replication
Object Replication
Object Replication is the most lowest-level P2P access available in Flash Player 10.1 (followed by Multicast, Posting and Directed Routing). It basically enables you to send chunks of data between peers. Object Replication is the only P2P access method that guarantees that all data will be transferred to all receiving peers.
Demo
I’ve built this simple file sharing application, which basically loads a file and then you start sharing it. Open another client to start receiving the file.
Read the rest of this entry »
P2P Chat with NetGroup in Flash Player 10.1
July 8th, 2010
This videotutorial is a follow-up of my tutorial Simple chat with P2P NetGroup in FP 10.1.
Peer-to-peer chat with NetGroup in Flash Player 10.1 (ADC video link)
Multicast Streaming in Flash Player 10.1 Tutorial
June 30th, 2010
Adobe Developer Connection presents:
Multicast Streaming in Flash Player 10.1
This video-tutorial shows how to build a simple Broadcaster/Receiver system with P2P Multicast in Flash Player 10.1 using NetStream and Camera classes.
Learn more: Read Multicast Explained in Flash Player 10.1
Read the rest of this entry »