[AS]How can I get the ContextPath of my web site?

as the title.I want to get contextpath of my web siteHow to?I can get it use ${pageContext.request.contextPath} in JSP…:)and in ActionScript…?