1

我使用 Animate CC 创建了 html 电子学习,但在 Moodle 应用程序中尝试时遇到了问题。在内容页面上,根本不显示所有位图图像,仅显示文本。

这是我使用的代码,

(elearning_c.bmp_area = function() {
    this.initialize(img.bmp_area);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,50,50);




// bmp_area
    this.instance = new elearning_c.bmp_area();
    this.instance.parent = this;
    this.instance.setTransform(-60,888.9,15.557,71.338,-90);




elearning_c.properties = {
  id: 'DC13DBC2CDF2A8419AB311DD38BFD644',
  width: 1280,
  height: 720,
  fps: 24,
  color: "#FFFFFF",
  opacity: 1.00,
  manifest: [
    {src:"assets/M02K00H01/bmp_area.png?1594349632559", id:"bmp_area"}
  ],
  preloads: []
};

谁能建议我如何解决这个问题?

这是它在moodle应用程序中的外观

这是它应该看起来的样子,它正在使用浏览器

4

0 回答 0