On Wed, Nov 12, 2008 at 10:01:33AM +0000, Stefan Richter <[EMAIL PROTECTED]> wrote: > I think it is working now - I must have made a mistake earlier with > the swfcombine syntax. > The SWFs I have were produced with the ispring SDK. They are Flash 7 > compatible I believe. They do contain some ActionScript code, however > this is not really needed and I do not mind it being stripped - > however looking at the SWF using ASV I can see that the ActionScript > still seems to be present
Be careful with that. The ActionScript is still in the file, but it's not executed! (And also can't be called) Flash either runs an AS1.0/AS2.0 Virtual Machine, or an AS3.0 Virtual Machine, but not both at the same time. But if it's not vital code, that's probably not a problem. Greetings Matthias
