HI,

I am in need to create an Cooliris web gallery from a RSS feed from the
web2py app,
My RSS feed is working well here:
http://natalanimal.com.br/init/default/canil.rss

But Cooliris http://www.cooliris.com/yoursite/express/builder/   , is asking
me to create a crossdomain.xml file as:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "
http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";>
<cross-domain-policy>
<allow-access-from domain="*.cooliris.com" />
</cross-domain-policy>

How can I create this at my webapp root in web2py?

Guess cooliris will try to fetch this in
http://mydomain.com.br/crossdomain.xml ( I cant have any
/init/default/function )

-- 

Bruno Rocha
http://about.me/rochacbruno/bio

Reply via email to