<?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: Loading Captivate files into an AS3 Flash SWF</title>
	<atom:link href="http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/</link>
	<description>Philip Hutchison's technology journal, dedicated to exploring web technologies for website and e-learning development.</description>
	<pubDate>Thu, 20 Nov 2008 15:38:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Philip</title>
		<link>http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-253</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Wed, 05 Mar 2008 23:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-253</guid>
		<description>@ged 
Publishing to Flash Player 9 doesn't equate to publishing to AS3.  Captivate 3's "Flash Player 9" output uses AS2.

@elearningdeveloper
Not sure what's causing your problem... I'd head over to the Adobe Captivate user forum and post your problem there.  Also, I know IE7 is notorious for strange caching behavior... maybe you can check into that angle.</description>
		<content:encoded><![CDATA[<p>@ged<br />
Publishing to Flash Player 9 doesn&#8217;t equate to publishing to AS3.  Captivate 3&#8217;s &#8220;Flash Player 9&#8243; output uses AS2.</p>
<p>@elearningdeveloper<br />
Not sure what&#8217;s causing your problem&#8230; I&#8217;d head over to the Adobe Captivate user forum and post your problem there.  Also, I know IE7 is notorious for strange caching behavior&#8230; maybe you can check into that angle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ged</title>
		<link>http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-252</link>
		<dc:creator>ged</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-252</guid>
		<description>Are you talking about Captivate 3?
It seems to have a publish to flash player 9 option?</description>
		<content:encoded><![CDATA[<p>Are you talking about Captivate 3?<br />
It seems to have a publish to flash player 9 option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elearningdeveloper</title>
		<link>http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-239</link>
		<dc:creator>elearningdeveloper</dc:creator>
		<pubDate>Thu, 28 Feb 2008 00:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-239</guid>
		<description>I am working on a project that is not focused on the problem you are working on, however, due to some similarities in nature I thought I would ask if you can help.  I am building a custom Flash player of swf and Captivate swf files.  The player pre-loads a series of swf files, and begins to play the first one when loaded.  The first time the player loads the files (when the browser cache is empty of these files), the Captivate-generated swf files sometimes do not start, or indeed start, but without being visible.  Sometimes a custom scrubber works to get them to show, other times, going to the next slide and coming back is the only thing that reveals them.

My preloader calls rdcmndRewindAndStop after loading a swf - without this line, they would start playing.

Once cached, all swf files run fine.

Do you have any idea what might be causing this to happen?  Alternatively, if you would like to share any good resources related to complex scripting of captivate swf files, I would appreciate it very much.  Thanks.</description>
		<content:encoded><![CDATA[<p>I am working on a project that is not focused on the problem you are working on, however, due to some similarities in nature I thought I would ask if you can help.  I am building a custom Flash player of swf and Captivate swf files.  The player pre-loads a series of swf files, and begins to play the first one when loaded.  The first time the player loads the files (when the browser cache is empty of these files), the Captivate-generated swf files sometimes do not start, or indeed start, but without being visible.  Sometimes a custom scrubber works to get them to show, other times, going to the next slide and coming back is the only thing that reveals them.</p>
<p>My preloader calls rdcmndRewindAndStop after loading a swf - without this line, they would start playing.</p>
<p>Once cached, all swf files run fine.</p>
<p>Do you have any idea what might be causing this to happen?  Alternatively, if you would like to share any good resources related to complex scripting of captivate swf files, I would appreciate it very much.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-138</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-138</guid>
		<description>yeah, since migrating our coursebuilding framework to as3 i've been doing a bit of, "if (event.target.content is AVM1Movie" to avoid getting errors when loading and trying to communicate with older swfs.


it's not such a big deal, really. it just means that most of the cool new functionality will only be available in newly developed courses.

best, ian</description>
		<content:encoded><![CDATA[<p>yeah, since migrating our coursebuilding framework to as3 i&#8217;ve been doing a bit of, &#8220;if (event.target.content is AVM1Movie&#8221; to avoid getting errors when loading and trying to communicate with older swfs.</p>
<p>it&#8217;s not such a big deal, really. it just means that most of the cool new functionality will only be available in newly developed courses.</p>
<p>best, ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
