<?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/tags/flv</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 09:18:45 GMT</pubDate>
<item>
<title>(HTML) Play media w/ Strobe Media Player - carlskov</title>
<link>http://snipplr.com/view/60866/play-media-w-strobe-media-player/</link>
<description><![CDATA[ <p>Remember to change flashvars (src, poster) and the size of the player in swfobject.embedSWF parameters (428, 240)</p> ]]></description>
<pubDate>Wed, 16 Nov 2011 01:55:50 GMT</pubDate>
<guid>http://snipplr.com/view/60866/play-media-w-strobe-media-player/</guid>
</item>
<item>
<title>(HAML) Nginx: Secure Streaming Configuration - lamebollock</title>
<link>http://snipplr.com/view/51105/nginx-secure-streaming-configuration/</link>
<description><![CDATA[ <p>Configuration code to setup a secure internal URI for pointing X-Accel-Redirects to.</p> ]]></description>
<pubDate>Fri, 25 Mar 2011 11:06:52 GMT</pubDate>
<guid>http://snipplr.com/view/51105/nginx-secure-streaming-configuration/</guid>
</item>
<item>
<title>(Bash) extract audio using mplayer - dogrizz</title>
<link>http://snipplr.com/view/44669/extract-audio-using-mplayer/</link>
<description><![CDATA[ <p>Script will extract all flv's or other videos specified to mp3.
You can change *.flv to prob. any other extension.
Tested on *.mp4 and *.flv</p> ]]></description>
<pubDate>Mon, 22 Nov 2010 20:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/44669/extract-audio-using-mplayer/</guid>
</item>
<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>(HTML) Embed FLV video in your blog - foreground</title>
<link>http://snipplr.com/view/33102/embed-flv-video-in-your-blog/</link>
<description><![CDATA[ <p>Embed video in your blog</p> ]]></description>
<pubDate>Sun, 25 Apr 2010 13:59:21 GMT</pubDate>
<guid>http://snipplr.com/view/33102/embed-flv-video-in-your-blog/</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) actionscript -  trace actions to get info about cuepoints in FLV video - stiobhart</title>
<link>http://snipplr.com/view/16299/actionscript---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>Thu, 25 Jun 2009 08:55:37 GMT</pubDate>
<guid>http://snipplr.com/view/16299/actionscript---trace-actions-to-get-info-about-cuepoints-in-flv-video/</guid>
</item>
<item>
<title>(ActionScript) actionscript3 - seek to cuepoint in FLV flash video clip - stiobhart</title>
<link>http://snipplr.com/view/15838/actionscript3--seek-to-cuepoint-in-flv-flash-video-clip/</link>
<description><![CDATA[ <p>send an FLV clip to a designated embedded cuepoint.  the cuepoint must be of the type 'navigation' and must have previously been embedded when the video was converted to FLV format.

in this example, the FLV video is called "vid" and it lives inside a movieclip called "videoholderMC".  if you're going to have multiple videoclips on the stage,it makes sense to put each one inside a movieclip, so you can talk to it with actionscript</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 08:08:34 GMT</pubDate>
<guid>http://snipplr.com/view/15838/actionscript3--seek-to-cuepoint-in-flv-flash-video-clip/</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>(Bash) Convert mpeg to streaming video (flv) - Dorgendubal</title>
<link>http://snipplr.com/view/12695/convert-mpeg-to-streaming-video-flv/</link>
<description><![CDATA[ <p>Useful for personal diffusion (ex: http://flv-player.net/).</p> ]]></description>
<pubDate>Sat, 28 Feb 2009 22:40:52 GMT</pubDate>
<guid>http://snipplr.com/view/12695/convert-mpeg-to-streaming-video-flv/</guid>
</item>
<item>
<title>(HTML) FLV Player 2 playlists 1 player - Bluewall</title>
<link>http://snipplr.com/view/12583/flv-player-2-playlists-1-player/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 25 Feb 2009 20:24:26 GMT</pubDate>
<guid>http://snipplr.com/view/12583/flv-player-2-playlists-1-player/</guid>
</item>
<item>
<title>(Bash) Nautilus Script to Convert Video to FLV - ping_ch</title>
<link>http://snipplr.com/view/12526/nautilus-script-to-convert-video-to-flv/</link>
<description><![CDATA[ <p>1. Save under .gnome2/nautilus-scripts/ 
2. Right click some video file
3. Select Scripts->toFlv

Works with multiple files.</p> ]]></description>
<pubDate>Tue, 24 Feb 2009 04:51:39 GMT</pubDate>
<guid>http://snipplr.com/view/12526/nautilus-script-to-convert-video-to-flv/</guid>
</item>
<item>
<title>(HTML) Standard Flash Player Embed - FLV - rtcrm</title>
<link>http://snipplr.com/view/11762/standard-flash-player-embed--flv/</link>
<description><![CDATA[ <p>Needed:
- Video in FLV format.
- video_player.swf (standard player, which resizes for any flv).

Notes:
- SWF and FLV files can live anywhere.
- Location of FLV is relative to the location of video_player.swf.  (see below - only video_player.swf needs the folder name.)</p> ]]></description>
<pubDate>Mon, 02 Feb 2009 15:49:40 GMT</pubDate>
<guid>http://snipplr.com/view/11762/standard-flash-player-embed--flv/</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>
</channel>
</rss>