PDA

View Full Version : Flash XML Problem


sarma.o
01-19-2006, 09:47 AM
Hi

i've one Xml file in same folder wher i've flash files...but when i working in local it's working fine when i read from IIS that it's giving problem....

my flash movie having 2 scence. In one scence is for data grid i'm taking data from XML file that's fine when i Double Click any Row on Data Grid it'll went to another scence i.e second.. there i'm taking data form another XML File.and I add the Data to some text boxes and text areas... waht i get form this XML file...

in local it's working fine...complectlly fine...

When i'm went to IIS (that means i created virtual diractry for that) the second Scence XML giving not loading

if any body have any idea please give a help

My project blocked... .... Pleaseeeeeeee

Thanks Guys
Sarma

Sunny13
01-19-2006, 11:17 AM
use absolute for the xml

jsebrech
01-19-2006, 11:45 AM
Also, loading XML over SSL (https) in IE fails if caching is turned off via "pragma: nocache" in the http headers. Quite a tricky bug, that one.