<?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>sven.buschbeck &#187; flex</title>
	<atom:link href="http://svenbuschbeck.net/wordpress/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://svenbuschbeck.net/wordpress</link>
	<description>. . . .portfolio.blog. . . .human-computer-interaction. .semantic-web. .computer-science. .communication-design. . . . . . . . . . . . . . . . . . . . . . . . .</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:53:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>fixing flex VideoDisplay CuePointManager</title>
		<link>http://svenbuschbeck.net/wordpress/2009/06/fixing-flex-videodisplay-cuepointmanager/</link>
		<comments>http://svenbuschbeck.net/wordpress/2009/06/fixing-flex-videodisplay-cuepointmanager/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:03:31 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[jobs]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://svenbuschbeck.net/wordpress/?p=732</guid>
		<description><![CDATA[I was creating a Flex application to show slides and a presentation video of previously recorded presentations. Accordingly, each slide should appear at a certain point of time in the video &#8211; calls for cue points! As all slides and there appearance are stored in a text file in my case, I started adding cue [...]]]></description>
			<content:encoded><![CDATA[<p>I was creating a Flex application to show slides and a presentation video of previously recorded presentations. Accordingly, each slide should appear at a certain point of time in the video &#8211; calls for cue points!</p>
<p>As all slides and there appearance are stored in a text file in my case, I started adding cue points with ActionScript. But as soon as the video can be controlled with a slider, allowing to shift for- and backwards, the event handler &#8220;cuePoint&#8221; was not triggered any more. Thus, the slides where not changed correctly as the user jumps ahead, as the cue points between the previous and the new position did not cause and cue point event.</p>
<p>Finally I wrote <a title="AdvCuePointManager class (GPL)" href="/media/flex/AdvCuePointManager.as" mce_href="/media/flex/AdvCuePointManager.as" target="_blank">AdvCuePointManager</a>, inheriting from  CuePointManager, but which can deal with jumping back- and forward.</p>
<p>Copy it to &#8220;&lt;your source folder&gt;/net/svenbuschbeck/flex/video&#8221; and use it as follows:</p>
<pre>&lt;mx:VideoDisplay cuePointManagerClass="net.svenbuschbeck.flex.video.AdvCuePointManager" /&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2009/06/fixing-flex-videodisplay-cuepointmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
