django-flashpolicies
HomePage: http://bitbucket.org/ubernostrum/django-flashpolicies/overview/
Author: James Bennett
Download: https://pypi.python.org/packages/source/d/django-flashpolicies/django-flashpolicies-1.5.tar.gz
.. -*-restructuredtext-*- This application enables simple Flash cross-domain access policies for `Django <http://www.djangoproject.com>`_ 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 <http://django-flashpolicies.readthedocs.org/>`_.