hi,
I am loading images with absolute links from xml.
problem is when I hardcode the link in as3. the image is loading.
but, when I am loading the absolute link from xml file. image is not loading at all.
e.g.
var loader:Loader = new Loader(); loader.load(new URLRequest(“blah blah”)); addChild(loader).
xml version is 1.0 and encoding utf-8.
help me please .
thanks
The link in your XML might be incorrect , or maybe this an encoding issue
- Attended a Community Meetup
- Community Moderator
- Has been a member for 5-6 years
- United Kingdom
- Contributed a Tutorial to a Tuts+ Site
- Won a Competition
- Contributed a Blog Post
- Beta Tester
- Bought between 50 and 99 items
FlashTang said
The link in your XML might be incorrect , or maybe this an encoding issue
+1 likely got the url wrong… have you tried putting the url in CDATA ?
hi,
yes, I tried CDATA , but nothing work.
actually it was cross domain issue. it is solved now 
