If you want to roll your own custom server to work with fp9. I suggest using binary sockets and coding the server side in Mina. Its what we use for red5, and really makes this sort of server side network programming easy.
http://directory.apache.org/subprojects/mina/index.html
If you get stuck post a message to the mina list, they are a helpful bunch.
Of course if java doenst float your boat, there are lots of other networking toolkits.
Im sure others will make valid suggestions.
- Luke
On 6/30/06,
Vicente Junior <[EMAIL PROTECTED]> wrote:
Hi great masters!I have a project in mind and it will require some functionality like we can already find in Adobe's Flash Media Server and Red5. The resource needed is some way to create a passive object on client side that can receive update messeges from a unique instance of a connected object on the server-side. That is my description of the functionality I already have using mentioned products.The problem is... I believe it would be considered a waste on resourses, considering great other resorces Adobe's FMS and Red5 offers, to implement them as part of this simple project I have in my mind.I'm running for your help because researching on Google, I'm experiencing some problem on describing what I really need. All results targets to Adobe's FMS and/or Red5.I really even never heard about other way to explore this functionaliy on FlashPlayer, without the implementation of this server-side options, but I wonder if in FP9 I can explore something like this. Everytime, on other projects I have done, this kind of resourse was covered by one of this products, but it was justified by the implementation of sound/video stream also. This particular is only data-driven. By the way, I can't consider AJAX as an option because of the experience I need to provide on the front-end, where Flash is a requirement.Thanks for your help. Any comment will be appreciated!Vicente Junior(for today, a german's soccer-team fan)Regards from Brazil
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
