该数据采用什么格式? Sothink的Swf Quicker html5导出sprite.js

时间:2018-08-07 16:35:05

标签: flash

我使用“导出HTML5”选项,使用Sothink的Swf Quicker导出了swf文件。导出的文件几乎是完美的。我想知道的是数据的格式(我知道它是json!),并且当浏览器窗口更改时如何使图像缩放到浏览器的大小?

这里是文件的链接 https://firebasestorage.googleapis.com/v0/b/adi200wad.appspot.com/o/demo2%2Fbifteck2.html?alt=media&token=9d7b49d7-ae62-4c2a-bf86-a1234dd6e222

这里是生成的html的示例...所有内容都在数据变量中,然后将其传递给sprite.js

    <body style="overflow:hidden;">
        <script>var data ={
   "BackgroundColor" : "#FFFFFF",
   "FileVersion" : "6",
   "FrameCount" : "76",
   "FrameHeight" : "375",
   "FrameRate" : 12.0,
   "FrameWidth" : "393",
   "Scale":"showall",
   "FrameRect" : {
      "xmax" : 1500,
      "xmin" : 0,
      "ymax" : 1500,
      "ymin" : 0
   },
   "MainFrame" : {
      "type" : 39,
      "ShowFrame" : [
         {
            "depth" : 1,
            "id" : "1",
            "matrix" : "1,0,0,1,0,0",
            "name" : "",
            "replace" : true,
            "type" : 26
         },

1 个答案:

答案 0 :(得分:0)

sprite.js使用专有格式,但是其中大多数属性与svg中的属性相关