Author: Clemente Gomez
FlashDen Portfolio: http://activeden.net/user/cg219/portfolio
Description:
Simple API to create video players. Provided files contains a simple design with a play/pause button and a mute button. The real power behind this file is the included classes which allows extensibility to add more features such as FullScreen support and skip buttons, etc. Online documentation link is included in the help file.This file makes use of TweenLite but isn’t mandatory to use with the API .
Features of API :
Playlist FeatureFlashVars driven
XML driven
Fullscreen Support
SKip Buttons
Looping
AutoPlay
Play/Pause
Muting
Resizing
Dynamic Video Resizing
Time Code
Live Scrubbing
H.264 Support
FLV Support
Much More
____________________________________________________________________
Here is a list of the settings
FlashVar version
file = Movie to be played. Ex. – file=”../videos/artbycgPromoFinal.mp4”;
resize = Resizes actual movie to be played. Ex. – resize=”false”;
loop = Sets whether to restart the movie when movie is done playing. Ex. – loop=”true”;
autoPlay = Sets whether to start automatically. Ex. – autoPlay=”true”;
height = Height of the movie. Ex. – height=”360”;
width = Width of the movie. Ex. – width=”640”;
XML Version
config.xml
firstVideo = First movie to be played.Ex. - <firstVideo>0</firstVideo>autoPlay = Sets whether to start automatically.
Ex. - <autoPlay>false</autoPlay>loop = Sets whether to restart the movie when movie is done playing.
Ex. - <loop>false</loop>resize = Resizes actual movie to be played.
Ex. - <resize>false</resize>
videos.xml
height = Height of the movie. width = Width of the movie. title = Title of movie.
Ex.<video height="360" width="640" title="Promo Shot">../videos/artbycgPromoFinal.mp4</video>
____________________________________











3 Purchases
3 Comments