Copy link to clipboard
Copied
Hello,
Can i display my tweets in flash using AS3 and How ?!
Regards,
Copy link to clipboard
Copied
Load your tweets from either http://api.twitter.com/1/statuses/user_timeline.xml or http://search.twitter.com/search.json, parse result and display them. The latter is preferable because it doesn't have security restrictions but you will have to deal with JSON.
Here is the link for twitter API documentation:
Copy link to clipboard
Copied
Thanks Andrei1,
Ok, i have create widgets on Twitter and generate this code:
<a class="twitter-timeline" href="https://twitter.com/Q8School" data-widget-id="310111770192773120">Tweets by @Q8School</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
but i really don't know how to embed the Tweets in flash using JSON....?!
Copy link to clipboard
Copied
any help...?!
Copy link to clipboard
Copied
This is JavaScript code. It will not help you.
You need to load twitter JSON or XML into you flash application.
Copy link to clipboard
Copied
Where i can find this files...?!
Copy link to clipboard
Copied
Where i can find this files or i have to create is my own...?!
Copy link to clipboard
Copied
What files?
You need to write code in Flash that will load twitter feeds (using URLLoader), parse received data and use it for whatever purposes you have envisioned.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now