apache-flexgoogle-app-enginecrossdomain.xmltipfy

How to configure the flex crossdomain.xml in tipfy


I would like to know how to configure the flex crossdomain.xml in tipfy with the Google app engine skd.

Please advice. Thanks.

Edit:

Tipfy is a framework using in Gae.

I would like to know:

  1. where I can place the crossdomain.xml, in the root or other place,
  2. do I need script to redirect to the xml,
  3. what files that I need to modify, eg. app.yaml.
  4. any other things or file I need to modify or create to make it work.

Thanks.


Solution

  • Place the crossdomain.xml anywhere in your app (eg, the root of the app), then use a static file handler to configure it in app.yaml. You don't need to touch any framework code at all.