<?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/video</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 16:25:15 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3: Webcam - visualadvance</title>
<link>http://snipplr.com/view/52217/as3-webcam/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Apr 2011 09:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/52217/as3-webcam/</guid>
</item>
<item>
<title>(ActionScript 3) LoaderMax: simple video player with a play/pause toggle button and a seekbar - redconservatory</title>
<link>http://snipplr.com/view/51576/loadermax-simple-video-player-with-a-playpause-toggle-button-and-a-seekbar/</link>
<description><![CDATA[ <p>Requires two MovieClips:
1. a MovieClip instance named, "playPause" that has two frames with frame labels ("play", "pause") with the corresponding graphics for a play / pause button.
2. A MovieClip instance named, "videoBar" that has two instances inside - a long background named "bar" and a shorter slider bar named, "slider".</p> ]]></description>
<pubDate>Tue, 05 Apr 2011 10:03:36 GMT</pubDate>
<guid>http://snipplr.com/view/51576/loadermax-simple-video-player-with-a-playpause-toggle-button-and-a-seekbar/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 NetConnectShare Class - adrianparr</title>
<link>http://snipplr.com/view/45586/as3-netconnectshare-class/</link>
<description><![CDATA[ <p>This can be used to help load, play and monitor playback of external video.</p> ]]></description>
<pubDate>Sat, 11 Dec 2010 01:35:39 GMT</pubDate>
<guid>http://snipplr.com/view/45586/as3-netconnectshare-class/</guid>
</item>
<item>
<title>(ActionScript 3) Webcam with AS3 - bshantz</title>
<link>http://snipplr.com/view/41345/webcam-with-as3/</link>
<description><![CDATA[ <p>Using the webcam in AS3 is super easy.  You just need to attach the camera class to a video instance.  This is a class that extends the video component for easily implementing a webcam display.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 12:51:36 GMT</pubDate>
<guid>http://snipplr.com/view/41345/webcam-with-as3/</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>(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) Constant Video Stream in Actionscript 3.0 - alvincrespo</title>
<link>http://snipplr.com/view/28571/constant-video-stream-in-actionscript-30/</link>
<description><![CDATA[ <p>This class would be used to constantly stream various videos in flash. This would be used for continuous video play.</p> ]]></description>
<pubDate>Thu, 18 Feb 2010 16:39:45 GMT</pubDate>
<guid>http://snipplr.com/view/28571/constant-video-stream-in-actionscript-30/</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>
<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) actionscript cuepoint listener for FLV video in flash - stiobhart</title>
<link>http://snipplr.com/view/15596/actionscript-cuepoint-listener-for-flv-video-in-flash/</link>
<description><![CDATA[ <p>basic structure of the actionscript function to listen for cuepoints embedded in a piece of FLV [flash video]. note: cuepoints need to have been embedded when the video was converted from its original format to FLV - prior to importing it into flash</p> ]]></description>
<pubDate>Sat, 06 Jun 2009 05:59:41 GMT</pubDate>
<guid>http://snipplr.com/view/15596/actionscript-cuepoint-listener-for-flv-video-in-flash/</guid>
</item>
<item>
<title>(ActionScript 3) Capture Video Frame To BitmapData (Extra - Add Bitmap to PV3D Material) - allnatural</title>
<link>http://snipplr.com/view/13831/capture-video-frame-to-bitmapdata-extra--add-bitmap-to-pv3d-material/</link>
<description><![CDATA[ <p>Easy little script to grab the current frame's BitmapData from a Video()</p> ]]></description>
<pubDate>Mon, 06 Apr 2009 16:59:42 GMT</pubDate>
<guid>http://snipplr.com/view/13831/capture-video-frame-to-bitmapdata-extra--add-bitmap-to-pv3d-material/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Video Skeleton - kungpoo</title>
<link>http://snipplr.com/view/11606/as3-video-skeleton/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jan 2009 08:16:57 GMT</pubDate>
<guid>http://snipplr.com/view/11606/as3-video-skeleton/</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) 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>
<item>
<title>(ActionScript 3) video - zeman</title>
<link>http://snipplr.com/view/7201/video/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Jul 2008 00:14:47 GMT</pubDate>
<guid>http://snipplr.com/view/7201/video/</guid>
</item>
</channel>
</rss>