将Adobe Animate CC转换为Vue.js组件

时间:2019-02-04 16:13:14

标签: vue.js adobe vue-component animate-cc

有人知道将已发布的Adobe Animate CC HTML5 canvas / JS文件嵌入Vue.js组件的最佳方法吗?

谢谢

1 个答案:

答案 0 :(得分:0)

您可以将其包含在组件内的iframe中,但这需要您在本地拥有html / js文件:

<template>
  <iframe src="myproject.html" scrolling="no" style="width:640px; height:480px; margin:0; padding:0; border:none; overflow:hidden"></iframe>
</template>

您应该更改iframe广告代码的属性以适合您的需求。