Add automated tests on function-type FSCommand parameter passing.
[gnash.git] / testsuite / misc-swfmill.all / hello.xml
blob18c9c0b1eb265006f7cd58f6cafc59a7c4ee79e7
1 <?xml version="1.0"?>
2 <swf version="6" compressed="1">
4 <!--
5 Simple source code example for swfmill.
6 Build with 'swfmill xml2swf hello.xml hello.swf'.
7 When in gnash testsuite, 'make hello.swf' is enough.
9 TODO:
10   - Find out how to embed the Dejagnu.swf lib
11   - Find out how to call the Dejagnu.swf interfaces
12 -->
14   <Header width="12800" height="9600" framerate="12" frames="1">
15     <size>
16       <Rectangle left="0" right="12800" top="0" bottom="9600"/>
17     </size>
19     <tags>
21       <background color="#ffffff"/>
23       <DoAction>
24         <actions>
25           <Dictionary>
26             <strings>
27               <String value="hello world"/>
28             </strings>
29           </Dictionary>
30           <PushData>
31             <items>
32               <StackDictionaryLookup index="0"/>
33             </items>
34           </PushData>
35           <Trace/>
36           <EndAction/>
37         </actions>
38       </DoAction>
40       <ShowFrame/>
41       <End/>
42     </tags>
44   </Header>
45 </swf>