How do I validate my SWF file?
I have created my own software to generate SWF files from images. So I run my program, and it generates an SWF file. The problem is when I load the resulting SWF file into Flash Player the image doesn't appear (though it does correctly scale the size of the flash player window based on the SWF header FrameSize field). I believe I have all required tags in my SWF file to accomplish what is needed. I have already read through the SWF file specification version 19 (the latest version). But my SWF file isn't working in Flash Player.
Is there any kind of debugger or "file specification validator" I can use, that will analyze my SWF file, and tell me where the file is broken?
