April 01, 2005

It's finally official...Screenweaver is dead.

The Screenweaver site finally admits that the product is no longer sold or supported.

It was fun to use. A bit slow, but I liked the API.

What's your favorite Flash-to-EXE program these days?

Posted by andy at April 1, 2005 06:20 PM
Comments

mProjector, because it has a synchronous API (no more callbacks!), it can use COM objects like they're native actionscript objects, and it has a nice extensions mechnasim that I can write my own C++ plugin and call the methods from Flash.

Posted by: darron at April 1, 2005 07:11 PM

Zinc because what Flash can't do, Zinc can. I hate the fscommand style, but hopefully that'll change in the future.

Posted by: JesterXL at April 1, 2005 07:16 PM

I'm liking mProjector because of the as api. Reminds me a bit of screenweaver.

Posted by: stacey at April 1, 2005 09:32 PM

Jesse,

Where have you been? Zinc uses the new {mdm} script now. The fscommand stuff has been deprecated for a while now. It still works so apparently you haven't switched?

Brent

Posted by: Brent Bonet at April 1, 2005 11:48 PM

I have used mProjector and Zinc a lot these days and I keep going back to Zinc for a few reasons. Although I love the synchronous API of mProjector and the COM Objects, it's only really usefully if you are building PC apps, and more and more these days our apps are needing to be cross-platform. Now I realize that mProjector has a MAC version but here are a few things I don't like about it. 1. you acutually have to compile your projectors from a MAC and 2 you loose the synchronous API so it's like you almost have to build 2 apps.

This is where I like Zinc a lot better. If you plan things out right you and only use features that are available in both OS you don't have to write 2 different apps, and you can compile your projectors from your PC. Also, multidmedia has great support. They are constantly updating versions, so much so I can hardly keep up, and they are quick to respond on their forums.

So depending on the requirements of your app either one is great. If I have to do a PC only projector chances are I'll use mProjector, but if there is even the smallest chance that I might have to make a MAC version I'll choose Zinc everytime.

Posted by: julian at April 3, 2005 10:19 AM

I always use SWF studio, it's a great tool but it has it's own strange behaviour. Maybe I should look into Zinc, especially the crossbrowser part is very interesting.

Anyone here building real applications with Flash?

Posted by: McVirusS at April 4, 2005 05:09 AM
Post a comment