在Adobe Animate的代码中使用jQuery更改动态文本

在Adobe Animate的代码中使用jQuery更改动态文本,jquery,html,adobe,Jquery,Html,Adobe,欢迎使用Adobe Animate,我创建了HTML文件5中的动画。我从执行启动功能的按钮启动动画: 我在adobe animate中创建动画 在一个文件中: function start() { exportRoot.gotoAndPlay(); 'This is the text you want to get'; <-- How to do it here? How to appeal? } 我想用一个按钮来编辑这个文本,这个按钮从adobe

欢迎使用Adobe Animate,我创建了HTML文件5中的动画。我从执行启动功能的按钮启动动画:

我在adobe animate中创建动画

在一个文件中:

function start() {
        exportRoot.gotoAndPlay();
        'This is the text you want to get';     <-- How to do it here? How to appeal?
}
我想用一个按钮来编辑这个文本,这个按钮从adobe调用html函数和html函数,并引用adobe的js,它在其中更改文本

this.name = new cjs.Text("This text wants to change", "38px 'Geometr415 Blk BT'", "#282828");
    this.name.name = "name";
    this.name.textAlign = "center";
    this.name.lineHeight = 53;
    this.name.lineWidth = 444;
    this.name.alpha = 0.00000000;
    this.name.parent = this;
    this.name.setTransform(348.4,779.75);