<?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>ActionScript Examples &#187; metadataReceived</title>
	<atom:link href="http://actionscriptexamples.com/tag/metadatareceived/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +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>Determining when a video&#8217;s metadata is received on an FLVPlayback control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/20/determining-when-a-videos-metadata-is-received-on-an-flvplayback-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/20/determining-when-a-videos-metadata-is-received-on-an-flvplayback-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:47:12 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[MetadataEvent]]></category>
		<category><![CDATA[metadataReceived]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=287</guid>
		<description><![CDATA[The following example shows how you can determine when a Flash ActionScript 3.0 FLVPlayback control&#8217;s metadata is received by listening for the metadataReceived event. Full code after the jump. // ActionScript 3.0 /* Requires * - FLVPlayback control in Flash library */ import fl.video.FLVPlayback; import fl.video.MetadataEvent; &#160; var flvPlayback:FLVPlayback = new FLVPlayback&#40;&#41;; flvPlayback.autoPlay = false; [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/20/determining-when-a-videos-metadata-is-received-on-an-flvplayback-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
