C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
play flash files in windows forms using c#
WhatsApp
keshav singh
13y
18.8
k
0
0
25
Blog
Here first you have to import two Dlls in your project:
rifgt click on project-> Add Reference
Interop.ShockwaveFlashObjects.dll :
http://ahmedessawy.googlepages.com/Interop.ShockwaveFlashObjects.dll
AxInterop.ShockwaveFlashObjects.dll :
http://ahmedessawy.googlepages.com/AxInterop.ShockwaveFlashObjects.dll
and Then Write this code to your code page:
AxShockwaveFlash1.Movie = "keshav.swf";
AxShockwaveFlash1.Play();
People also reading
Membership not found