<?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/flv</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 16:38:13 GMT</pubDate>
<item>
<title>(ActionScript 3) Lissage video FLVPlayback - ions</title>
<link>http://snipplr.com/view/36778/lissage-video-flvplayback/</link>
<description><![CDATA[ <p>Permet d'appliquer un lissage à la video, lue dans un composant FLVPlayback. 
Ne pas oublier d'importer la classe : 
import fl.video.*;</p> ]]></description>
<pubDate>Wed, 07 Jul 2010 00:50:55 GMT</pubDate>
<guid>http://snipplr.com/view/36778/lissage-video-flvplayback/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Change / set volume on NetStream object (FLV playback) - adrianparr</title>
<link>http://snipplr.com/view/32348/as3-change--set-volume-on-netstream-object-flv-playback/</link>
<description><![CDATA[ <p>Thanks to Thomas John for this code.</p> ]]></description>
<pubDate>Mon, 19 Apr 2010 13:35:24 GMT</pubDate>
<guid>http://snipplr.com/view/32348/as3-change--set-volume-on-netstream-object-flv-playback/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Loading and Playing an External FLV File - adrianparr</title>
<link>http://snipplr.com/view/31916/as3-loading-and-playing-an-external-flv-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 Apr 2010 05:29:37 GMT</pubDate>
<guid>http://snipplr.com/view/31916/as3-loading-and-playing-an-external-flv-file/</guid>
</item>
<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) actionscript3 -  trace actions to get info about cuepoints in FLV video - stiobhart</title>
<link>http://snipplr.com/view/15599/actionscript3---trace-actions-to-get-info-about-cuepoints-in-flv-video/</link>
<description><![CDATA[ <p>this is a handy snippet to trace the info about any cuepoints actionscript encounters, embedded in a FLV [flash video].  these traces will display the name, type and time of the cuepoint - in a nicely formatted list</p> ]]></description>
<pubDate>Sat, 06 Jun 2009 06:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/15599/actionscript3---trace-actions-to-get-info-about-cuepoints-in-flv-video/</guid>
</item>
<item>
<title>(ActionScript 3) import necessary  actionscript to work with FLV  &amp;amp; metadata [ie. cuepoints] - stiobhart</title>
<link>http://snipplr.com/view/15597/import-necessary--actionscript-to-work-with-flv---metadata-ie-cuepoints/</link>
<description><![CDATA[ <p>this code loads in the necessary actionscript classes for dealing with FLV [flash video] and metadata [in this case cuepoints].  this needs to be loaded right at the beginning of your code, so flash knows how to handle cuepoints embedded in FLV [flash video] files.</p> ]]></description>
<pubDate>Sat, 06 Jun 2009 06:07:56 GMT</pubDate>
<guid>http://snipplr.com/view/15597/import-necessary--actionscript-to-work-with-flv---metadata-ie-cuepoints/</guid>
</item>
<item>
<title>(ActionScript 3) Flash NetConnection - SmpleJohn</title>
<link>http://snipplr.com/view/11095/flash-netconnection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Jan 2009 11:32:22 GMT</pubDate>
<guid>http://snipplr.com/view/11095/flash-netconnection/</guid>
</item>
<item>
<title>(ActionScript 3) Streaming Video Player - useallfive</title>
<link>http://snipplr.com/view/10213/streaming-video-player/</link>
<description><![CDATA[ <p>A great, simple way of streaming video</p> ]]></description>
<pubDate>Tue, 02 Dec 2008 18:10:30 GMT</pubDate>
<guid>http://snipplr.com/view/10213/streaming-video-player/</guid>
</item>
<item>
<title>(ActionScript 3) as3 flv sound - lzyy</title>
<link>http://snipplr.com/view/9118/as3-flv-sound/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Oct 2008 08:42:43 GMT</pubDate>
<guid>http://snipplr.com/view/9118/as3-flv-sound/</guid>
</item>
<item>
<title>(ActionScript 3) 最基本的flv播放器 - lzyy</title>
<link>http://snipplr.com/view/9038/flv/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Oct 2008 21:26:17 GMT</pubDate>
<guid>http://snipplr.com/view/9038/flv/</guid>
</item>
<item>
<title>(ActionScript 3) Adjust Volume on FLV Video - zeman</title>
<link>http://snipplr.com/view/7422/adjust-volume-on-flv-video/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Jul 2008 20:33:31 GMT</pubDate>
<guid>http://snipplr.com/view/7422/adjust-volume-on-flv-video/</guid>
</item>
</channel>
</rss>