So I did a little research about creating mashups and, from what I have gathered, it seems like the best way to go about doing it is by using the SWX data format. SWX stands for SWF Data Exchange Format and is basically a way for flash to access twitter API stuff using actionscript. Read about it on here if you guys have time:

http://apiwiki.twitter.com/SWX+Twitter+API

and check this out:

http://swxformat.org/php/explorer/

The second link is a way practice using the SWX methods without having to actually hard code it in flash. If you click on “Twitter” and then click on the “GetPublicUpdates” in the “Methods” drop down menu, you can call a bunch of recent twitter posts.

It seems like if we continually call this function in a loop or timer, then read the text using an if/else statement, discarding anything that doesn’t have the word “America” and saving anything that does, we should be able to get something simple running.