This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 398
Home
Michael Bebenita edited this page Aug 28, 2012
·
35 revisions
Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance.
Shumway is community-driven and supported by Mozilla. Our goal is to create a general-purpose, web standards-based platform for parsing and rendering SWFs. Integration with Firefox is a possibility if the experiment proves successful.
The source code for Shumway and its submodules can be cloned the following way:
cd ~
git clone https://github.com/mozilla/shumway.git Shumway
cd Shumway
git submodule init
git submodule update
Use the web server (e.g. simple web server run in the command line python -m SimpleHTTPServer
) and run one of the following web pages:
http://localhost:8000/examples/inspector/inspector.html
http://localhost:8000/examples/racing/index.html
See also:
Mozilla 2019