Greetings, I am calling an xml file inside a flash movie and embeding it within a htm page, I am doing a simple output to text field. This works fine, but when I save it as a cfm page the xml content does not load into the field,
the embedded code is, <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b#version=4,0,2,0" width="748" height="304" style="z-index:0;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="movie" value="http://devserver/websites/AndronicsLTD/flash/mainStage.swf"> <param name="quality" value="high"> <embed src="http://devserver/websites/AndronicsLTD/flash/mainStage.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_ Version=ShockwaveFlash" type="application/x-shockwave-flash" width="748" height="304"></embed> </object> and the action script which loads the xml file is, //creat a xml object thisXML = new XML(); thisXML.ignoreWhite = true; thisXML.onLoad = LoadXMLvariables; thisXML.load("newsItems.xml"); any ideas out there, j ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

