Advanced Flash Components
Search!
Search!
Home >  Knowledge Base >  IMG Gallery >  Pull images from ASP page that...
Pull images from ASP page that sends XML response
Date: Sep 6, 2007   Views: 3012  
Question:
Hello, I am setting up the IMG Gallery to pull information from an ASP page. The ASP page is sending an XML response that is identical to the XML file. I am not sure where to map the image path from the ASP file to connect to the IMG Loader. It works for the regular loader and links to "contentPath" but does not seem to work with the IMG Gallery. Any ideas on what would need mapped from the asp page? By the way I love all of your components, I have bought almost all of them lol.
Answer:

wigz (Admin)
First of all, thanks for your business - we appreciate it, and I'm glad our stuff has helped you out. For your ASP page, are you using Response.ContentType = "text/xml" to send the content type header? Make sure you have that, then you should be able to just put the full path to your ASP file in the contentXML parameter for the IMG Gallery. As an example:

contentXML:http://www.yourdomain.com/photos.asp
Component Info