Moyea Web Player Pro Tutorial

- Moyea Web Player Pro API Introduction

Moyea Web Player can generate a SWF file that can play depending on the corresponding flash video file (FLV, MP4, MOV, 3GP, 3G2, H.264). This type of file contains a programming interface, and this interface functions allow you to control the player, such as the action to play, pause, stop, seek, change the control bar's color and so on. Meanwhile, they make it possible for your program to catch all sorts of events with control bar, e.g. Cue Point Event, Event when clicking the play button or stop button.

 

This type of API supports a programming interface. There is a variable in the main scene of the video named thePlayer, which is an instance of the player object. The object supports the following methods and events:

 

Summary for the methods of the Player object

Summary for the events of the Player object

Here is a example to see How to use programming interfaces



Frequently Asked Questions (FAQ)