how to insert a flash video in my winForms ................?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Mar 5, 2014, 2:19 AM
- Add reference to your project from toolbox [ Shockwave Flash Object (found in C:\Windows\System32\Macromed\Flash)]
- Add control Shockwave Flash Object to Form
- Set property Movie: [control].Movie = "[path]\animation.swf";
- Start movie: [control].Play();
Here is the nice example.http://www.c-sharpcorner.com/UploadFile/deepak.sharma00/how-to-play-flash-in-windows-forms-application-using-C-Sharp/