|
You COULD generate mxml using some
server-side technology. As I understand, FDS still supports on-demand generateing/compiling
of mxml files, so you could save the mxml, then call it. Our 1.5 app allows you to design complex
logic, saving it to a database, then actually uses client-side AS to publish an
mxml component. From: That's not really the way that flex
works. You don't create mxml on the fly. What you can do is create
an extensible component that reads some sort of configuration, and dynamically
adds elements on the fly, using the addChild method. This way you can dynamically
add any kind of component at runtime, whether it is a textbox, radio button, or
custom component. -Andy From: Hi, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |

