Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
SB! #1
How to load Flex 2.0 components on Flex 1.5 application
Hello,
I am currently working on an Flex 1.5 application and my client wants to
import 2.0 components into it.
Can we achieve that? if so how is that possible?
I am currently using charts as components in Flex 2.0
The Flex 1.5 applicaiton is built with AS2.0 and the Flex 2.0 application is
built using AS 3.0
Any information appritiated.
Thanks in advance
SB!
SB! Guest
-
Dynamically create Flex components
HI All, I have a requirement wherein i need to create flex components like check boxes, radio buttons or datagrid dynamically based on the values... -
Support document for Migration of application fro flex 2o flex 3
Support document for Migration of application fro flex 2 o flex 3 -
Flex 2B2 UI COmponents
Hi All... I am trying to get an application prototyped fairly quickly. Initially, I started using a Java Applet but there is a good bit of high... -
Organizing Flex Custom components
This may sound dumb, but for me unorganized projects is one of my biggest pet peves. I have a project that I am working on that uses alot of... -
Using Flash components in Flex
Hi, One of the weakest sides of the Flex is that there is no Dataset component. Is it possible to use Flash MX 2004 Dataset Component with all its... -
ntsiii #2
Re: How to load Flex 2.0 components on Flex 1.5application
Sorry, no, it is not possible, for precisely the reason you mention. AS2 and
AS3 are different virtual machines in the Flash player. AS2(FP8-) can run
within AS3(FP9+), but not the reverse.
You could perhaps run the 2.0 components in a separate instance of the Flash
Player, and communicate with the 1.5 app via localConnection.
Tracy
ntsiii Guest



Reply With Quote

