Html or javascript embed into flash 8

is there anyway to embed some html or javascript into flash 8. i wanted this code in my flash website:

<script language=“javascript” type=“text/javascript”>
var vspy_width=640;
var vspy_height=480;
var vspy_style=“640x480_flash”;
var vspy_server=“vent2.clanservers.com:4626”;
var vspy_background=“FFFFFF”;
var vspy_fontcolor=“000000”;
var vspy_linkcolor=“00FF33”;
</script>
<script language=“javascript” type=“text/javascript” src="<A href=“http://www.ventrilospy.net/js/show_ventrilo.js"></script">http://www.ventrilospy.net/js/show_ventrilo.js”></script>

any possible way?

not inside flash no, but stick it in the html for the page and you can call it from inside flash

will it still show in one of my frames in my flash movie?