COLD HARD FLASH
Flash Empowers
Mar
7
2006

Flash Render Que Questions


One last thing about Flashforward. Dave Vamos from Six Point Harness Studios recently wondered out loud about a Flash render que. Plenty of animation studios now render out thousands of PNG files on route to Final Cut or After Effects. This can be a huge time waster, and if you’ve got dozens of FLAs to render, someone has to sit in front of Flash and que each one up individually for rendering.

While talking with Mike Downey (Sr. Product Manager – Flash) and Ivan Cavero Belaunde from Macromedia last week, there may be a solution. Is anyone familiar with FLPs? It’s a Flash project file, and supposedly we could build an FLP that houses multiple FLAs, and then render in batches. Perhaps someone is already doing this, but regardless, let’s hear from the audience on this topic.

Grant Skinner, the award-winning CEO of gskinner.com, mentioned that we might try a multi-compile JSFL. Does that make sense to anyone? To me, it sounds like a football league.

filed under: Uncategorized

5 Responses to “Flash Render Que Questions”

  1. Aral Balkan Says:

    Take a look at FlashAnt — it’s an Ant task that batch compiles FLAs. I haven’t tested it with Flash 8 though. There’s another, similar Ant task though I forget its name.

  2. BIT-101 Says:

    yeah, that’s what jsfl excels at. you just need a list of the flas to render, create an array of them and loop through the array, load each one, publish it, close it, and load the next one. you could do hundreds in an hour.

  3. Nicolas Rauber Says:

    Hi,
    After severals research on the subject, I now use swf complilation (using project), and then batch process-it with swf2avi how makes really large (and clean) avi files.
    I then used After Effect 6 with jsx (Javascript for Adobe) to batch some filter.

  4. Anonymous Says:

    I used FPL’s. its works great. it a one stop location for all my development files, and all I have to do is hit test project, then all my fla’s are published.

  5. John Olson Says:

    I couldn’t get the JSFL code to publish here in the comments, but take a look at this.

    URL : http://www.yapiodesign.com/files/PublishAllPNG.jsfl

    Takes all open FLAs and exports PNG sequences.

Leave a Reply