Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have windows form with axShockwaveFlash control

I want to play swf's exe file in this control and this file is password protected so I want to pass password...


Can anyone tell me how to achive this task....
Posted
Updated 28-Nov-12 20:16pm
v2

1 solution

It will work as com component you have to import the dll.
Following link may help you:
http://www.c-sharpcorner.com/blogs/1682/play-flash-files-in-windows-forms-using-c-sharp.aspx[^]
 
Share this answer
 
Comments
Ravi Sargam 30-Nov-12 0:25am    
I want play exe file of flash(swf) not direct swf file
Raman Thakur 30-Nov-12 2:33am    
Is it mandatory to play inside window? Otherwise you can execute that as seprate process from your application by diagnostic process
Raman Thakur 30-Nov-12 2:35am    
value you can pass in flash just like query string for example flashabc.exe?param1=abc
you can directly access parm1 value in flash file

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900