<?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: Loading Captivate files into an AS3 Flash SWF</title>
	<atom:link href="http://pipwerks.com/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/</link>
	<description>E-Learning and Web Development</description>
	<lastBuildDate>Sat, 27 Apr 2013 02:42:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-1980</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-1980</guid>
		<description><![CDATA[@danny localconnection only allows a single connection (using a unique ID), so if your file is trying to create  new connection using the same ID, it could fail.

i&#039;ve found localconnection to be somewhat unpredictable because of this restriction, which is why i designed LegacyCaptivateLoader to use ExternalInterface instead.]]></description>
		<content:encoded><![CDATA[<p>@danny localconnection only allows a single connection (using a unique ID), so if your file is trying to create  new connection using the same ID, it could fail.</p>
<p>i&#8217;ve found localconnection to be somewhat unpredictable because of this restriction, which is why i designed LegacyCaptivateLoader to use ExternalInterface instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://pipwerks.com/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-1979</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 19 Aug 2010 02:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/journal/2008/01/14/loading-captivate-files-into-an-as3-flash-swf/#comment-1979</guid>
		<description><![CDATA[I&#039;m wrestling with this issue and happened upon your article (big surprised, I&#039;ve happened upon your blog many times as a resource)...

Anyway, I wrote some AS2 Flash activities that loaded into Captivate 3 projects, with some calls going from the Flash swf to the Cap swf. Now I upgraded to Cap 5 and all the communication between the Flash swfs in AS2 and Cap 5 swfs in AS3 are broken.

I&#039;m hitting a wall where, I can use LocalConnection to essentially put an AS3 wrapper around my AS2 swfs to make the functions up to the Cap swf work. However, that works the first time you&#039;re on the slide, but if you navigate back to that same slide, it doesn&#039;t work. I&#039;m wondering if you need to dump or clear the LocalConnection object each time the user leaves the slide, but can&#039;t figure out how... 

Did you run across this?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m wrestling with this issue and happened upon your article (big surprised, I&#8217;ve happened upon your blog many times as a resource)&#8230;</p>
<p>Anyway, I wrote some AS2 Flash activities that loaded into Captivate 3 projects, with some calls going from the Flash swf to the Cap swf. Now I upgraded to Cap 5 and all the communication between the Flash swfs in AS2 and Cap 5 swfs in AS3 are broken.</p>
<p>I&#8217;m hitting a wall where, I can use LocalConnection to essentially put an AS3 wrapper around my AS2 swfs to make the functions up to the Cap swf work. However, that works the first time you&#8217;re on the slide, but if you navigate back to that same slide, it doesn&#8217;t work. I&#8217;m wondering if you need to dump or clear the LocalConnection object each time the user leaves the slide, but can&#8217;t figure out how&#8230; </p>
<p>Did you run across this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://pipwerks.com/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><![CDATA[@ged 
Publishing to Flash Player 9 doesn&#039;t equate to publishing to AS3.  Captivate 3&#039;s &quot;Flash Player 9&quot; output uses AS2.

@elearningdeveloper
Not sure what&#039;s causing your problem... I&#039;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&#8242;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/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><![CDATA[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/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><![CDATA[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 &#8211; 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>
</channel>
</rss>
