Moodle 中带有 Flash ActionScript 3 的 API SCORM?

发布于 2024-10-20 01:33:16 字数 276 浏览 2 评论 0原文

我想使用 Actionscript 3 在 Flash 中创建模板,该模板将调用 .swf 作为屏幕,这也是主题?

我需要将与 API 通信的 ActionScript 代码放入 swf 中,并且我需要它来让 Moodle 跟踪 .swf(作为 Flash 中的屏幕或主题)。

是否可以?我只是想用 scorm 1.2 从 flash 生成 html。 Moodle 只跟踪包含脚本的 html 页面,但如果我在 swf 中有调用另一个 swf 的链接,那么 Moodle 不会跟踪它? 我怎样才能做到呢?

I want to create template in flash using actionscript 3, this template will call .swf as screens which are also topics?

I need to put the actionscript code which communicate with API in swf, and I need that to let moodle track the .swf which is as screens or topics from flash.

Is it possible? I am just trying to generate html from flash with scorm 1.2. The moodle just tracks the html page that contains the script, but if I have links in swf that call another swf then moodle don't track it?
How i can do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感情旳空白 2024-10-27 01:33:16

查看 pipwerks ActionScript SCORM 类 http://pipwerks.com/downloads/

Check out pipwerks ActionScript SCORM Classes http://pipwerks.com/downloads/

温折酒 2024-10-27 01:33:16

使用 Flash 执行 SCORM 的最简单方法是让 HTML 容器执行 API 发现,然后使用 ExternalInterface 调用 JS 进行 API 调用(直接或通过您定义的一组函数)。

The easiest way to do SCORM with Flash is to have your HTML container do the API discovery, and then use ExternalInterface to call out to JS for API calls (either directly or through a set of functions you define).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文