Hello,
I'm coding a file for my home page using flex. I'm getting horrible errors when trying to get img source from an xml file:
SecurityError: Error #2147: Forbidden protocol in the URL
http://www.talentdream .com/prj/-744961848/1665601556.jpg
Feel free also to take a look to my xml provider:
http://www.talentdream .com/cgi-bin/last.py
Honestly I can't figure out why, my swf is online, I've even adde
initialize="{Se curity.loadPoli cyFile('http://www.talentdream .com/crossdomain.xml ')}"
To my Application tag
Any hints?
I'm coding a file for my home page using flex. I'm getting horrible errors when trying to get img source from an xml file:
SecurityError: Error #2147: Forbidden protocol in the URL
http://www.talentdream .com/prj/-744961848/1665601556.jpg
Feel free also to take a look to my xml provider:
http://www.talentdream .com/cgi-bin/last.py
Honestly I can't figure out why, my swf is online, I've even adde
initialize="{Se curity.loadPoli cyFile('http://www.talentdream .com/crossdomain.xml ')}"
To my Application tag
Any hints?
Comment