How to make swf file

  • Thread starter Thread starter HyunKwan,Song
  • Start date Start date
H

HyunKwan,Song

hello

Can I make swf(flash file) file using C#?

what I need to make this ?

Do you know any URL to reference this ?

plz, I'll waiting your reply ...
 
You might want to contact Macromedia (makers of Flash) about this...

I assume that you can write SWF files with regular C++? If so and you can't
find any support for C#, there is one thing you can try. Make a Managed C++
"wrapper" that handles communication between the C# code and the C++ Flash
code. Managed C++ is a "bridge" language that can communicate directly with
the .NET languages (C#, VB.NET) and regular C++. One you have the "bridge"
established, you can write your code in C#.

Good luck! :^)
 
Back
Top