You may want to check out: http://github.com/gimite/web-socket-js/tree/6cf9eba2e59323ac0f9cc8bce384f52abc877905/flash-src
Someone implemented a websocket client in flash (source included). I don't know much about Flex, but maybe you could use it as a starting point. Johnathan On Sat, Sep 11, 2010 at 6:37 PM, Conrad Fuhrman <[email protected]>wrote: > I'll try this on Monday, I'm currently using a "hack" in my air app if > using a web view and grabbing events from that. I'll let you know if that > works. > > Thanks again, more suggestions are welcome as well!! > > Conrad > > On Sep 11, 2010, at 4:58 PM, Johnathan Leppert < > [email protected]> wrote: > > APE supports the web socket protocol, you could try to build a client in > Flex that speaks the web socket protocol and connect to APE using it. Flex > supports socket connections, so you just need to observe the protocol: > > > <http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_5.html> > http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_5.html > > Johnathan > > On Sat, Sep 11, 2010 at 4:24 PM, Conrad Fuhrman < <[email protected]> > [email protected]> wrote: > >> Not really experienced with that, do you have an example at all? >> >> Conrad >> >> On Sep 11, 2010, at 3:17 PM, Johnathan Leppert <<[email protected]> >> [email protected]> wrote: >> >> Have you tried using a web socket client? >> >> On Fri, Sep 10, 2010 at 1:53 PM, Conrad < >> <[email protected]><[email protected]> >> [email protected]> wrote: >> >>> I am loving APE so far and am looking for a way to connect it directly >>> into Flex/AIR. I know this was brought up before in a topic, but it >>> died quickly. Does anyone have a simple example or way to connect Flex >>> to an APE server for sending and receiving? Please help! >>> >>> Thanks in advance! >>> Conrad >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "APE Project" group. >>> To post to this group, send email to >>> <[email protected]><[email protected]> >>> [email protected] >>> To unsubscribe from this group, send email to >>> >>> <ape-project%[email protected]><[email protected]> >>> [email protected] >>> For more options, visit this group at >>> >>> <http://groups.google.com/group/ape-project?hl=en><http://groups.google.com/group/ape-project?hl=en> >>> http://groups.google.com/group/ape-project?hl=en >>> --- >>> APE Project (Ajax Push Engine) >>> Official website : >>> <http://www.ape-project.org/><http://www.ape-project.org/> >>> http://www.ape-project.org/ >>> Git Hub : <http://github.com/APE-Project/><http://github.com/APE-Project/> >>> http://github.com/APE-Project/ >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To post to this group, send email to >> <[email protected]><[email protected]> >> [email protected] >> To unsubscribe from this group, send email to >> >> <[email protected]><[email protected]> >> [email protected] >> For more options, visit this group at >> >> <http://groups.google.com/group/ape-project?hl=en><http://groups.google.com/group/ape-project?hl=en> >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : <http://www.ape-project.org/><http://www.ape-project.org/> >> http://www.ape-project.org/ >> Git Hub : <http://github.com/APE-Project/><http://github.com/APE-Project/> >> http://github.com/APE-Project/ >> >> -- >> You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To post to this group, send email to <[email protected]> >> [email protected] >> To unsubscribe from this group, send email to >> <ape-project%[email protected]> >> [email protected] >> For more options, visit this group at >> <http://groups.google.com/group/ape-project?hl=en> >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : <http://www.ape-project.org/> >> http://www.ape-project.org/ >> Git Hub : <http://github.com/APE-Project/>http://github.com/APE-Project/ >> > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to <[email protected]> > [email protected] > To unsubscribe from this group, send email to > <[email protected]> > [email protected] > For more options, visit this group at > <http://groups.google.com/group/ape-project?hl=en> > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : <http://www.ape-project.org/> > http://www.ape-project.org/ > Git Hub : <http://github.com/APE-Project/>http://github.com/APE-Project/ > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<ape-project%[email protected]> > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
