I have built an AIR app using Flex and am attempting to load a SWF
that was included in the app build via SWF Loader. To this end, I am
using the AIR url schema, for example,
myLoader.load("app:/loadee.swf"). I have verified that the swf that is
trying to be loaded is indeed in the application install directory,
but I get a file not found error.Is SWFLoader able to handle URLS in a format such as this, or should I be specifying this in a different format (or even using a different component)? Any help is much appreciated. Thanks, --Mark

