Possible to write flash content in C#? -


I'm goggling this for a while but nothing has come up. What is possible to compile Flash SWF app by using C # (by which I also mean practical)?

Actually, so you can, but this is not easy.

I did this on some projects - mainly because Flash 5 was quite limited in time (you could not load it in an image dynamically).

These days there is not much need of output SWF in the code and automation tools make other solutions more attractive. This is definitely possible, but it is a byte-by-byte, though some C # libraries are kicking for it these days.

Practical? No.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -