hullo
i have a flash file that reads a “.jpg location”, “headline”, and “smaller headline” from a local xml file on my server. this works just fine, see example 1,
example 1: http://www.akae.net/clients/mc/headline/
however, for my needs i need the xml pulled from an .aspx page generated by another server. soo i changed my xml load location to the server’s .aspx location.
example 2: http://www.akae.net/clients/mc/headline/pull/
now, when i run my flash file from my computer, it works just fine. it pulls the data from that .aspx page and everything. but once i upload it to my server it freaks out and does what you see in example 2.