I've implemented this simplied script below on:

http://stackoverflow.com/questions/15632388/twitter-as3

I have a dynamic text field on my stage with instance name output.

I changed the loadTweets("name",10) to my twitter handle.

Then I put that same handle in here with a count of 3:

new URLLoader(new URLRequest("http://search.twitter.com/search.atom?q=+from:name&rpp=3"))

I cannot figure out why this will not work. If anyone can see the problem then any help would be appreciated.

S