If I am right, you want to let user design something and then generate
SWF...

There are different ways, people do that:-

1) You write two pieces (editor and player), editor let users design and you
serialize all information on server in database, xml or whatever. Player
loads XML and renders the content.

2) You want a monolithic piece (SWF) that contains the entire stuff...

I guess, you are talking about second?

You can do that by embedding all resources in SWF and letting user download
the final output. You can run MXMLC as CGI or process? to do that...

Once user has done designing, you save the entire design (Canvas)
information in some intermediate format, pass it to server-side script which
can construct a MXML file for it, run MXMLC on MXML to generate SWF...

Does that make sense? But I would suggest you going for first approach ....

-abdul

On 1/21/07, gdoucen <[EMAIL PROTECTED]> wrote:

  Hi,

I want to create a light scrapblog application as a personnal project.
Which techniques scrapblog or similar apps use to create the swf online ?

Thanks for your help.

Reply via email to