adobe-captivate

Is implementing LMS Scorm Tracking without an authoring package feasible for a beginner?

左心房为你撑大大i 提交于 2019-12-22 06:36:03
问题 Prior to building an eLearning solution, I am determining whether to use an authoring package such as Captivate or Storyline or to create HTML pages which utilize JS calls for tracking. If I avoid using an authoring tool, I get flexibility in terms of the content and reuse of existing assets. For example, Storyline is outputting SWF files which I cannot pass around my team like a simple HTML page for review. However, I am new to SCORM.. and I am wondering is it feasible to get up to speed

javascript:window.close(); doesn't close the tab in IE 8

纵然是瞬间 提交于 2019-12-12 18:29:29
问题 It works in Chrome and I thought it used to work in IE8... but it doesn't seem to. javascript:window.open('', '_self', ''); window.close();alert('test'); All I get is the alert . Basically i'm trying to execute a function which works fine in the browser as an a link, but using the same code in captivates "execute javascript" on a button, doesn't work. Then I thought I would test it using javascript: in IE... and it doesn't close it ether. Whats going on? It's driving me nuts. 回答1: I found

Captivate - html5 export adds a first slide with a play button

不羁的心 提交于 2019-12-08 06:31:53
问题 When I publish my captivate 6 project to html5, making sure autoplay is on, an extra first slide is being added which just contains a play button, as if you would publish to swf withtout autoplay enabled. When I check the .js file, autoplay is enabled and everything looks fine. I've read that you can't remove this play button when you publish to html5. Is this right? Because that would be quite stupid. Or does someone knows some kind of .js hack to overrule this first slide? Thanks 回答1: I

Embed .swf in webpage and make it fullscreen

人走茶凉 提交于 2019-12-08 04:00:22
问题 Is there a way to embed a .swf file in a webpage and provide a way to make it fullscreen? I'm creating these files with Adobe Captivate, which doesn't seem to provide a way to publish in other usable formats (.avi files are too big, and no .flv is available, to which there seem to have some players around that allow fullscreen). If there's a way to convert .swf to some other "embedable" format, please let me know. 回答1: Why not make a link to the swf in question without a HTML file embedding

Captivate - html5 export adds a first slide with a play button

你。 提交于 2019-12-06 14:56:52
When I publish my captivate 6 project to html5, making sure autoplay is on, an extra first slide is being added which just contains a play button, as if you would publish to swf withtout autoplay enabled. When I check the .js file, autoplay is enabled and everything looks fine. I've read that you can't remove this play button when you publish to html5. Is this right? Because that would be quite stupid. Or does someone knows some kind of .js hack to overrule this first slide? Thanks Tim Reynaert I managed to overrule the button by changing the <body> tag in index.html to <body onLoad="cp.movie

Is implementing LMS Scorm Tracking without an authoring package feasible for a beginner?

萝らか妹 提交于 2019-12-05 11:38:40
Prior to building an eLearning solution, I am determining whether to use an authoring package such as Captivate or Storyline or to create HTML pages which utilize JS calls for tracking. If I avoid using an authoring tool, I get flexibility in terms of the content and reuse of existing assets. For example, Storyline is outputting SWF files which I cannot pass around my team like a simple HTML page for review. However, I am new to SCORM.. and I am wondering is it feasible to get up to speed with implementing SCORM LMS tracking JS calls along with my custom HTML pages, or would the preferable