I’m using SWFLoader to load swf content from a network resource in AIR 1.5.
When I write the URLRequest, the .url property schema resolves to “http://” but when I use that URLRequest with a SWFLoader, the url schema resolves to “app:/http://”.
I’m probably misusing this component; how would you load a .swf from a remote URL for use within a desktop AIR app?
Cheers,
JR