Hello 

This might be more of a beginner question, but I hope to find the answer
here.

 

I need to call this page: http://www.wishpot.com/public/rss/list.aspx?uid=2
from in within a Flash piece.

The page return list.aspx which is a .aspx file but is really a xml content.
I then need to parse the XML 

 

I am very familiar with parsing XML file, but I got stuck trying to load the
page

This does not seem to be working

 

//load records in by using asp to write xml

records_xml = new XML();

records_xml.onLoad = startList;

records_xml.load("http://www.wishpot.com/public/rss/list.aspx?uid=2";);

records_xml.ignoreWhite = true;

 

Any suggestion, ideas on how to approach this scenario?

 

thank you so much for your help

 

Elena

 

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to