Welcome To Snipplr
Everyone's Recent Snippets Tagged video
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
There's no built-in "loop" property on the Silverlight mediaElement control. Add a listener to any mediaElement and this function will loop it.
0
954
posted 15 years ago by johnlync
Video For Everybody is a great way to use the `<video>` tag with fallbacks for QuickTime or Flash for users with old browsers, but it requires that every video be encoded twice (once for the MP4 and once for the OGG).
This code (which requires Moo...
0
1037
posted 15 years ago by Kit
This code allows you to retrieve the 11-character ID string from a YouTube video URL.
7
3032
posted 15 years ago by Moridin
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 t...
0
1267
posted 15 years ago by Winkyboy
Basic setup code for using SWFObject to embed flash content in a plage.
2
1122
posted 16 years ago by irishspacemonk
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
1
1264
posted 16 years ago by stiobhart
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
1
1174
posted 16 years ago by stiobhart
Refer to http://msdn.microsoft.com/en-us/library/aa394512(VS.85).aspx
0
1170
posted 16 years ago by vinocui
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
0
1095
posted 16 years ago by stiobhart
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 [flas...
0
1191
posted 16 years ago by stiobhart
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
0
1207
posted 16 years ago by stiobhart
Easy little script to grab the current frame's BitmapData from a Video()
2
1239
posted 16 years ago by allnatural
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...
0
910
posted 16 years ago by relaxasaurus
1. Save under .gnome2/nautilus-scripts/
2. Right click some video file
3. Select Scripts->toFlv
Works with multiple files.
1
1339
posted 16 years ago by ping_ch
-s 86x60 Defines the dimension of the thumbnail
-ss 4 Generate a thumbnail from position 00:00:04 (4 seconds)
0
917
posted 16 years ago by smoover
Use with (in custom.css) .sidebar_box {margin-bottom:2em; text-align:center;}
You may have to adjust the width for your sidebars.
2
1191
posted 16 years ago by kristarella
get a list of all the video files played in all the vortexes
0
1112
posted 16 years ago by rowntreerob
YouTube Video Download Link Generator
free for all to use, successfulness can't be guaranteed
5
2154
posted 17 years ago by jacksont123
Start mplayer with -vf screenshot, and press 's' when you want to capture a
frame.
0
982
posted 17 years ago by mandric
The AMR video and audio codec the license distribution is unclear. But you download the reference implementation here to insert in the respective avcodec library directory of ffmpeg :
http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series
0
1131
posted 18 years ago by adulau