Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 google 的 swiffy 将 as2 内容转换为 html5。
到目前为止,这真是太棒了。
使用 getURL,我可以进行 javascript 调用。
但是,我能从服务器或 javascript 中获得某种响应吗?
是的。您可以stage.setFlashVars('response=10');从 JavaScript 调用,之后_level0.response应该在 AS2 中设置。但是设置getURL了之前的返回_level0.response。所以你应该稍等一下setTimeoutor onEnterFrame。
stage.setFlashVars('response=10');
_level0.response
getURL
setTimeout
onEnterFrame