Google Analytics with Flash Website

Hello all,

I have a website which I created with Flash.

I would like to use Google Analytics to record visits to the site and so.

I signed up and was given some HTML code (I think) to paste “immediately before the [FONT=Courier New, Courier, mono]</body>[/FONT] tag of each page you are planning to track”…


[FONT=Courier New, Courier, mono]<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
  _uacct="UA-xxxx-x";
  urchinTracker();
</script> [/FONT]

Is it possible to use this code with Flash?

If so, how would I do it?

Thanks for any help,

David