public
Description: the flash recorder for chirrp, written with haXe
Homepage: http://chirrp.net/
Clone URL: git://github.com/why/chirrup.git
Search Repo:
8-bit PNGs.
why (author)
Fri Apr 18 08:20:59 -0700 2008
commit  1ae6345dcc2bd7e6b9bf2cf7d23729320e22133d
tree    0f4ff750d0d149b5ec67a12f56204d05592355e9
parent  5c056792207413245e7ab9acefe44a7688cd6f53
...
1
2
3
 
 
4
...
1
 
 
2
3
4
0
@@ -1,4 +1,4 @@
0
 #!/bin/sh
0
-swfmill simple chirec.xml chirec-i.swf
0
-swfmill simple chiplay.xml chiplay-i.swf
0
+swfmill simple chirec.xml lib-chirec.swf
0
+swfmill simple chiplay.xml lib-chiplay.swf
0
 haxe chirrup.hxml
...
1
2
3
4
 
5
6
7
...
9
10
11
12
 
13
...
1
2
3
 
4
5
6
7
...
9
10
11
 
12
13
0
@@ -1,7 +1,7 @@
0
 -swf chirec.swf
0
 -swf-version 9
0
 -swf-header 400:140:24:FFFFFF
0
--swf-lib chirec-i.swf
0
+-swf-lib lib-chirec.swf
0
 -main Rec
0
 
0
 --next
0
@@ -9,5 +9,5 @@
0
 -swf chirplay.swf
0
 -swf-version 9
0
 -swf-header 70:15:24:FFFFFF
0
--swf-lib chiplay-i.swf
0
+-swf-lib lib-chiplay.swf
0
 -main Play

Comments

    No one has commented yet.