Hello,
I guess there maybe many more newbs coming on board since it seems this project got widely publicised the past couple of days.
Basically I got a decade of Flash files I want to run on mobile devices.
So far I have just converted them to mp4 files, and seen the file size bloat alot. I would like to use Shumway to view these files.
I am a novice to Node and Grunt but did manage to install it. However. I was not able to build the the 'shu' section of the grunt file, mentioned here
https://github.com/mozilla/shumway/wiki/Running-the-Examples
Running "exec:gate" (exec) task
>> The system cannot find the path specified.
>> Exited with code: 1.
Warning: Task "exec:gate" failed. Use --force to continue.
Aborted due to warnings.
I think I was correct to install grunt 0.4.2 instead of the latest
npm install gr...@0.4.2 --save-dev
npm install
grunt shu
Anyhow I did get it working with:
grunt build
grunt server
Anyhow now it is built, it appears it is a sort of http handler which looks for swf and then displays them in the viewer. I would like to take this out of the viewer. If I could have the .swf already converted to html5 files that would be great. I am not sure that is supported. Do I have to run this as a handler in node? Anyway I will dig around more, basically it seems like there is a gap in the help files. You can view a quick test, or get a bit more dirty and build it, but from that point to contributing it would be nice to have a bit more info.