iSpring Pro
Knowledge Base
Popular Questions
Search results in Popular Questions
- Where should I enter the License Key I got after purchase?
- How to turn on the support of Oriental characters in the Advanced player?
- Is it possible to create looped Flash presentations with iSpring?
- I need to define titles for the presentation and slides. Is it possible?
- Is it possible to create Flash clips with international content using iSpring?
- An error occurred and I don’t see the iSpring toolbar in PowerPoint 2003 anymore. What can I do?
- Can I customize sidebar background color for a Flash presentation?
- How to turn on the support of Oriental characters in the Streamline player?
- Why can't I import my audio files?
- Do I need a 64-bit or 32-bit version of iSpring Pro?
Frequently Asked Questions
Search results in FAQs
General
Installation
Registration
Flash Output
- Can I customize sidebar background color for a Flash presentation?
- Once converted to Flash, slide transition effects are not as smooth as in PowerPoint and are moving slower than they should be. How can I fix that?
- I inserted a Flash file to a presentation but it doesn't work or appear incorrectly after conversion.
- How to change Flash presentation size and scale?
- What Adobe Flash Player version do I have to have to play iSpring-created presentations?
- If I publish my presentation to the web, will the users have to wait until the entire Flash file is loaded to start viewing it?
- Is it possible to create looped Flash presentations with iSpring?
- Is it possible to create Flash clips with international content using iSpring?
- Can iSpring publish presentation compatible with Flash Player 7/8/9/10/11?
- Is it possible to have a button in a slide that can launch another file?
Multimedia
- Can I synchronize a single video narration with several slides?
- Can I sync a single audio file (narration) with a whole presentation?
- How can I insert a Flash movie into the presentation?
- Does iSpring support video embedded into a presentation?
- Why can't I import my audio files?
- What audio file formats does iSpring support?
- The video file in my Flash presentation doesn't play. Why?
Size and Compression
Purchase and Discounts
Publishing
- How can I publish my presentation on web?
- How to bring the iSpring Add-in Back to PowerPoint?
- Why would I not want to use All in one Flash file output mode?
- I see an error message when publishing. What should I do?
- How can I create an animated Flash banner with iSpring Pro?
- I need to define titles for the presentation and slides. Is it possible?
- Is there any limitation on the number of slides in a PowerPoint presentation that can be published by iSpring?
- An error occurred and I don’t see the iSpring toolbar in PowerPoint 2003 anymore. What can I do?
- An error occurred and I don't see the iSpring Pro toolbar in PowerPoint 2007 anymore. What can I do?
Help Docs
Search results in Help Docs
-
-
First Steps
-
Managing Presentations
-
-
-
Publish Presentations
-
Enhancing Your Presenations
-
Articles
Search results in Articles
- The user's view on iSpring Pro
- 5 Practical suggestions on how to choose a PowerPoint to Flash converter
- iSpring AccuPoint™ Technology
- Building Flip Custom Animation effect in PowerPoint
- Can I Play Flash on iPad? Yes!
- Compressing PowerPoint presentations
- Creating a Flash banner with iSpring
- eLearning Authoring Made Easy
- Embedding iSpring Courses into DITA Learning Content
- Create single Flash files with iSpring
- How to Add a Raptivity® Interaction into iSpring eLearning Course
- How to embed a PowerPoint in another PowerPoint presentation
- How to insert Flash into PowerPoint 2010
- How to Insert a YouTube Video into My Online Presentation?
- Inserting Flash into HTML with iSpring
- How to insert Flash into PowerPoint
- How to insert Flash into PowerPoint 2003/XP
- How to insert Flash into PowerPoint 2007
- Installing VBA component
- How to view a PowerPoint presentation on an iPad
- Best Engineered eLearning Development Tool
- LMS Support
- Why is it so difficult to convert PowerPoint to Flash manually?
- New in PowerPoint 2010
- Output Flash file options
- Creating Flashcards in PowerPoint using Trigger Animations
- iSpring Introduces PowerPoint to HTML5 Technology
- Protect your PowerPoint slides
- Publishing Content Directly to a SharePoint Library
- Publishing Flash content to an LMS with iSpring Pro
- Publishing your course to BlackBoard
- Uploading your course or quiz to Moodle
- Uploading your course or quiz to OLAT
Embedding iSpring Courses into DITA Learning Content Permalink
We've been using DITA (Darwin Information Typing Architecture) at iSpring for two years now, and it has been a great experience. DITA is a perfect solution for our documentation needs because of its single-sourcing and content reuse. This technology allows us to publish manuals in different formats hassle-free. The learning curve for DITA is steep, but it's really worth the effort.
It's not just a complex tool for technical writers anymore. I have recently found out that DITA has made a move into the eLearning domain.
In short, it's now possible to create SCORM-compliant courses using DITA.
In the article below, I'll show how you can use DITA-OT to generate a SCORM package and how to embed an iSpring-generated course into it. You can download the resulting SCORM package here.
Installing DITA
Here is a quickstart to DITA Learning:
-
Download the sample content.
-
Follow these instructions to publish the sample content to SCORM.
-
Unzip the archive with SCORM Schema Files to the output folder, but don't overwrite the imsmanifest.xml file - you will need the file generated by DITA-OT.
-
Zip the content of the output folder. That's your SCORM package.
You may upload this package to your LMS, or you may use SCORM CLOUD to test the package.
Adding iSpring Courses to DITA
In our documentation we often use Flash presentations generated from PowerPoint with our iSpring software. So I decided to check whether this would also work with DITA learning content and share it with our readers, early adopters of new technologies.
We created a short course to illustrate DITA use cases, which are described in the sample DITA content.
The following steps show how to insert a Flash course (converted from PowerPoint with iSpring software) to DITA content. You can also download an archive with sample DITA Learning content, where we already inserted our course .
-
Download this Zip archive with a PowerPoint presentation converted to Flash with iSpring software.
-
Open the index.html file from the archive in your text editor.
-
Copy all lines between <object width="100" height="100" type="application/x-shockwave-flash"> and </object> tag lines for the XHTML document to clipboard.
-
Paste these lines to the [path_to_DITA-OT]\samples\learningsamples\lc_spec_overview.dita
-
Find the string
Some use cases for using DITA for learning and training content include the following. -
Insert the copied lines AFTER the </p> tag.
Note: You can read, where you can insert the <object width="100" height="100" type="application/x-shockwave-flash"> </object> tag in the DITA Language Specification.
-
-
Copy the Flash course to the source folder with DITA documents ([path_to_DITA-OT]\samples\learningsamples\).
-
Run startcmd.bat in the DITA-OT folder.
-
Generate the SCORM output - execute this command in the DITA-OT command prompt window:
java -jar lib\dost.jar /i:samples/learningsamples/ditaref-learning-rlo_samples_scorm.ditamap /outdir:samples/learningsamples/scormout /transtype:scorm -
Unzip the archive with SCORM Schema Files to the output folder ([path_to_DITA-OT]\samples\learningsamples\scormout), but don't overwrite the imsmanifest.xml file - you will need the file generated by DITA-OT.
-
Zip the content of the output folder. You can download the output here.
That's it. Now the sample SCORM content includes an interactive Flash course. This way, you can make your eLearning courses much more engaging and deliver information more efficiently.
Resources
If you are interested in DITA, you may find the following links useful:
iSpring Pro Video Tutorials
These tutorials don't yet reflect some new functionality introduced in the new iSpring Pro 6.1,
while all the information they cover is valid. The tutorials describing new features will follow shortly.
-
Getting Started
-
Publish Presentation
- Publishing Destinations (1:43)
- Publishing for the Web (2:01)
- Publishing to iSpring Online (1:30)
- Publishing for CD/DVD (1:35)
- Publishing to LMS (2:08)
- General Options (2:50)
- Playback & Navigation Options (2:46)
- Compression Options (1:38)
- Advanced Options (3:24)
- Protection Options (2:20)
- Customize Players (3:12)
-
Add Media Elements
-
Audio/Video Narration
-
Presentation Management