Thanks for the quick reply. I tried uploading a cross domain policy file and it still isn't working.
So I created a crossdomain.xml file with the following contents:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
I uploaded it to the root directory of the server hosting the videoList.xml file that I want to grant access to. The videoList.xml file itself is in a directory, but as I understand it the crossdomain.xml file could be either in the root or in the directory with the file I want to grant access to.
One thing I am unclear on is if I am supposed to upload a crossdomain.xml to the adobe pod server as well, and, if so, how to do that. Or is there something else I'm missing?