Hi,
I am trying to embed swf to html, and I'm using SwfObject 2.0 My swf has a xml file with it, the swf are in the same folder with index.html, and the xml file is in a subfolder called xml. So far everything's fine and working. However, I have another html page that's in a subfoler and wants to load the same swf and xml. This time, the xml didn't load. I've checked the path like a million times, and tried this
<script>
var flashvars = {};
flashvars.folderPath = "../";
</script>
nothing works unless I duplicate the xml folder and put it in the subfolder with the html file. Anyone know how to solve this? Thanks in advance.
Cheers