sending custom classes via rtmfp? well, let's try
according to the example of the first part of this article we would now like to pass our receiverFunction() an instance of SomeObject instead of a String.
setup
here's the initial class SomeObject which we'll try to send from one peer to another:
PLAIN TEXT
Actionscript:
package
{
public class [...]
