I found what feels like a hack way of doing this. Still interested in any other ideas.
The way I am doing it for now is by loading a swf and getting the path from the url property of the contentLoaderInfo. Then I parse out the part of the path that I need. This seems like it will be easily broken, so I would like to find a better way. On 1/31/08, Steve Mathews <[EMAIL PROTECTED]> wrote: > Is there any way to get the base parameter of the object/embed code > from within my flex app? > > So for example, if I set my base to "http://www.example.com/test" and > my swf is actually hosted at "http://www.example.com/shared". Is there > any built-in or easy way of getting the base prop? >

