Flash swfs in c#?
-
Hi there Is it possible to play flash swfs in c# forms? and also interact with them? does anyone know how to do this? Regards VisionTec
You can use flash player control using COM Interoperability. Just customize your toolbox and add that control to current controls from COM tab(flash player should be already installed). And for interacting with swf file you can use
FSCommand
. For more information refer toFSCommand
documentation.
Don't forget, that's
Persian Gulf
not Arabian gulf!
-
You can use flash player control using COM Interoperability. Just customize your toolbox and add that control to current controls from COM tab(flash player should be already installed). And for interacting with swf file you can use
FSCommand
. For more information refer toFSCommand
documentation.
Don't forget, that's
Persian Gulf
not Arabian gulf!
here is the solution: 1.right click on toolbox at general tab 2.select add new items 3.one popup window appears to add references 4.select COM tab 5.navigate to shock wave object select that 6.click on ok 7.u will see the flash object on General tab