from what i understand you want an application that is a user friendly way of customizing a swf yes? e.g...easily changed dynamic variables .


Does the application need to export a swf?

Can the application just export a file with custom variables. then have a swf set to load all the vars from that file.?

eg.

loader.swf
project.txt (or any extension you want)

the project.txt would contain ...

//for the slides
&slidesUsed=16&
&slide1=true&slide2=false&..bla blabla


//for the custom text
&slide1Text=hello this is an example&&slide3Text=example here&


-----
and the loader.swf would just load the file ... project.txt in the same [dir]
and load each custom var from it.

if this is what your wanting ..or would be happy with this.


it would be a fairly easy , cheap job to do....assuming what i think you want is correct.


if you wanted it as a browser based thing.....then you'd probably be looking into maybe a php job too.