<?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: Step 53 &#8211; Delaying the Closing Sequence</title>
	<atom:link href="http://www.vsscorm.net/2010/07/11/step-53-delaying-the-closing-sequence/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vsscorm.net/2010/07/11/step-53-delaying-the-closing-sequence/</link>
	<description>A Very Simple SCORM Interface</description>
	<lastBuildDate>Sun, 02 Oct 2011 18:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Addison</title>
		<link>http://www.vsscorm.net/2010/07/11/step-53-delaying-the-closing-sequence/comment-page-1/#comment-70</link>
		<dc:creator>Steve Addison</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=1505#comment-70</guid>
		<description>Thanks, Dilson. I wonder if this is the same problem that was being experienced by reader &#039;deighvan&#039; (see &lt;a href=&quot;/2010/04/30/download-vs-scorm-1-2-rte-rev-2-1/comment-page-1/#comment-62&quot; rel=&quot;nofollow&quot;&gt;his comment here&lt;/a&gt;)? deighvan&#039;s comment included a fix that seems to work pretty well, and I plan to incorporate it in a future release of the VSSCORM RTE.</description>
		<content:encoded><![CDATA[<p>Thanks, Dilson. I wonder if this is the same problem that was being experienced by reader &#8216;deighvan&#8217; (see <a href="/2010/04/30/download-vs-scorm-1-2-rte-rev-2-1/comment-page-1/#comment-62" rel="nofollow">his comment here</a>)? deighvan&#8217;s comment included a fix that seems to work pretty well, and I plan to incorporate it in a future release of the VSSCORM RTE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilson Beltran</title>
		<link>http://www.vsscorm.net/2010/07/11/step-53-delaying-the-closing-sequence/comment-page-1/#comment-69</link>
		<dc:creator>Dilson Beltran</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=1505#comment-69</guid>
		<description>When you load the browser flash SCO can not find the API.
To fix the problem with the following code:

HTML.
&lt;code&gt;
 &lt;frame src=&quot;loadSCO.php?url= &quot; name=&quot;SCO&quot; id=&quot;SCO&quot;&gt;
&lt;/code&gt;

PHP. loadSCO.php
&lt;code&gt;
$url = $_GET[&#039;url&#039;];
sleep(3);
header(&quot;location: $url&quot;);
&lt;/code&gt;

Thanks for the vsscorm. it&#039;s great.</description>
		<content:encoded><![CDATA[<p>When you load the browser flash SCO can not find the API.<br />
To fix the problem with the following code:</p>
<p>HTML.<br />
<code><br />
 &lt;frame src=&quot;loadSCO.php?url= " name="SCO" id="SCO"&gt;<br />
</code></p>
<p>PHP. loadSCO.php<br />
<code><br />
$url = $_GET['url'];<br />
sleep(3);<br />
header("location: $url");<br />
</code></p>
<p>Thanks for the vsscorm. it&#8217;s great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

