JavaScript in AS3 [renamed]

Hi, quick issues: I’m attempting to add a twitter follow button (http://twitter.com/about/resources/followbutton) to an AS3 Flash SWF. The code is below and I believe the <script> tag is javascript. I can’t make that part appear but if I make a dynamic text field and import html.Text, I can make the rest appear.

Does anyone know how I can make the java work?

<a href=“http://twitter.com/RasTwit” class=“twitter-follow-button” data-button=“grey” data-text-color="#FFFFFF" data-link-color="#00AEFF" data-show-count=“false”>Follow @RasTwit</a>

<script src=“http://platform.twitter.com/widgets.js” type=“text/javascript”></script>

Thanks,

~Josh