<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adobe Blogs</title>
	<atom:link href="http://blogs.adobe.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com</link>
	<description>Welcome to Adobe.com Blogs</description>
	<lastBuildDate>Mon, 02 Apr 2012 17:26:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>DITA Specialization Integration in FrameMaker 10</title>
		<link>http://blogs.adobe.com/blog/2011/02/dita-specialization-integration-in-framemaker-10.html</link>
		<comments>http://blogs.adobe.com/blog/2011/02/dita-specialization-integration-in-framemaker-10.html#comments</comments>
		<pubDate>Wed, 09 Feb 2011 14:28:05 +0000</pubDate>
		<dc:creator>Gyanesh Talwar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/?p=350</guid>
		<description><![CDATA[Adobe® FrameMaker® 10 provides a simplified, UI based workflow for DITA Specialization Integration. You process your specialized DTD along with the base R/W rules, Template, and EDD in FrameMaker® 10 and you get specialized EDD, Template, and R/W rules as output. You can also select an option to automatically create the DITA specialized application with [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe® FrameMaker® 10 provides a simplified, UI based workflow for DITA Specialization Integration. You process your specialized DTD along with the base R/W rules, Template, and EDD in FrameMaker® 10 and you get specialized EDD, Template, and R/W rules as output. You can also select an option to automatically create the DITA specialized application with the specialized output files.</p>
<p>.<a class="lightbox" title="DITA Specialization Integration in FrameMaker" href="http://blogs.adobe.com/wp-content/uploads/2011/02/DITASpecialization.png"><img class="alignnone size-medium wp-image-357" title="DITA Specialization Integration in FrameMaker" src="http://blogs.adobe.com/wp-content/uploads/2011/02/DITASpecialization-300x163.png" alt="" width="300" height="163" /></a></p>
<p>The above graphic depicts the specialization  workflow for Structural and Domain specialization. For detailed information, see <a href="http://help.adobe.com/en_US/framemaker/dita/framemaker_10_dita_integration.pdf" target="_blank">Integrating DITA Specialization with ADOBE® FRAMEMAKER® 10</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/blog/2011/02/dita-specialization-integration-in-framemaker-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captivate Swf Events</title>
		<link>http://blogs.adobe.com/blog/2010/12/captivate-swf-events.html</link>
		<comments>http://blogs.adobe.com/blog/2010/12/captivate-swf-events.html#comments</comments>
		<pubDate>Thu, 23 Dec 2010 09:52:06 +0000</pubDate>
		<dc:creator>sudeshna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/?p=294</guid>
		<description><![CDATA[Captivate Swf Events is used to achieve tighter integration between Captivate SWFs and, Flash or Flex.
Captivate SWF events are fired with the Captivate SWF file as the event source so that external observers (like loader swfs in Flash/Flex or Java script) can take some action based upon these events. ]]></description>
			<content:encoded><![CDATA[<p>SWF files generated using Adobe Captivate are capable of firing events when a certain action or event is completed in the SWF file. You can use these events to achieve a tighter integration between Captivate SWFs and, Flash or Flex.</p>
<p>Captivate SWF events are fired with the Captivate SWF file as the event source so that external observers (like loader swfs in Flash/Flex or Java script) can take some action based upon these events. Widgets can also subscribe to these events.</p>
<p>The classes related to the events are placed at [<em>InstallationDirectory]/</em>ActionScript/export/as3. They are part of the package com.adobe.captivate.events.</p>
<p>This blog introduces different types of Captivate SWF events and provides tips to make use of these events. A demonstration for the same is also included at the end.</p>
<p>The events could be grouped as:</p>
<ul>
<li>Movie events</li>
<li>Slide events</li>
<li>Question submit events</li>
<li>Interactive item submit event.</li>
</ul>
<p style="text-align: left;"><strong>Movie Events</strong><strong>:</strong></p>
<ol>
<li style="text-align: left;">CPMovieStartEvent &#8212; This event is fired when the Captivate movie starts playing.</li>
<li style="text-align: left;">CPMovieStopEvent &#8212; This event is fired after the Captivate movie finishes playing.</li>
<li style="text-align: left;">CPMovieResumeEvent &#8212; This event is fired when the Captivate movie resumes playing.</li>
<li style="text-align: left;">CPMoviePauseEvent &#8212; This event is fired when the Captivate movie is paused.</li>
</ol>
<p>EventData can be obtained when the movie is paused, or it resumes playing. This includes the frameNumber, slideNumber etc.</p>
<p><strong>Slide Events</strong><strong>:</strong></p>
<ol>
<li>CPSlideEnterEvent &#8212; This event is fired when any slide in the Captivate movie is entered.<em> </em></li>
<li>CPSlideExitEvent &#8212; This event is fired when any slide in a Captivate Movie is exited.</li>
</ol>
<p>EventData can be obtained when the above two slide events are fired. This includes FrameNumber, SlideNumber, SlideLabel, SlideProperties etc.</p>
<p><strong>Question Submit Event</strong><strong>:</strong></p>
<p>               CPQuestionSubmitEvent &#8212; This event is fired when a question is submitted and evaluated in a Captivate movie.</p>
<p>EventData can be obtained when the above event is fired. It includes slideNumber, questionScoringType, questionNumber, questionType, questionAnswered, questionAnsweredCorrectly, questionMaxScore, questionScore, questionMaxAttempts, questionAttempts, InteractionID.<em> </em></p>
<p><strong>Interactive Item Submit Event</strong><strong>:</strong>              </p>
<p>              CPInteractiveItemSubmitEvent &#8212; This event is fired when an answer for an interactive object (Button, ClickBox, TextEntry Box) is submitted.</p>
<p>EventData in this case are ItemName, SlideNumber, FrameNumber, includedInQuiz. Corresponding Event data is passed along with the event that is fired.</p>
<p><strong>Tips to use Captivate Swf Events:</strong></p>
<ol>
<li>External loaders (SWFs), which load a Captivate swf can register for these events upon the loader.content property. To get the fl.containers.UIloader content, use the content property of UILoader component. The eventHandle can be obtained using the eventDispatcher as a property of the movieHandle. Eg : eventHandle = content.eventDispatcher; </li>
<li>Widgets can also listen to these events. Widgets will get an eventDispatcher directly as a property of the movie handle. The widgets can register for the events and be notified when the events occur.</li>
</ol>
<p><strong>Demonstration:</strong></p>
<p>A simple Flash loader, which loads a Captivate swf and listens for various events, demonstrates some of the Captivate events and data that can be obtained. The Flash loader is a part of the attached ZIP file, which contains:</p>
<ul>
<li>CaptivateSWF.cptx: The source Captivate project.</li>
<li>CaptivateSWF.swf: SWF output of the Captivate project.</li>
<li>Flash_CpLoader.fla: The source Flash project.</li>
<li>Flash_CpLoader.swf: The Flash loader that loads the Captivate swf file.</li>
</ul>
<p>Download sample source code : <a href="http://blogs.adobe.com/wp-content/uploads/2010/12/Captivate-Swf-Events-Demo-SourceFiles.zip">Captivate Swf Events Demo-SourceFiles</a></p>
<p>Open Flash_CpLoader.swf file. You will see:</p>
<ul>
<li>A Captivate movie playing on the right</li>
<li>A trace message box on the left that provides information on the Captivate movie events that are obtained.</li>
<li>Details about the data that is populated when a Captivate SWF event is obtained. </li>
</ul>
<p>Using the playbar of the Captivate swf file, trigger various events. For example, click the play, pause, back, or forward buttons on the playbar. Observe the trace message box and the data populated.</p>
<p>Note: Click the Clear Trace button to clear the trace.</p>
<p>Here is the summary of what you need to do with the Flash loader:</p>
<ul>
<li>Open Flash_CpLoader.swf. This is the main Flash loader swf loading the Captivate swf.</li>
<li>In the trace message box , we get the <em>CPMovieStartEvent,</em><em>CPSlideEnterEvent</em></li>
<li>The movie event data and slide event data is getting populated in the corresponding text field.</li>
<li>Click on the pause button in the playbar of the Captivate swf running at the right bottom.</li>
<li>Observe the trace , <em>CPMoviePauseEvent</em> is fired.</li>
<li>Click on play now.<em>CPMovieResumeEvent</em> gets fired.</li>
<li>Each time you could check the txtMovie and txtSlide text fields to see the data generated.</li>
<li>Click on forward button to jump to slide 2.<em>CPSlideExitEvent</em> is called for Slide 1 first and then <em>CPSlideEnterEvent</em> for Slide 2 is called. </li>
</ul>
<p>Additional information is displayed in the txtMovie and txtSlide text fields under the Additional data section.</p>
<p>txtMovie is the dynamic text field which displays the movie event data when any movie event is triggered.</p>
<p>txtSlide is the dynamic text field which displays the slide event data when any slide event is triggered for eg : the slide label , slide number etc.</p>
<p><strong><span><span><span id="_marker"> <a class="lightbox" title="CaptivateSwfEvents" href="http://blogs.adobe.com/wp-content/uploads/2010/12/CaptivateSwfEvents1.jpg"><img class="alignnone size-full wp-image-299" title="CaptivateSwfEvents" src="http://blogs.adobe.com/wp-content/uploads/2010/12/CaptivateSwfEvents1.jpg" alt="" width="601" height="483" /></a><a class="lightbox" title="CaptivateSwfEvents" href="http://blogs.adobe.com/wp-content/uploads/2010/12/CaptivateSwfEvents.jpg"></a></span></span></span></strong></p>
<p><span><span><span>Youtube link for demo : <span style="text-decoration: underline;"><a title="Captivate Swf Events Demo" href="http://www.youtube.com/watch?v=XHVXdBkveVU" target="_blank">http://www.youtube.com/watch?v=XHVXdBkveVU</a></span></span></span></span></p>
<p><strong>Summary:</strong></p>
<p>The loader in Flash loads the Captivate swf and on Event.COMPLETE , it checks for the eventHandle which is obtained from the SwfLoader.content.eventDispatcher.</p>
<p>Once the eventHandle is obtained , we can listen for the various Captivate events and depending on which event is fired we can get the event data populated or perform any action. This needs to be coded in AS3 in the Flash file.</p>
<p>Right now in the sample file we have demonstrated the movie and slide events and how the event data gets populated when these events are triggered.There will be a couple of more blog posts in the same subject to cover the rest of the events.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/blog/2010/12/captivate-swf-events.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming Soon</title>
		<link>http://blogs.adobe.com/blog/2010/06/coming-soon.html</link>
		<comments>http://blogs.adobe.com/blog/2010/06/coming-soon.html#comments</comments>
		<pubDate>Tue, 08 Jun 2010 22:15:39 +0000</pubDate>
		<dc:creator>Blog Consulting</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/?p=1</guid>
		<description><![CDATA[Welcome to Adobe.com Blogs. This site is currently being updated for a new and improved re-launch. Please check back soon!]]></description>
			<content:encoded><![CDATA[<p>Welcome to Adobe.com Blogs.</p>
<p>This site is currently being updated for a new and improved re-launch. Please check back soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/blog/2010/06/coming-soon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

