1

I have integrated C# and Flash with "Sockwave Flash Object".

I am trying to call a Flash method using a C# on-click event.

How to do this?

Todd Moses
  • 10,969
  • 10
  • 47
  • 65
Yasin Ozel
  • 273
  • 1
  • 6
  • 15

2 Answers2

3

First, there is a SO question that can help with how to use Shockwave Flash Object: Displaying Flash content in a C# WinForms application

Second, here is the Adobe Documentation: http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7cb0.html

Most importantly (as to the answer) here is the directions on calling Flash methods in C#: http://blog.another-d-mention.ro/programming/communicate-betwen-c-and-an-embeded-flash-application/

Community
  • 1
  • 1
Todd Moses
  • 10,969
  • 10
  • 47
  • 65
1

Flash can communicate with it's SWF container via the use of fscommand and ExternalInterface.

Zhais
  • 1,493
  • 12
  • 18