Google Analytics Code

Can any one tell me how can I insert Google Analytics Code into one Flash Template ( AS 2) to Flash view count with google analytics?

As I have no idea how to do that shall be glad if anyone give me instructions how to do that. I apended below the code for your look also.

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24774244-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

Please help me as I do not know what to do?

Please help.

Here is a link but I could not figure out everything

http://blog.leeburrows.com/2011/03/a…-a-flash-site/

Now as per above link I could not understand these lines where to go and what to do can anybody assist me how/ what to do.

Here is the lines that I could not understand
“Flex Builder/Flash Builder:
Select ‘Properties’ from the ‘Project’ menu and choose ‘ActionScript Build Path’. Ensure that you are in ‘Library Path’, click on ‘Add SWC…’ and browse to the swc file you just extracted from the zip. Select it and click ‘ok’ to add it to the project.”

I open the fla in Flash 8 but could not understand where to go? If possible someone please help me in this matter.

Thanks for your time.