<?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/tags/video</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 17:02:33 GMT</pubDate>
<item>
<title>(ActionScript) actionscript - cuepoint listener for FLV video in flash - stiobhart</title>
<link>http://snipplr.com/view/16301/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>Thu, 25 Jun 2009 09:01:16 GMT</pubDate>
<guid>http://snipplr.com/view/16301/actionscript--cuepoint-listener-for-flv-video-in-flash/</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) Dynamic Flash video - relaxasaurus</title>
<link>http://snipplr.com/view/13234/dynamic-flash-video/</link>
<description><![CDATA[ <p>This works with the standard video player component in Flash CS3.
Throw this actionscript in the first frame.  Name your video player "videoPlayer" within Flash.

Then in the HTML markup object tag:
param name=FlashVars value="url=PathToVideo.flv"

Then in the HTML markup embed tag:
FlashVars="url=PathToVideo.flv"</p> ]]></description>
<pubDate>Wed, 18 Mar 2009 13:11:31 GMT</pubDate>
<guid>http://snipplr.com/view/13234/dynamic-flash-video/</guid>
</item>
<item>
<title>(ActionScript) Video Fullscreen Background - imhugo</title>
<link>http://snipplr.com/view/4523/video-fullscreen-background/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Jan 2008 11:55:38 GMT</pubDate>
<guid>http://snipplr.com/view/4523/video-fullscreen-background/</guid>
</item>
<item>
<title>(ActionScript) Eventos después de finalizar el video. - Hirmine</title>
<link>http://snipplr.com/view/2422/eventos-despus-de-finalizar-el-video/</link>
<description><![CDATA[ <p>Cuando cargamos un video en una pelicula y queremos que la linea de tiempo   (o el evento qeu se desee) siga una vez finalizado éste. 
NOTAS: Este código sólo funciona si el flv formado proviene de un .mov; si proviene de un .mpeg no funcionará. Ojo con codificar el mpeg con Mac, el sonido no se importará.

//************************************************************
When we load a video in a movie and want that the line of time (or the event qeu is wished) remains finished once this one. 

Comment: This source only works if the formed flv comes from a .mov; if it(he,she) comes from a .mpeg it will not work. Make your atention codifying the mpeg with Mac, the sound will not be imported.</p> ]]></description>
<pubDate>Sat, 31 Mar 2007 12:00:33 GMT</pubDate>
<guid>http://snipplr.com/view/2422/eventos-despus-de-finalizar-el-video/</guid>
</item>
</channel>
</rss>