In Flex, how can I tell within a SWF the name of the server that it is
running on?

In ASP.Net web page it would be something like 

if (Response.Server.indexOf("www.mysite.com") == 0)
{
// do something
}

Thanks

Reply via email to