PDA

View Full Version : Loading XML


mmm84
03-11-2008, 01:16 AM
Learning AS3, I am trying to create a product catalog that would load XML data (txt and jpeg). I have attached a basic draft of how I wanna present the whole thing. It's fairly simple, but I'm lacking some good tutorials to do that.

Anyone knows of such tutes? Any piece of advice is WELCOME! ;-)

Thanks guys! :)

sgartner
03-11-2008, 04:42 AM
Learning AS3, I am trying to create a product catalog that would load XML data (txt and jpeg). I have attached a basic draft of how I wanna present the whole thing. It's fairly simple, but I'm lacking some good tutorials to do that.

Anyone knows of such tutes? Any piece of advice is WELCOME! ;-)

Thanks guys! :)

Any tutorial that processes an RSS feed with graphics will be 90% of what you want to do. Here are some examples:

http://www.bytescout.com/display_rss_using_flash_asp.html
http://www.brucephillips.name/blog/index.cfm/2007/8/15/Create-A-Mini-Multiple-RSS-Reader-With-Flex-20-and-ColdFusion-7
http://www.tutorialhero.com/click-30099-create_an_amazing_widget_for_your_blog.php

http://www.google.com/search?q=actionscript+3.0+%22rss+feed%22+tutorial
Google is your friend

mmm84
03-11-2008, 02:57 PM
Thanks man! :)