 | FlvPlayer Graphics Editing | |
 | When using the Purchased version of FlvPlayer (this is not available in the Free version of FlvPlayer), you have the ability to edit any of the graphics contained within the component.
Once you have dragged an instance of the FlvPlayer component onto t |
|
 |
 | XML Configuration Overview | |
 | When streaming videos for use in FlvPlayer, you have the option to use the videos.xml file as your Video Source in the component panel settings.
Here is a brief overview of all of the different areas of the XML configuration settings.
Note: We h |
|
 |
 | Understanding the XML Settings | |
 | At the top of the videos.xml file we have our streamtype settings. These settings control how FlvPlayer will load the videos contained within the videoList.
<settings>
<streamtype></streamtype>
<rtmp> |
|
 |
 | Understanding the XML Video Lists | |
 | Each of the videos listed in the "videoList" have some customization options including the filename, name, description, and closedcaptions.
Here is an outline on each of these options, and how to use them correctly.
videos
Each video is en |
|
 |
 | Closed Captions Configuration | |
 | The closed captions included with the FlvPlayer component are an easy way to allow visitors to read what is being spoken within any video.
Here are the options available when dealing with closed captions:
closedcaptions
Closed captions can b |
|
 |
 | Creating Thumbnails for the FLV Player Menu | |
 | Making thumbnails for the FlvPlayer menu system is very simple.
It's required that you use the Video Source to load the xml file to use thumbnails, and the menu system in its entirety.
Thumbnails are displayed at 130px x 74px by default. You can any |
|
 |
 | FLV Player Video Playback AS3 API | |
 | The FLV Player Video Playback API allows you to control all of the major aspects of the controls of an instance of the player added to your project. This provides an even further customization aspect in terms of how the player is controlled by users.
W |
|
 |
 | FLV Player Component Parameters AS3 API | |
 | Every aspect of the FLV Player Component can be controlled using your own custom classes using our FLV Player Component Parameter API. Dynamically create instances of FLV Player within your projects, and customize the player with any of the parameters inc |
|
 |
 | FLV Player FlashVar Component Parameters API | |
 | Every aspect of the FLV Player Component can be controlled using our FLV Player FlashVar Component Parameters API. No need to have Flash or the Component Inspector installed on your computer. We provide you with the needed swf, and the entire player can b |
|
 |
 | Using FLV Player in Flex | |
 | FLV Player is a CS3 and CS4 compatible component, but you can also use it within your Flex Builder projects.
Here are the steps involved in using FLV Player in your Flex projects.
First, we need to create the FLVplayer.swc file which will eventually |
|
 |
 | FLV Player Event Listeners | |
 | The Event Listeners included in FLV Player allow you to track whenever important events within NetStatus call, playback controls, and other user interactions occur.
NetStream Event Listeners
|
|
 |
 | Control FLV Player Using Javascript | |
 | FLV Player can be customized and controlled by the use of Javascript along with the Flash ExternalInterface classes.
You can accomplish this using FLV Player and its |
|
 |