<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Really simple SCORM AS3 wrapper example</title>
	<atom:link href="http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/</link>
	<description>E-Learning and Web Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:29:09 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/comment-page-1/#comment-1666</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Sat, 16 Jan 2010 02:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1666</guid>
		<description>Good catch... thanks!</description>
		<content:encoded><![CDATA[<p>Good catch&#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Stein</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/comment-page-1/#comment-1665</link>
		<dc:creator>Chuck Stein</dc:creator>
		<pubDate>Fri, 15 Jan 2010 20:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-1665</guid>
		<description>In the first example:
//Set course status to incomplete
        success = scorm.set(&quot;cmi.completion_status&quot;, &quot;completed&quot;);

Should be instead like the second example:
//Set course status to incomplete
        success = scorm.set(&quot;cmi.completion_status&quot;, &quot;incomplete&quot;);</description>
		<content:encoded><![CDATA[<p>In the first example:<br />
//Set course status to incomplete<br />
        success = scorm.set(&#8220;cmi.completion_status&#8221;, &#8220;completed&#8221;);</p>
<p>Should be instead like the second example:<br />
//Set course status to incomplete<br />
        success = scorm.set(&#8220;cmi.completion_status&#8221;, &#8220;incomplete&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiny Button Code</title>
		<link>http://pipwerks.com/2008/02/11/really-simple-scorm-as3-wrapper-example/comment-page-1/#comment-231</link>
		<dc:creator>Shiny Button Code</dc:creator>
		<pubDate>Fri, 22 Feb 2008 14:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/02/11/really-simple-scorm-as3-wrapper-example/#comment-231</guid>
		<description>[...] stuff on this blog, and now I start to make good on that promise. And no, this is not as clever as Philip Hutchinson&#8217;s SCORM Class(es), but give me a break! ActionScript 3 is kinda hard when you don&#8217;t touch Flash [...]</description>
		<content:encoded><![CDATA[<p>[...] stuff on this blog, and now I start to make good on that promise. And no, this is not as clever as Philip Hutchinson&#8217;s SCORM Class(es), but give me a break! ActionScript 3 is kinda hard when you don&#8217;t touch Flash [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
