简体   繁体   English

C#外部接口闪存

[英]c# externalinterface flash

Does anyone know a way of interact with a flash swf with externalinterface without drawing it? 有谁知道一种无需外部绘制即可与具有外部接口的Flash SWF交互的方法? The flash I want to play only does comunication with an external app and does not show anything. 我要播放的闪光灯只能与外部应用程序通信,并且不显示任何内容。

Is there any way of doing this without Windows.Forms?? 没有Windows.Forms,有什么办法吗?

Thanks Pedro 谢谢佩德罗

One way to do this might be to start your swf in projector mode and additionally using other software to start it as a service or just to make it invisible. 一种方法是在投影仪模式下启动swf,并另外使用其他软件将其作为服务启动或仅使其不可见。 This assumes your communication works but you don't want to see the window itself. 这假定您的通信有效,但您不想看到窗口本身。

https://superuser.com/questions/262163/how-to-run-a-program-invisibly https://superuser.com/questions/262163/how-to-run-a-program-invisible

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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