Apologies if I'm being dense, but I can't imagine any problem where this
would be the best solution in Flex. Why not just use the -data- from
the database to change the behavior dynamically?
But if this really is the best solution, why not use the mxmlc command
line for this? Its much more batch friendly.
-rg
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of jonrmayer
Sent: Friday, January 19, 2007 11:15 AM
To: [email protected]
Subject: [flexcoders] Dynamic creation then compilation of
classes
A total newbie question but:-
I want to dynamically create actionscript classes from a
database -
Currently using .net
This is fine BUT the problem I am having is how do I compile
them into
swf format.
Each one has to be an independent swf file
I have Flex Builder but for the life of me I can't work out how
to do
multiple file compilations
I could either have 10 files or 1000 - so I need to work out how
to do
this.
All help gratefully received.
Jonathan