Click here to Skip to main content
15,879,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,


My question is that i have flex UI for website and it is pre made by my company, but i dont know flex and our company needs that UI which is made in flex, so can i embed that UI and code in c# (asp.net), if it is possible then please tell me how is it possible?

Thanks in advance,
Regards,
krunal Panchal
Posted
Comments
Philippe Mori 30-Jul-11 8:29am    
I rapidly search the web and to me it seems that Flex UI is for the desktop and not the web.

http://www.giantflyingsaucer.com/blog/?p=42[^]

follow this link i am sure this will going to help u a lot in future...
 
Share this answer
 
v2
It is possible to connect ASP.NET and flex using 3 methods.

1) Using RemoteObject

http://western-skies.blogspot.com/2006/07/flex-worlds-simplest-example-of.html
http://wadearnold.com/blog/uncategorized/simple-remoteobject-example-in-flex-4-gumbo

2) Using HttpServices

http://blog.flexexamples.com/category/httpservice/
http://cookbooks.adobe.com/post_HTTPService_with_Flex_3_example-17675.html

3) Using WebServices

http://blog.flexexamples.com/2008/04/14/calling-a-simple-web-service-from-flex-using-the-webservice-class/
http://www.cflex.net/showFileDetails.cfm?ObjectID=582
 
Share this answer
 
Your Flex application should have a Network setting - [^]

Flex C++ Bridge[^]

Check the links. It's not recommended but works.
 
Share this answer
 
whenever you build your flex application it will create a SWF file. which is a flash output.

you can embed that file into asp.net pages, it will run like a flash video inside your page.

follow the link to know how to embed a flash file inside asp.net pages.

How To Play SWF File In Asp.Net[^]

mark as answer if solves your problem
 
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