Click here to Skip to main content
15,923,006 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am building very simple Windows application in C#. The problem is that application interface has to be implemented in Flash MX. I have no expirience in Flash so any help or references would be really helpfull.
The idea is really simple. User registers entering his informations in textboxes, and C# application stores them in SQL database. Later user can log in with his username and password and access some other information. As very simple web site or forum, just this is implemented in Windows app.
I know that communication has to be done via XML file, and that Flash uses ActionScript. But I don't know where to start in Flash, or how to program in Flash.
Any help would be great.
Thanks in advance.

Environments: VS 2008., Flash MX (Flash 7.0)
Language: C#, ActionScript
Platform: Windows XP
Posted

1 solution

Are you sure it's possible to link Flash and C# ? I would suggest unless you absolutely have to do this AND you can confirm it's possible, that this is a dumb idea. Use WPF to get the sort of cool UI you could get from Flash, instead.
 
Share this answer
 
Comments
VedranTrebovic 27-Jul-10 17:53pm    
It is possible, I found some articles about it but most of them aren't covering basic things. I think I found something very useful here at codeproject. I'd love to use WPF, but someone else wants Flash.

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