skip to navigation
skip to content

django-flashpolicies 1.3.1

Flash cross-domain policies for Django sites

This application enables simple Flash cross-domain access policies for Django sites. For example, the following URL pattern is all you'd need to set up cross-domain access for Flash files served from your media server:

url(r'^crossdomain.xml$',
    'flashpolicies.views.simple',
    {'domains': ['media.yoursite.com']}),

Various other views are included, handling other common and not-so-common cases, as well as utilities for generating custom cross-domain policies.

Full documentation for all functionality is also included and available online.

File Type Py Version Uploaded on Size # downloads
django-flashpolicies-1.3.1.tar.gz (md5) Source 2009-06-28 11:18:12.778942 106KB 153

Log in to rate this package.