The code below on works when my xml and swf file are located in the same directory as the html file. However, when i move both file to a sub directory, nothing shows. I have tried using the absolute path but not much luck. Please help.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="110" height="110" bgcolor="#f0eee1">
<param name="movie" value="flash/Main.swf?xml_path=flash/Settings.xml" />
<param name="quality" value="high" />
<embed src="flash/Main.swf?xml_path=flash/Settings.xml" quality="high" width="110" height="110" bgcolor="#f0eee1" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>