Page 1 of 1

gallery forks, render in-browser

Posted: Sat Jan 31, 2009 9:34 am
by forresto
Wonderfl has a cool feature that allows you to edit ActionScript code and compile Flash in-browser. This encourages experimentation without the step of a download.

The other cool feature of that site is forking, which keeps track of where your code came from. This could be implemented simply on this site by adding a "forked from:" comment with url when you download a .cfdg file. More complex uses of this would keep track of how often a composition is forked and link parent compositions to children, etc.

see wiki for version 3

Posted: Tue Feb 03, 2009 12:13 am
by kipling
Funnily enough, in response to MVJ's request for suggestions to CF3, I added a similar suggestion. Join in the discussion on the documentation wiki. (Documentation -> Recent changes is the quickest way in)

Re: gallery forks, render in-browser

Posted: Wed Feb 04, 2009 11:12 pm
by Zirgion
forresto wrote:Wonderfl has a cool feature that allows you to edit ActionScript code and compile Flash in-browser.
This is actually off-topic from me:
Since Adobe has decided not to include the ActionScript compiler in the Flash plugin, I'd hazard that the Flash application uploads your code and compiles it on the server, after which it just sends a link to the compiled swf (and all the build messages etc).

How ever, this would be a nice way to "evolve" a cfdg. Unfortunately it would put some strain on the server (depending on how many people actually use it).