Is it possible to read HTML headers in AS3?
The header contains the following meta tag:
<meta name="language" content="en-GB" scheme="rfc1766" />
The idea is to extract the following code into a variable to control the language in the swf
content="en-GB"
Is this possible in AS3?