The IDE is not launched from a server and so is not running under http://
and thus no server is processing the ASP and you get the raw file.
Add http:// reference for testing in the IDE.
You can add a test for System.capabilities.playerType and have two urls one
for when the value is External and one for when it is not.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "xzander" <webforumsuser@macromedia.com> wrote in message
news:e1lkfn$rsc$1@forums.macromedia.com...
Im trying to load a asp generated xml format file from within flash IDE.
When
uploaded to server this works fine, so the file it self is OK, but it cant
seem
to load from inside. Im sure this did work before, but stopped when I
switched
to flash 8 likely (probaly something else but thats the biggest change
made).
SInce when did the IDE ever care about the remote file access? Any Ideas
what
could cause this? The settings in flash 8 publish doesnt make a difference
and
this is makiing development very slow. Please help.