Say I have a flash movie in an HTML page, I want to get the value of a tag in the HTML page (for example, google-site-verification content value). How could this be done?
<meta name="google-site-verification" content="12345678978564261321567498789" />
*UPDATE -
I want to embed a flash template into an html web page, in this web page will be a meta tag with a UID. The UID will be referenced in an XML schema, which Flash loads the specifics of the UID to flash file. The web page name can be anything (index.html, index.php, contact.asp, etc).
Hope this isn't too confusing