Merge, edit, and manipulate FLV video with RichFLV
Post by Voex | Date: 2009-04-29

RichFLV is a free tool that runs on Adobe AIR and can easily edit your FLV files. with RichFLV you can merge FLV files, extract sections from FLVs, define cue-points and metadata. This application also allows you to convert the file to formats that include SWF, MP3, and several image formats. Operations can be performed on the whole video or user defined sub-sections.
RichFLV is a ideal tool to merge, cut, demux and edit FLV video, you'll find it deliver fast performance when saving and exporting. In addition to the editing features of this application, you can also view FLV files without having to seperately install any codecs. (note: this application requires Adobe Air)
Tags: FLV manipulate video editing
FLV Extract: Extract audio and video files from FLV files
Post by Voex | Date: 2009-03-02

FLV Extract is a free program that can extract video and audio files from FLV files and keep their original formats without decompressing or recompressing.
A Flash video file, FLV file consist of audio and video files which may be encoded in any number of formats. Converting FLV to MP3 is possible using programs like Any Audio Converter, however, these will perform re-encode operations which take time and in most cases require that the user make a number of quality and format decisions. FLV Extract gives you the ability to extract the video and audio files without re-encoding. the extraction happens almost instantaneous, and the files retain the format and quality with which they were encoded. you can also drag multiple FLVs onto FLV Extract and they will be processed immediately.
Using PopUpManager class to play FLV video file in Flex
Post by efox | Date: 2008-08-25
The following example shows how you can use the PopUpManager class to display a VideoDisplay control in a TitleWindow container in Flex.
//main.mxml
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="vertical"
verticalAlign="top"
backgroundColor="white">
<mx:Script>
<






