I would like to know if it is possible to compile a .swf file at runtime through C # (will be called through a Flex application). I read some articles about using fsch.exe, but nothing that gave concrete examples.
I am sure this is possible, so the secondary question is how much is possible on an average scale. I would like to allow users to configure swf and then compile these options directly into swf for delivery, rather than relying on an external data store to store configuration information.
Thanks in advance for any help you can offer -
Bill
source share