View Full Version : Embedding Flex to ASPX page
eaglescorpio
06-25-2009, 05:25 AM
I am new to flex and want to know couple of things for flex.
1. How to embed flex control into ASPX page .....just like we do for flash file.
2. How can I let my asp.net control talk to the Adobe flex control.
Any examples will be really appreciated as this would help me in understanding it more and quicker.
thanks in advance.
FreakLucky
06-25-2009, 10:50 AM
I am new to flex and want to know couple of things for flex.
1. How to embed flex control into ASPX page .....just like we do for flash file.
2. How can I let my asp.net control talk to the Adobe flex control.
Any examples will be really appreciated as this would help me in understanding it more and quicker.
thanks in advance.
1. The Flex SDK output the SWF file and target to flash player at runtime which you can embed in aspx page or any other sever side technology just like you add the Flash object using <Object> tag.
2. the flex is client side technology. For communication in between ASP .NET control and Flex generated SWF there is no any direct way. but there is a possible way. the ASP .NET control could talk to page javascript which in turn communicate with flash/flex SWF object via ExternalAPI or FABridge. but all these things happen on client side. and if you want to talk to flex generated SWF on server side from .NET then you have use Adobe Flash player COM object.
hope this will help.
Best,
Lucky
eaglescorpio
06-25-2009, 01:54 PM
Indded it helped and thanks for it. An example for the point 2 will be appreciable if there is any. It will help me gaining speed in learning it.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.