Create Twitter Widget in Flash - AS3

view all ยป


Learn how to create a widget for your website to display your latest tweets. This is an easy to follow tutorial but you will be required to use XML, PHP, Flash, AS3 and more - but all is explained so don’t worry and enjoy!

View Tutorial

Vote in HexoSearch Help me out by voting for this tutorial

Did this post help you? If so help us continue to grow and Digg this page or Share on Twitter!

If you haven't already, sign up to our RSS feed or register to recieve updates direct to your email!

Tags: , , ,

3 Responses to “Create Twitter Widget in Flash - AS3”

  1. Jonathan

    I can’t get this to work once I change

    myXMLLoader.load(new URLRequest(”http://twitter.com/statuses/user_timeline.xml?screen_name=blue_chi”));

    to

    myXMLLoader.load(new URLRequest(”twitter.php”));

    When I try to test it in Flash, I get this output:

    TypeError: Error #1010: A term is undefined and has no properties.
    at bluchi_fla::MainTimeline/processXML()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

    Any ideas how to fix?

  2. jesse

    i am also getting an error

    TypeError: Error #1010: A term is undefined and has no properties.
    at twitterwidget_fla::MainTimeline/processXML()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

    how do i fix this


  3. hi,
    i m also getting this error

    TypeError: Error #1010: A term is undefined and has no properties.
    at TwitterWidget_fla::MainTimeline/processXML()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

    can uresolve

Leave a Reply