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 Johnathan On Sat, Sep 11, 2010 at 4:24 PM, Conrad Fuhrman <[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]> wrote: > > Have you tried using a web socket client? > > On Fri, Sep 10, 2010 at 1:53 PM, Conrad < <[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] >> 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/
