GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: the flash recorder for chirrp, written with haXe
Homepage: http://chirrp.net/
Clone URL: git://github.com/why/chirrup.git
chirrup / chirec.xml
100644 14 lines (13 sloc) 0.614 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="iso-8859-1" ?>
<movie version="9" width="320" height="240" framerate="12">
  <background color="#ffffff"/>
  <frame>
  <library>
    <bitmap id="RecOffPng" name="RecOffPng" import="library/chirec-rec1.png" />
    <bitmap id="RecOnPng" name="RecOnPng" import="library/chirec-rec2.png" />
    <bitmap id="RecHoverPng" name="RecHoverPng" import="library/chirec-rec4.png" />
    <bitmap id="PlayUpPng" name="PlayUpPng" import="library/chirec-play1.png" />
    <bitmap id="PlayDownPng" name="PlayDownPng" import="library/chirec-play2.png" />
  </library>
  </frame>
</movie>