In the past, I have created a swf file per fxg and loaded it at runtime. You will need to write a tool that creates a small snippet of code for each fxg that gets compiled into a swf. At runtime, simply load the swf via a loader call and you have your fxg.
If you can batch the fxgs into groups, you might want to create one swf per group, so folks dont have to download them individually which might cause quite a bit of network traffic. Thanks, Om On Fri, Apr 15, 2016 at 2:06 PM, chris_d_k <[email protected]> wrote: > I know it at compile time... But there will be a few hundred different > assets > used per app... and an increasing number of apps... > > So I am searching for something to to configure which assets are used > without including all in the swf/mobile app... > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Build-Flex-Mobile-Apps-with-different-Assets-tp12471p12474.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
