« Return to Thread: Fluorine and data push, remoting whatever

Re: Fluorine and data push, remoting whatever

by Samuel Neff :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

You can do push without rtmp.  You can open a socket connection using Socket class and use Fluorine to send objects to Flex directly.  You don't get messaging and routing and such, it's just an object transport, but it works well for some situations.

Using RTMP is more robust and official and I believe it does indeed require the live cycle library on the client.

HTH,

Sam


On Tue, Apr 29, 2008 at 6:25 PM, Daniel Alves <danfma@...> wrote:
Hi guys,

I am to know if there is a way to make an access to objects just like other remoting in java or .NET, where the object can send and retrieve information by it's own interface...

And can anyone answer to me if the only way to make a rmtp connection between flex and fluorinefx is by the use of the adobe life cycle library on the flex side?

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com




--
-----------------------------------------------------------------
We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer. Position is in the Washington D.C. metro area. Contact careers@...
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: Fluorine and data push, remoting whatever