You can import `mx.core.Application` and then use [Application.application.url][1] to get the path of the host application in your module and use that as the basis for building the URLs.

For help in dealing with URLs, see [the URLUtil class in the standard Flex libraries][2] and [the URI class in the as3corelib project][3].


  [1]: http://livedocs.adobe.com/flex/3/langref/mx/core/Application.html#url
  [2]: http://livedocs.adobe.com/flex/3/langref/mx/utils/URLUtil.html
  [3]: http://as3corelib.googlecode.com/svn/trunk/docs/com/adobe/net/URI.html