<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript-3/tags/FLVPlayback</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 06:36:28 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 FLVPlayback and FLVPlaybackCaptioning Demo - adrianparr</title>
<link>http://snipplr.com/view/31807/as3-flvplayback-and-flvplaybackcaptioning-demo/</link>
<description><![CDATA[ <p>This demo expects there to be 10 video UI components on the stage ('playPauseBtn', 'stopBtn', 'backBtn', 'forwardBtn', 'seekBar', 'captionBtn', 'fullScreenBtn', 'muteBtn', 'volumeBar' and 'bufferingBar') these can all be skinned as required. You also need to have instances of the FLVPlayback and FLVPlaybackCaptioning components in the library (these will be added to the stage at runtime using ActionScript).

In this example, we are looking for an external FLV file called 'sample_video.flv' and an external XML file called 'captions_en.xml'. A good tool for creating captions (TimedText XML files) for FLV file is Captionate (http://www.buraks.com/captionate/).</p> ]]></description>
<pubDate>Wed, 14 Apr 2010 14:05:59 GMT</pubDate>
<guid>http://snipplr.com/view/31807/as3-flvplayback-and-flvplaybackcaptioning-demo/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 FLVPlayback Component Video Metadata - adrianparr</title>
<link>http://snipplr.com/view/30220/as3-flvplayback-component-video-metadata/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Mar 2010 10:55:03 GMT</pubDate>
<guid>http://snipplr.com/view/30220/as3-flvplayback-component-video-metadata/</guid>
</item>
<item>
<title>(ActionScript 3) Bitmap.draw with FLVPlayback component using a Streaming RTMP source - rondog</title>
<link>http://snipplr.com/view/24527/bitmapdraw-with-flvplayback-component-using-a-streaming-rtmp-source/</link>
<description><![CDATA[ <p>If you ever need to take a snapshot of an FLV that is streaming, you know you cant just use bitmap.draw because you get a Security Sandbox Violation. To be specific:

SecurityError: Error #2135: Security sandbox violation: BitmapData.draw: file:///your.swf cannot access rtmp://yourStreamingServer.net. RTMP content cannot be accessed using this API.
	at flash.display::BitmapData/draw()
	at Untitled_fla::MainTimeline/takeSnapshot()

This will allow you to do it by simply disconnecting the netStream and reattaching it.</p> ]]></description>
<pubDate>Wed, 09 Dec 2009 14:24:57 GMT</pubDate>
<guid>http://snipplr.com/view/24527/bitmapdraw-with-flvplayback-component-using-a-streaming-rtmp-source/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Video Player, placed on timeline, with spinning preloader - Winkyboy</title>
<link>http://snipplr.com/view/17390/as3-video-player-placed-on-timeline-with-spinning-preloader/</link>
<description><![CDATA[ <p>An ActionScript3 video player placed on the stage, configurable by FlashVars. It displays a spinning loader until the video loads.

Also see http://snipplr.com/view/11606/ for another AS3 video code template
Read about AS3 video in this in-depth tutorial: http://www.republicofcode.com/tutorials/flash/as3flvplayback/</p> ]]></description>
<pubDate>Thu, 23 Jul 2009 12:35:36 GMT</pubDate>
<guid>http://snipplr.com/view/17390/as3-video-player-placed-on-timeline-with-spinning-preloader/</guid>
</item>
</channel>
</rss>