So here is the situation, I have a parent SWF that is load multiple child SWFs below it. I want to know if there is any way I can 100% trust that all of these child SWFs are mine.
For instance, when loading child SWF "b.swf" from domain "http://example.com/b.swf" is there anyway I can always guarantee that the SWF passed to me is mine, and not one that has been intercepted and modified with the use of a tool like Fiddler, and then passed to me.
Something like checking its size, hash? I don't know, can any of you offer any help?