4/8/2011 6:41:13 AM
Title:
How to send data back to publishing stream
Hi,
Environment: ActionScript3.0, FMS, Flash Project created in Flash Develop
How to send data back to publishing stream? I need to send data back to publishing stream.
Using NetStream.send() we can send data to subscribers but is it possible to send data from subscriber back to publisher using any NetStream method.
One other solution to this is remoteSharedObject, but if it is possible with NetStream class then let me know.
Thanks
Rayan
Points: 700
Posts:0
4/9/2011 2:21:18 AM
since publisher is just sending stream and not receiving it. So the data cannot be send back to the publisher from receiver. If you don't want to use the Remote Shared Objects then you can publish a stream from the receiver side and receive it at publisher end.
4/11/2011 4:58:15 AM
Thanks Rayan
Now I am using remoteSharedObject because application only publish the stream single side only.