<?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; FLVPlayback</title>
	<atom:link href="http://actionscriptexamples.com/tag/flvplayback/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>Setting the volume on an FLVPlayback component in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/22/setting-the-volume-on-an-flvplayback-component-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/22/setting-the-volume-on-an-flvplayback-component-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 15:48:02 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=276</guid>
		<description><![CDATA[The following example shows how you can set the volume level on a Flash ActionScript 3.0 FLVPlayback control by setting the volume property. Full code after the jump. // ActionScript 3.0 /* Requires: * - Button component in Flash library * - Slider component in Flash library * - FLVPlayback component in Flash library */ [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/22/setting-the-volume-on-an-flvplayback-component-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting the skin background alpha on an FLVPlayback control skin in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/20/setting-the-skin-background-alpha-on-an-flvplayback-control-skin-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/20/setting-the-skin-background-alpha-on-an-flvplayback-control-skin-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 17:23:15 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[skinBackgroundAlpha]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=283</guid>
		<description><![CDATA[The following example shows how you can set the skin background alpha of a Flash ActionScript 3.0 FLVPlayback component by setting the skinBackgroundAlpha property. Full code after the jump. // ActionScript 3.0 /* Requires * - FLVPlayback control in Flash library * - Slider control in Flash library * - SkinOverPlaySeekMute.swf file in same directory [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/20/setting-the-skin-background-alpha-on-an-flvplayback-control-skin-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically hiding the skin on an FLVPlayback control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/20/automatically-hiding-the-skin-on-an-flvplayback-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/20/automatically-hiding-the-skin-on-an-flvplayback-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 17:11:46 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[skinAutoHide]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=290</guid>
		<description><![CDATA[The following example shows how you can automatically hide the skin on a Flash ActionScript 3.0 FLVPlayback control when the cursor isn&#8217;t over the FLVPlayback instance by setting the Boolean skinAutoHide property to true. Setting the skinAutoHide property to false (default) causes the skin to always be visible. Full code after the jump. // ActionScript [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/20/automatically-hiding-the-skin-on-an-flvplayback-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>
		<item>
		<title>Setting the skin background color on an FLVPlayback control skin in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/20/setting-the-skin-background-color-on-an-flvplayback-control-skin-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/20/setting-the-skin-background-color-on-an-flvplayback-control-skin-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 14:57:38 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[skinBackgroundColor]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=279</guid>
		<description><![CDATA[The following example shows how you can set the skin background color of a Flash ActionScript 3.0 FLVPlayback component by setting the skinBackgroundColor property. Full code after the jump. // ActionScript 3.0 /* Requires * - FLVPlayback control in Flash library * - ColorPicker control in Flash library * - SkinOverPlaySeekMute.swf file in same directory [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/20/setting-the-skin-background-color-on-an-flvplayback-control-skin-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically creating new FLVPlayback control instance in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/19/dynamically-creating-new-flvplayback-control-instance-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/19/dynamically-creating-new-flvplayback-control-instance-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 04:47:37 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=277</guid>
		<description><![CDATA[The following example shows how you can dynamically attach a Flash ActionScript 3.0 FLVPlayback component onto the stage at runtime. Full time after the jump. // ActionScript 3.0 /* Requires * - FLVPlayback control in Flash library * - SkinOverPlaySeekMute.swf file in the same directory as the Flash document */ import fl.video.FLVPlayback; &#160; var flvPlayback:FLVPlayback [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/19/dynamically-creating-new-flvplayback-control-instance-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dynamically adding cue points to an FLV using the FLVPlayback control in ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/03/13/dynamically-adding-cue-points-to-an-flv-using-the-flvplayback-control-in-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/03/13/dynamically-adding-cue-points-to-an-flv-using-the-flvplayback-control-in-actionscript-30/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 03:23:42 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[addASCuePoint()]]></category>
		<category><![CDATA[cuePoint]]></category>
		<category><![CDATA[MetadataEvent]]></category>
		<category><![CDATA[ready]]></category>
		<category><![CDATA[VideoEvent]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/13/dynamically-adding-cue-points-to-an-flv-using-the-flvplayback-control-in-actionscript-30/</guid>
		<description><![CDATA[The following example shows how you can dynamically create an instance of the FLVPlayback control, dynamically add an ActionScript cue point, listen for the ready and cuePoint events, and add the FLVPlayback control to the display list, all in delicious ActionScript 3.0. Full code after the jump. /** * Requires: * - FLVPlayback control in [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/13/dynamically-adding-cue-points-to-an-flv-using-the-flvplayback-control-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
