# Security Error while reading external XML from flash

**URL:** https://forum.kirupa.com/t/security-error-while-reading-external-xml-from-flash/306831
**Category:** flash
**Created:** [March 23, 2010, 6:56am UTC](https://forum.kirupa.com/t/security-error-while-reading-external-xml-from-flash/306831 "2010-03-23T06:56:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![animesht](https://avatars.discourse-cdn.com/v4/letter/a/f6c823/32.png) [@animesht](https://forum.kirupa.com/u/animesht)
#### Post date: [March 23, 2010, 6:56am UTC](https://forum.kirupa.com/t/security-error-while-reading-external-xml-from-flash/306831/1 "2010-03-23T06:56:43Z")

</div>

I’ve made a new site: [http://tredeostrem.com](http://tredeostrem.com)

See it. When you click on a menu item, it says loading… But it never loads. I have the data on an XML, but when I uploaded the XML file to netfirms (my host), it automatically attached it’s advert-banner above the XML. As a result, flash can’t read it. ☹  
So, I uploaded the xml to [fileden.com](http://fileden.com) - the free file hosting service. It provided me a direct link for the file.

So. Now the script I’ve used in this file to read the xml is:

```auto
flashmo_page1.load_xml("http://www.fileden.com/files/2010/3/22/2800837//flashmo_197_page_1.xml");

```

Note: On the [http://www.fileden.com/files/2010/3/22/2800837//flashmo\_197\_page\_1.xml Fileden page, you can see the xml. However, here - http://tredeostrem.com/flashmo\_197\_page\_1.xml[URL=“http://tredeostrem.com/flashmo\_197\_page\_1.xml”]http://tredeostrem.com/flashmo\_197\_page\_1.xml](http://www.fileden.com/files/2010/3/22/2800837//flashmo_197_page_1.xml) , where it should ideally be, so that it can be locally accessed by flash, it shows some error.

I have thus put the XML on an external page. But this doesn’t seem to work. **Maybe** this is the kind of error where flash says that it has stopped a potentially unsafe operation and the file is trying to communicate with an internet enabled source…

Just maybe…  
Please help me. I have to complete this project within the next two days.  
Thanks,  
Animesh
