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
Running the Examples
Yury Delendik edited this page Aug 14, 2014
·
6 revisions
(For simplicity, let's assume the current directory is the Shumway folder)
If running the first time or after update, compile sources:
$ grunt shu
Start a web server:
$ grunt server
Open a web browser at http://localhost:8000/examples/racing/index.html
.
The flash inspector is provided as one of the examples. Open a web browser at http://localhost:8000/examples/inspector/inspector.html
and use the browse button to upload a SWF file.
The inspector accepts rfile
query string parameter to provide SWF file relative path. Few demo SWFs are provided:
-
http://localhost:8000/examples/inspector/inspector.html?rfile=/examples/pac/pac.swf
(AS2) -
http://localhost:8000/examples/inspector/inspector.html?rfile=/examples/racing/race.swf
(AS2) -
http://localhost:8000/examples/inspector/inspector.html?rfile=/examples/pac/pac3.swf
(AS3) -
http://localhost:8000/examples/inspector/inspector.html?rfile=/examples/racing/race3.swf
(AS3)
The pilot for video playback:
http://localhost:8000/examples/inspector/inspector.html?rfile=/examples/melon/melon.swf
Mozilla 2019