# Flash Conflict 6 And 8

**URL:** https://forum.kirupa.com/t/flash-conflict-6-and-8/248682
**Category:** flash
**Created:** [January 10, 2008, 5:49pm UTC](https://forum.kirupa.com/t/flash-conflict-6-and-8/248682 "2008-01-10T17:49:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![outback](https://avatars.discourse-cdn.com/v4/letter/o/9f8e36/32.png) [@outback](https://forum.kirupa.com/u/outback)
#### Post date: [January 10, 2008, 5:49pm UTC](https://forum.kirupa.com/t/flash-conflict-6-and-8/248682/1 "2008-01-10T17:49:19Z")

</div>

Hi,  
I’m having a huge problem publishing my swf because my XML code only works when its exported by flash 8 and i have another code that is only working on flash 6 so only one of my movies works when they are published…can anyone help me out here? isn’t flash 8 suposed to work flash 6 codes?

This is where I think the problem is, when I export on flash 6 it gives me this ( Error opening URL “[file:///C|/Documents%20and%20Settings/Yuri%20Lima/Desktop/](file:///C|/Documents%20and%20Settings/Yuri%20Lima/Desktop/) /yalp/site/photos/” )

photo\_filename = new Array();  
photo\_thumbnail = new Array();  
photo\_description = new Array();  
filepath = “photos/”;  
// Load the photos XML  
var flashmo\_xml = new XML();  
flashmo\_xml.ignoreWhite = true;  
flashmo\_xml.onLoad = function()  
{  
var nodes:Array = this.firstChild.childNodes;  
for(var i=0;i\<nodes.length;i++)  
{  
photo\_filename.push(nodes\*.attributes.filename);  
photo\_thumbnail.push(nodes\*.attributes.thumbnail);  
photo\_description.push(nodes\*.attributes.description);  
}

}  
flashmo\_xml.load(filepath + “p01.xml”);

PLEASE HELP!!
