does api root has crossdomain.xml to support flash/flex client?

By mdude

A Flash based UI such as developed using Adobe Flex needs the crossdomain.xml file at the root to allow flash access it. It's required for the flash security sandbox feature.

So, does daylife API has that?

Thanks!

 

php proxy

Moxie,

More discussion about crossdomain.xml issue here - http://cookbook.daylife.com/node/76
 

We do not host crossdomain.xml on the API root. A work around for the flash or applet developers is to host a proxy that talks to the API and your flash widget talks to the proxy. A sample PHP proxy to do so is here - http://cookbook.daylife.com/php-proxy-for-widgets

 

Hope this helps.

 

-- Vineet