<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Flash demos for SCORM ActionScript classes now available</title>
	<atom:link href="http://pipwerks.com/journal/2008/02/10/flash-demos-for-scorm-actionscript-classes-now-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/journal/2008/02/10/flash-demos-for-scorm-actionscript-classes-now-available/</link>
	<description>Philip Hutchison's technology journal, dedicated to exploring web technologies for website and e-learning development.</description>
	<pubDate>Thu, 20 Nov 2008 09:16:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Philip</title>
		<link>http://pipwerks.com/journal/2008/02/10/flash-demos-for-scorm-actionscript-classes-now-available/#comment-183</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Mon, 11 Feb 2008 18:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/10/flash-demos-for-scorm-actionscript-classes-now-available/#comment-183</guid>
		<description>hi ian

just an FYI: the files are browser-neutral and work in any OS that supports JavaScript and Flash Player 8 (for the AS2 version) or Flash Player 9 (for the AS3 version).  i've tested these in Firefox 2 and IE6 (Win XP) with no problems.

tips:
 
* be sure to initialize the SCORM connection before attempting to communicate with the server.

* remember that in AS3 the term &lt;span class="pre"&gt;SCORM&lt;/span&gt; (all caps) becomes a reserved word.  &lt;span class="pre"&gt;var SCORM:SCORM = new SCORM()&lt;/span&gt; will fail, because &lt;span class="pre"&gt;var SCORM&lt;/span&gt; is not allowed (this took me quite a while to figure out!). using a different variable name, such as &lt;span class="pre"&gt;var scorm&lt;/span&gt; (all lowercase) or &lt;span class="pre"&gt;var mySCORM&lt;/span&gt; should work fine.</description>
		<content:encoded><![CDATA[<p>hi ian</p>
<p>just an FYI: the files are browser-neutral and work in any OS that supports JavaScript and Flash Player 8 (for the AS2 version) or Flash Player 9 (for the AS3 version).  i&#8217;ve tested these in Firefox 2 and IE6 (Win XP) with no problems.</p>
<p>tips:</p>
<p>* be sure to initialize the SCORM connection before attempting to communicate with the server.</p>
<p>* remember that in AS3 the term <span class="pre">SCORM</span> (all caps) becomes a reserved word.  <span class="pre">var SCORM:SCORM = new SCORM()</span> will fail, because <span class="pre">var SCORM</span> is not allowed (this took me quite a while to figure out!). using a different variable name, such as <span class="pre">var scorm</span> (all lowercase) or <span class="pre">var mySCORM</span> should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://pipwerks.com/journal/2008/02/10/flash-demos-for-scorm-actionscript-classes-now-available/#comment-182</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Mon, 11 Feb 2008 17:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/10/flash-demos-for-scorm-actionscript-classes-now-available/#comment-182</guid>
		<description>thanks, philip. i just updated to your newest wrappers this morning and have been having trouble getting everything running smoothly (working in i.e., not in firefox, not on mac, etc...), so hopefully this will help ease the transition.</description>
		<content:encoded><![CDATA[<p>thanks, philip. i just updated to your newest wrappers this morning and have been having trouble getting everything running smoothly (working in i.e., not in firefox, not on mac, etc&#8230;), so hopefully this will help ease the transition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
