<?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: How to add basic SCORM code to a Flash movie</title>
	<atom:link href="http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/</link>
	<description>Philip Hutchison's technology journal, dedicated to exploring web technologies for website and e-learning development.</description>
	<pubDate>Sun, 27 Jul 2008 01:06:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Static on WAQ177 &#187; pipwerks.com » Blog Archive » How to add basic SCORM code to a Flash movie</title>
		<link>http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/#comment-536</link>
		<dc:creator>Static on WAQ177 &#187; pipwerks.com » Blog Archive » How to add basic SCORM code to a Flash movie</dc:creator>
		<pubDate>Fri, 09 May 2008 20:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/?p=96#comment-536</guid>
		<description>[...] Phillip has a nice tutorial for implementing a quick and basic solution for scorm communication to a flash asset. There are also some nice assets up on his site if you want to delve deeper.  [From pipwerks.com » Blog Archive » How to add basic SCORM code to a Flash movie] [...]</description>
		<content:encoded><![CDATA[<p>[...] Phillip has a nice tutorial for implementing a quick and basic solution for scorm communication to a flash asset. There are also some nice assets up on his site if you want to delve deeper.  [From pipwerks.com » Blog Archive » How to add basic SCORM code to a Flash movie] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Hutchison</title>
		<link>http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/#comment-493</link>
		<dc:creator>Philip Hutchison</dc:creator>
		<pubDate>Mon, 05 May 2008 18:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/?p=96#comment-493</guid>
		<description>Hi Mark

Please use the &lt;a href="http://forum.pipwerks.com/" rel="nofollow"&gt;forum&lt;/a&gt; for this kind of inquiry.

Short answer:
You can use SCORM 1.2's "cmi.core.lesson_location" for storing bookmark data. Please read the &lt;a href="http://www.adlnet.gov" rel="nofollow"&gt;ADL&lt;/a&gt;'s documentation. 

To get and set the bookmark data:
scorm.get("cmi.core.lesson_location");
scorm.set("cmi.core.lesson_location", "myBookmarkInStringFormat");

Regarding &lt;em&gt;using&lt;/em&gt; this data for jumping around in the course, it's up to the course developer to configure their ActionScript to set/get/use the bookmark data at appropriate times.</description>
		<content:encoded><![CDATA[<p>Hi Mark</p>
<p>Please use the <a href="http://forum.pipwerks.com/" rel="nofollow">forum</a> for this kind of inquiry.</p>
<p>Short answer:<br />
You can use SCORM 1.2&#8217;s &#8220;cmi.core.lesson_location&#8221; for storing bookmark data. Please read the <a href="http://www.adlnet.gov" rel="nofollow">ADL</a>&#8217;s documentation. </p>
<p>To get and set the bookmark data:<br />
scorm.get(&#8221;cmi.core.lesson_location&#8221;);<br />
scorm.set(&#8221;cmi.core.lesson_location&#8221;, &#8220;myBookmarkInStringFormat&#8221;);</p>
<p>Regarding <em>using</em> this data for jumping around in the course, it&#8217;s up to the course developer to configure their ActionScript to set/get/use the bookmark data at appropriate times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Butler</title>
		<link>http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/#comment-492</link>
		<dc:creator>Mark Butler</dc:creator>
		<pubDate>Mon, 05 May 2008 18:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/?p=96#comment-492</guid>
		<description>I fixed the problem I posted about before (that's by the by). However, I've just been told that, now that everything is working perfectly we need to add another function. We need the user to be able to pickup where they left off after they prematurely exit a course. It's not working now, and I don't have a single clue as to how to do it. I'm assuming that it's a variable  involving the APIwrapper.js. So, will there need to be some kind of code added on every frame that the next lesson in a course starts?</description>
		<content:encoded><![CDATA[<p>I fixed the problem I posted about before (that&#8217;s by the by). However, I&#8217;ve just been told that, now that everything is working perfectly we need to add another function. We need the user to be able to pickup where they left off after they prematurely exit a course. It&#8217;s not working now, and I don&#8217;t have a single clue as to how to do it. I&#8217;m assuming that it&#8217;s a variable  involving the APIwrapper.js. So, will there need to be some kind of code added on every frame that the next lesson in a course starts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Hutchison</title>
		<link>http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/#comment-461</link>
		<dc:creator>Philip Hutchison</dc:creator>
		<pubDate>Fri, 02 May 2008 20:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/?p=96#comment-461</guid>
		<description>@Mark

The SCORM classes are independent of loadmovie and all other AS components/classes (SCORM.as doesn't extend anything, and only uses ExternalInterface). It shouldn't have any effect on your loaded SWFs.

Without seeing your FLA/SWFs, I can't really give you any specific advice. If you'd like to share links and perhaps walk through the code, please post this issue in the &lt;a href="http://forum.pipwerks.com" rel="nofollow"&gt;elearning development forum&lt;/a&gt; and we'll go from there.</description>
		<content:encoded><![CDATA[<p>@Mark</p>
<p>The SCORM classes are independent of loadmovie and all other AS components/classes (SCORM.as doesn&#8217;t extend anything, and only uses ExternalInterface). It shouldn&#8217;t have any effect on your loaded SWFs.</p>
<p>Without seeing your FLA/SWFs, I can&#8217;t really give you any specific advice. If you&#8217;d like to share links and perhaps walk through the code, please post this issue in the <a href="http://forum.pipwerks.com" rel="nofollow">elearning development forum</a> and we&#8217;ll go from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Butler</title>
		<link>http://pipwerks.com/journal/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/#comment-460</link>
		<dc:creator>Mark Butler</dc:creator>
		<pubDate>Fri, 02 May 2008 20:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/?p=96#comment-460</guid>
		<description>This is fantastic! It's addressed every issue I had with telling the LMS whether the user finished or not, and related server-side problems. Sadly, it created a new problem. Once my "Master" swf loads a portion of the lesson, it'll play 15-20 frames and stop. Nothing I try seems to work. I can't get my loadMovie to play! Please share your ultimate wisdom and tell me why this is most likely happening.

The set-up is, I have a master swf that's say, 30 frames long, each frame loads a new swf into a blank MC, they vary as to what is contained. Drag and drop, XML driven exercises , or just text scrolling on screen. It doesn't matter what is loading, they hit the point where the audio would start and freeze. I don't know if it's because the preloader is being skipped, or it just doesn't like audio, or what.</description>
		<content:encoded><![CDATA[<p>This is fantastic! It&#8217;s addressed every issue I had with telling the LMS whether the user finished or not, and related server-side problems. Sadly, it created a new problem. Once my &#8220;Master&#8221; swf loads a portion of the lesson, it&#8217;ll play 15-20 frames and stop. Nothing I try seems to work. I can&#8217;t get my loadMovie to play! Please share your ultimate wisdom and tell me why this is most likely happening.</p>
<p>The set-up is, I have a master swf that&#8217;s say, 30 frames long, each frame loads a new swf into a blank MC, they vary as to what is contained. Drag and drop, XML driven exercises , or just text scrolling on screen. It doesn&#8217;t matter what is loading, they hit the point where the audio would start and freeze. I don&#8217;t know if it&#8217;s because the preloader is being skipped, or it just doesn&#8217;t like audio, or what.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
