OSDN Git Service

driver is implemented!
[happyabc/happyabc.git] / share / habc / template.xml
index 8a40507..81acfdf 100644 (file)
@@ -1,7 +1,7 @@
 <swf version="9" compressed="1">
   <Header framerate="24" frames="1">
     <size>
-      <Rectangle left="0" right="10000" top="0" bottom="7500"/>
+      <Rectangle left="0" right="__WIDTH__" top="0" bottom="__HEIGHT__"/>
     </size>
     <tags>
       <FileAttributes hasMetaData="1" allowABC="1" suppressCrossDomainCaching="0" swfRelativeURLs="0" useNetwork="1"/>
           <Color red="134" green="156" blue="167"/>
         </color>
       </SetBackgroundColor>
-      <FrameLabel label="${Label}">
+      <FrameLabel label="__MAIN_CLASS__">
         <flags/>
       </FrameLabel>
       <DoABCDefine flags="1" name="frame1">
-        <actions>${ABC}</actions>
+        <actions>
+include(__ABCX__)
+</actions>
       </DoABCDefine>
       <SymbolClass>
         <symbols>
-          <Symbol objectID="0" name="${Label}"/>
+          <Symbol objectID="0" name="__MAIN_CLASS__"/>
         </symbols>
       </SymbolClass>
       <ShowFrame/>