简体   繁体   中英

Calling Flash functions from C# and vice versa

What's the proper way to communicate with Flash from C# when it's hosted in the ActiveX control? I see a CallFunction method which look promising to communicate with Flash but I'm having a hard time finding documentation about what the parameter data should look like. Also, what would the reverse look like; ie how could the Flash content notify C# of some kind of event?

You'll want to use SetVariable and CallFunction to achieve this. Here is a good, short tutorial on Flash and C# interop .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM