c# code to control swf file
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.
精彩评论