Copy link to clipboard
Copied
Hello,
I have created a main cptx project that contains several demos and interactive simulations that are imported as .swf files.
When the main project is generated as an html5 output the demos and simulations do not show up - the page is blank.
I've tried adding the external projects to the Callees folder in the .zip as outlined in the Adobe help page: Publish projects as HTML5 files with Adobe Captivate
1. The resulting zip is ginormous
2. The demos/simulations still don't work within the main html5.
I cannot add the demos as part of the main project as we need to have the individual playbar for each demo but not for the main cptx.
Has anyone ever encountered a similar situation?
Thanks,
Liz
Copy link to clipboard
Copied
You cannot use SWF (Flash-based) in a HTML5 output, that is contradictory.
You will have to publish the demo-cptx files also to HTML5 and link to them.
Copy link to clipboard
Copied
Hi Lilybiri,
Thanks for your reply. I did try to generate the demo as an html5 zip file.
I tried to import this in the main project on a slide as an animation html but it also did not work.
Have you succeeded before? What steps did you follow?
Best,
Liz
Copy link to clipboard
Copied
Your imported demo / simulation SWFs are not compatible with HTML5.
You will either have to publish those demo / simulation projects to video and lose the interactivity, or else copy those interactive simulation slides from the other project into your main project and then you will be about to publish the whole thing out as HTML5
Copy link to clipboard
Copied
Are the demo files interactive (Training or Assessment simulation)? If not, easiest way is to publish to MP4 and insert the video. If they are interactive, upload them separately to a webserver and use 'Open URL' to open them in the main file. If you use a LMS it should be possible to link to them as well.
I didn't tell to copy/paste into the main project because you told that you didn't want that.
Copy link to clipboard
Copied
Hello,
Yes, they are interactive. I will try what you suggested.
Many thanks again for your help!
Liz
Copy link to clipboard
Copied
Is there any possibility that somewhere down the track you are likely to be delivering this content from an LMS and will want these interactive simulations to be scored and report to a quiz?
Copy link to clipboard
Copied
Yes, these simulations will be reported on our LMS.
Copy link to clipboard
Copied
I suspected as much. Then you need to consider the fact that building the interactive simulations the way you are currently intending, by inserting them as NESTED objects inside a wrapper CPTX, would likely mean that the user interaction and any scoring (for clicking the right places etc) would not be reportable to your LMS without a lot of customised JavaScript coding.
Captivate is designed for you to create scorable and reportable interactions on slides at the parent level. If you were inserting pre-published interactions as child objects on those parent slides then their interaction data would automatically get picked up by the parent and reported to the LMS.
Lieve's suggestion of linking out to the interactive simulations would also break the SCORM rules which state that each SCO must be completely self-contained and not link out to other objects or SCOs.
You need to consider the long-term ramifications of the approach.