I can run the following locally on my own machine without problem (and also loaded through a test.html. However it will not load if I download it from a test webhost I'm using.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="*" layout="absolute"
>
<mx:SWFLoader id="swfloader" source="colorpickerexample.swf" height="200" />
</mx:Application>
The strange thing is, I have a much much more complex flex app with all sorts of swfloaders in it which I can download from the test server and run on my local machine without problem. I take it this may have something to do with crossdomain.xml, or trust files or some other aspect of flash player security which I admit I have never properly grasped. So would anyone mind telling me what the flash player is balking about when I try to download and run the above from a test web server.