A SCORM-ready template: Part 2A. Add Flash Video to your learning module
What files are required to add video to your learning module?
The player we are using for embedding streaming media into the SCORM template. is the Jeroen Wigering media player. Some of the necessary files are already included in the template and do not need to be touched:
- includes/mediaPlayer.swf (already included in template)
this file generates the player according to the settings you include in the content page.
- js/swfObject.js (see for more info on swfObject
this file contains the code necessary to avoid the ActiveX problem with embedded SWFs in Internet Explorer, and generates embed code used by other browsers. A reference to this file already exists in the head of each module page, so you do not need to include it again.
No sound on Flash player 9 on some PC’s
We had a problem with some people not being able to hear the sound on Flash videos, even after adjusting all their volume controls carefully. It turns out that sometimes the correct settings don’t get
Continue readingNo bootable device –insert boot disk and press any key error on Intel iMac
I came back from a trip, turned on my iMac, only to see a black screen with a DOS-like prompt: “No bootable device — insert boot disk and press any key.” It did not seem
Continue readingSynch video with slides in Adobe Presenter
In my search for the best way to synch video with slides, I’ve tried a number of different software packages. At this time, I’ve settled on the Rich Media Project’s flash extensions as the most reliable way to create synched presentations, but I’m always looking for a better way.
When I came across Adobe Presenter, it seemed like another promising tool for this purpose, and possibly easier for clients to use than anything else so far.
Unfortunately it does not yet seem to be the case, at least not yet. When I tried to sync a video of a lecture with a powerpoint using Presenter, it proved to be a hopelessly frustrating and tedious task.
Continue readingThe milk contamination scandal in China
In thinking about the current Chinese milk scandle, the reference that comes to mind is Edward G. Robinson’s movie, “Brother Orchid,” about a gangster who hides out in a monastery, and while there, improves their dairy’s milk production by adding buckets of water to the milk.
Continue readingRecovering the system on the Acer Aspire One
Helpful tip to new Linux Acer Aspire One owners: Before you even open the box, be sure to buy a 2Gb USB stick to use for system recovery. Follow the instructions in the recovery DVD
Continue readingdotProject Recipe: speeding up DotProject
I run a dotproject site on a hosted server. Once more than a few people began using the site at once, we found that peformance was dropping enough to warrant looking into optimization possibilities. So far, it seems that there are two main steps to take: turn on caching, and add indexes to several tables in the database.
1. Turn on caching in gacl.class.php
In the file gacl.class.php, change the following settings to TRUE and FALSE as shown:
/** @var boolean Caches queries if true */ var $_caching = TRUE; /** @var boolean Force cache to expire */ var $_force_cache_expire = FALSE;Continue reading
LiveUpdate breaks WiFi on Acer AspireOne
A few days ago, I allowed a LiveUpdate on my new Aspire One. After the update, wifi stopped working. In addition the removable drives (smart cards or keydrives) are no longer recognized. Apparently this is
Continue readingEnable the advanced menu on the Acer Aspire One
The Acer Aspire ships with Linpus Linux configured to be extremely simple to use. It is likely that you will soon find the simplistic interface too restrictive. To get to the functions you can’t see,
Continue reading