Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I want to design a small application which has UI in Flash and backend coding in Visual C#. I am trying to set communication beteen flash and VC# but didnt succed.
Can any one help me to set communication

For eg , If I have a button in Flash and When I click on that button function written in VC# should be invoked/call (like opening another form, window etc.)


I am able to embed Flash file (swf) in VC# form.
Posted

1 solution

If you use google, you'll find almost a million references to doing it. Here's a link to some results (searched for "using flash interface in c# app"):

http://www.google.com/search?q=using+flash+interface+in+c%23+app&sourceid=ie7&rls=com.microsoft:en-us:IE-SearchBox&ie=&oe=[^]

After saying that, take my word for this - it's a pain in the ass. I did it once, and there were all kinds of problems because the Flash programmer wasn't adhering to the agreed-upon interface hooks. Further, you have to take steps to make it look decent. I hated it, and will do anything to avoid having to do it again.
 
Share this answer
 

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