I have added the crossdomain.xml file to my root directory but I'm still getting the crossdoamin error message try to run this file from my playlist.xml:
www.insidewomensbasketball.com/spring2011/videos/episode1.html
My *.flv vidoes play from the list with no problem.
This is my crossdomain.xml file:
<?xml version="1.0" ?>
<!DOCTYPE cross-domain-policy (View Source for full doctype...)>
- <cross-domain-policy>
<allow-access-from domain="*" secure="true" />
</cross-domain-policy>
I also tried this:
<?xml version="1.0" ?>
<!DOCTYPE cross-domain-policy (View Source for full doctype...)>
- <cross-domain-policy>
<allow-access-from domain="insidewomensbasketball.com" secure="true" />
<allow-access-from domain="*" secure="true" />
</cross-domain-policy>
but I still gets the error message for that file.
My website is
www.4shotsports.com
Thanks for you help