You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi all.
I have what i think should be a straightforward question, but am
struggling to find a clear answer on the web. I would very much like
to begin using app engine to develop some web applications. However,
my apps require flash in some places and the flash apps need to be
able to interact with user data on the server. Will app engine support
this? thanks for any help.
William Heath
unread,
Nov 3, 2009, 7:44:05 PM11/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Flash apps can be made to invoke ajax requests which gae supports. If you want rtmp your sol as gae does not persist socket connections. You might be able to get around it by allowing a trusted server that does support rtmp but that is the best you can do.
-Tim
djidjadji
unread,
Nov 3, 2009, 7:44:16 PM11/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Yes, the requests that flash makes are like the normal Ajax calls.
You write a handler for them and return the right response.