You're going to have to dynamically write the source code and run the
command-line compiler on it.  Building the code can be very specific to the
project so I can't help you there, but the docs on the compiler are here:
http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html

- Daniel Freiman

On Mon, Sep 1, 2008 at 9:51 AM, kuntamayu <[EMAIL PROTECTED]> wrote:

>   Hi...
>
> I am working on a project like " Flex Flip Book ", so in that project
> as a end product from my application, I need to give an swf file to
> end user so he / she can use that swf file directly without any
> modification.
>
>
> --- In [email protected] <flexcoders%40yahoogroups.com>, "Toby
> Ashley" <[EMAIL PROTECTED]> wrote:
> >
> > You'd most likely be better off storing your users' data / choices
> as XML or
> > something, then build a SWF which can read in that XML and load /
> display
> > the relevant text / video / audio / links / whatever. Rather than
> creating
> > one SWF for each user, just create one SWF and pass it different XML for
> > each instance to populate the template.
> >
> >
> >
> > On Sat, Aug 30, 2008 at 12:10 PM, kuntamayu <[EMAIL PROTECTED]> wrote:
> >
> > > From my flex project, I want to create a swf file on fly - to save
> > > clients' data .
> > >
> > > Clients' data may contains Image, Text, Video, Audio and web link.
> > >
> > > How to save this data in a swf file at server side.
> > >
> > > ( We are using java for server side code )
> > >
> > > Waiting for reply.
> > >
> > >
> > > ------------------------------------
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > > Links
> > >
> > >
> > >
> > >
> >
>
>  
>

Reply via email to