C# and Macromedia Flash

  • Thread starter Thread starter S³awek Mróz
  • Start date Start date
S

S³awek Mróz

Hello!

I'm a beginner in C# programming and I'm wondering if it's possible to put
Macromedia Flash movies and C# applications working together.

If yes and you know some good web-articles giving explanations and
examples - pls let me know the links.

BR
Slawek
 
I can assure you that, it is possible and even you can communicate with
macromedia flash using action script but sorry right now I don't have any
links

Nirosh.
 
Hello,

Macromedia offers an ActiveX capable of playing Flash movies. You can host
this ActiveX like any other ActiveX in your Windows Forms or ASP .NET
application and use its public interface to load and play Flash movies.
 
Macromedia offers an ActiveX capable of playing Flash movies. You can host
this ActiveX like any other ActiveX in your Windows Forms or ASP .NET
application and use its public interface to load and play Flash movies.

Thanks for answers.

Is the ActiveX also a solution when I want to get some interaction, for
example: flash button sending a variable value to C# application?

BR

Slawek
 
Slawek,

If this value is available through the Flash PLayer ActiveX's COM
interfaces, it is also available to a C# application.
 
Uzytkownik "Dmitriy Lapshin [C# / .NET MVP]"
Slawek,

If this value is available through the Flash PLayer ActiveX's COM
interfaces, it is also available to a C# application.

OK, thanks a lot:-)

BR

Slawek
 
Back
Top