开发者

c# code to control swf file

开发者 https://www.devze.com 2023-01-22 00:53 出处:网络
how to control .swf file from c#. I was开发者_如何学运维 developed one asp page which contains flash file.Is there any possibility to play and pause that flash file?You can\'t.

how to control .swf file from c#. I was开发者_如何学运维 developed one asp page which contains flash file. Is there any possibility to play and pause that flash file?


You can't.

C# code is executed server-side. Flash animations are executed client-side.

Your best bet would be to see what you can accomplish with JavaScript.

0

精彩评论

暂无评论...
验证码 换一张
取 消