Flash-only Player API

This document provides an overview of the Video Cloud Flash-only player framework, a powerful way to build customer-facing video-centric user interfaces for your Flash players on your websites.

Read More

An overview of the JavaScript and ActionScript publishing code for Video Cloud Flash players.

Read More

This document walks you through the steps required to publish a Video Cloud player in an HTML page and begin interacting with it using the Flash-only Player API. Video Cloud exposes a API in JavaScript for Flash players, so all you need is a text editor and web browser to work with it.

Read More

Common questions about the Video Cloud Flash-only Player API.

Read More

This document will walk you through the steps required to publish a player in Flash and begin interacting with it using the Video Cloud Flash-only Player API.

If you have a background in ActionScript 3 and want to integrate Flash with your players, you can do so through the Video Cloud Flash-only Player API.

Read More

The SWFLoader component allows you to specify a custom-developed SWF to be loaded, positioned, and sized within a player.

Read More

This topic describes the model for the events dispatched by the VideoPlayer and VideoDisplay components of the Flash-only Player API.

Read More

A list of changed or deprecated objects, methods, and events in the Video Cloud Flash-only Player API.

Read More

This topic describes a set of examples that show you how you can use the Video Cloud Flash-only Player API to customize your players.

Read More

This example application shows how to create custom navigation around the Video Cloud player, how to retrieve content with the Media API, and how to tie your navigation to the player using the AS3 Player API.

Read More

In addition to providing ActionScript reference documentation for our Flash-only Player APIs, we've packaged all the relevant parts of the API into an ActionScript SWC library. The SWC provides a manifestation of a more formal Player SDK that can be integrated into Flash IDEs.

Read More

This topic discusses the different ActionScript classes available for wrapping the Video Cloud player in different development scenarios in order to gain proper strong typing and code hints.

Read More

The Video Cloud Flash-only Player API includes a number of methods that enable you to customize the media that appears within the Info screen of the Video Cloud menu. This topic describes how you can take advantage of this functionality.

Read More

The Video Cloud Flash-only Player API provides global functions that can be referenced directly in the player template. These functions enable components in a ListItem to make function calls. This topic describes the global functions that are available.

Read More

This topic introduces the Captions Module API, which you can use to include closed captions in any Video Cloud video. This API is a part of the Video Cloud Flash-only Player APIs.

For most use cases, Brightcove recommends that you use the Smart Player API, instead of the Flash-only Player API. Read about how to use the Captions Module in the Smart Player API.

Read More

Link to the Flash-only Player API Reference documentation.

Read More

This document walks you through the steps required to change the video in the player in a tab navigation player when the viewer selected a new playlist using the Player API. Video Cloud exposes an API in JavaScript, so all you need is an HTML/JavaScript editor, or just a plain text editor, and web browser to test your work. Although this example uses JavaScript, you could easily adapt it to ActionScript if you prefer to use the ActionScript Player API.

Read More

Demonstrates the steps required to set up an event logging function in the JavaScript Player API.

Read More

This topic explains how to get real-time video quality information using the Flash-only Player API. API methods for the Video Player module allow you to get the current values of the:

  1. frame rate
  2. bandwidth

Read More

This topic describes player error handling that you can enable in the player publishing code. Using this style of error handling enables you to track and react if content is not available in the player or if the player itself is not able to load. This also lets you send notifications to your reporting or alert system and potentially replace what would have been presented in the player with some other HTML.

Read More

 You can resize your video player using the Player API, which gives you dynamic control of the sizing not available via the publishing code or BEML. 

Read More

A link to a reference to a previous version of the Video Cloud Flash-only Player API, as it existed in the Video Cloud 3.1 release.

Read More

A reference to objects in the Video Cloud Player API, as it existed in the Video Cloud 3.1 release. THIS IS NOT THE CURRENT VERSION OF THE PLAYER API. See Player API Reference for current information.

Read More

A reference to the video filters you can apply to a video using the setVideoFilter() method in the Player API's VideoPlayerModule.

Read More