|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Fluorine and data push, remoting whatever
by Daniel Ferreira Monteiro Alves-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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 |
|
|
Re: Fluorine and data push, remoting whatever
by Samuel Neff
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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, -- ----------------------------------------------------------------- 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 |
|
|
Re: Fluorine and data push, remoting whatever
by Daniel Ferreira Monteiro Alves-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Thanks man... :P
2008/4/30 Samuel Neff <srneff.lists@...>: 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. _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
RES: Fluorine and data push, remoting whatever
by Juliano Polito (Gmail)
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Can’t
you just do it the way it is done in Flash using NetConnection ? This way you
won’t need the library also. Juliano De:
fluorine-bounces@...
[mailto:fluorine-bounces@...] Em nome de Samuel
Neff 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. On Tue, Apr 29, 2008 at 6:25 PM, Daniel Alves <danfma@...> wrote: Hi guys,
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
| Free Forum Powered by Nabble | Forum Help |