I asked this question about passing keystrokes to the page. Is there a simple way for me to add this to an already compiled swf?
+2
A:
Not simple, no. SWFs are a compiled format, so the only realistic way to add in content is to decompile/edit/recompile, using a third-party decompiler of some sort. (In theory you could inject compiled code directly into the SWF, but you'd need to understand the file format pretty well to know whether you needed to redo checksums and so on.)
fenomas
2010-03-19 16:28:03
+1. sounds right
acidzombie24
2010-03-19 18:43:54
A:
if the compiled swf's security allows it, you can probably load that swf into another swf and have the parent swf catch all the keystrokes.
toad013
2010-03-20 02:37:37