Hi guys,

import twitter.api.Twitter;
import twitter.api.events.TwitterEvent

var twitter:Twitter = new Twitter();
twitter.loadUserTimeline("flasherblog");
twitter.addEventListener("onUserTimelineResult",return_);

function return_(e:TwitterEvent) {
        twit_txt.text = e.data[0].text
}

This my simple Action Script 3.0 code. When I test my movie I can see
my last status. But when I try to test this in host I can't see
anything?

How can I solve this?
http://www.flasherblog.com/deneme/twitter.html

Thanks.

Reply via email to