I created a twitter account and i'm trying to bring the favorite tweets into a flash page.
How do i call in this data? Im not very good with code outside of flash.

Heres the script i got from twitter:

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'faves',
rpp: 39,
interval: 30000,
title: 'Beer List',
subject: 'Lost Kangaroo Pub',
width: 250,
height: 600,
theme: {
shell: {
background: '#43c43f',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#43c43f'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
hashtags: false,
timestamp: false,
avatars: false,
behavior: 'all'
}
}).render().setUser('JonPaulTaylor').start();
</script>

I got Flash cs4.mac