crossdomain problem
-
Hi,
I am hosting flash video on my WP Network enable sites.
I want all sub sites to have access to the videos hosted on main site and vice versa. Flash does not allow this unless I host crossdomain.xml file on the domain where the files are hosted.
How can I host the file of the subsite? They don’t have actual folders right?
I tried putting this cross domain on my mainsite root but it does not help.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "https://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*.mcgiwebcast.tv"/>
<allow-access-from domain="*.adduae.org"/>
</cross-domain-policy>Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘crossdomain problem’ is closed to new replies.