Tag: xml

Super Easy – Load Multiple RSS Feeds Into Flash

This an update to a post I wrote about loading multiple RSS feeds into Flash. In the old way I used a proxy PHP script and some other AS3 techniques, none of them are wrong, I just think this technique is a lot easier. MORE

March 1st, 2010 | Categories: Actionscript | 4 comments |

Load Multiple Fonts Into Flash

After trying different solutions to load fonts into Flash, I’ve decided this is the best for the types of projects I work on. In this tutorial I’ll show you how to load multiple fonts into Flash using XML, CSS and of course AS3. MORE

February 21st, 2010 | Categories: Actionscript | 2 comments |

RSS Widget – AS3

NOTE: I’ve found an alternative to loading multiple RSS feeds. Check it out here.

This short tutorial demonstrates how to create a simple RSS reader in actionscript. This actionscript code loads multiple RSS feeds (XML files) into Flash, parses the data and displays all the content in a widget. The files are totally customizable. MORE

March 13th, 2009 | Categories: Actionscript, Development | 2 comments |

Load Multiple XML Files – AS3

Something I’ve found extremely useful for building Flash applications has been using a manifest XML file that contains multiple XML files to load in my Flash applications. I’m going to show you how to dynamically load multiple XML files (RSS feeds) into Flash MORE

March 13th, 2009 | Categories: Actionscript, Development | 8 comments |