Home Flash Video Players

FLV / H.264 Video Player III

ID: 404 | Views: 6050 | Downloads: 33 | Price: $ 30.99

FlashXpert

Uploaded By: FlashXpert

It plays any kind of video file that Flash Player supports ( FLV / H.264 encoded video including MP4, M4V, M4A, MOV, Mp4v, F4V), YouTube and Live Stream Videos. The code is very clean and it's easy to customize the player's design.
FEATURES:

* H.264 video - Supports MPEG-4 standard container files that contain video and audio H.264 / AAC encoded including MP4, M4V, M4A, MOV, Mp4v, F4V, FLV.
* AutoResize - You don't need to worry to reposition the controls, all that you need to do is to place on stage an instance of the VideoPlayer movieclip and the components will reposition automatically.
* FullScreen - FullScreen button; you can show/hide FullScreen button from the XML file.
* AutoHide controls bar - You can set the player to autohide the controls bar after a number of seconds of inactivity.
* AutoHide mouse cursor - You can set the player to autohide the mouse cursor after a number of seconds of inactivity.
* Preview Image - You can set an image for video that will be displayed when the video is stopped and if showPreviewImage = "true"
* Big play button in the middle of the video - If you want to display a big play button in the middle on the video, when the video is paussed or stopped, you need to set showMiddlePlayButton = "true"
* Share
Link to this video - you can provide a link to the page where you put the video player;
Embed this video - it will generate code lines that visitors can use to embed the player on other sites;
Send To A Friend (STAF) - the visitors may send an email to a provided email address; the email can be html and you can edit the template used for this email
* Watermark - Sometimes, when you play a video from another site, it's a good idea to display a watermark; you can find some options in the XML file for watermark.
* Space key listener - You can use Space key to play/pause the video.
* Click listener - You can click on the video to play/pause the video.
* Double Click listener - You can click on the video to go in FullScreen mode or come back to Normal mode.
* RTMPE Support - You can now play rtmpe, as well as rtmp.
* Mouse Wheel Scroll - If the description underneath the video is larger than the available space, the text is scrollable with the mousewheel.
* Captions / Subtitles - You can now add your texts / comments or even subtitles to your videos by simply writing them in a xml, srt or sub file (in the standard format, provided as an example with the download). Remember to provide the name of the captions/subtitle file in the settings.xml.
* OOP - OOP based code, clean and easy for maintenance.
* Options set in xml file - The XML file has three sections:
1. Options
o autoResize - if this option is set to true then the player will be displayed on the whole stage
o playerWidth and playerHeight - use these options if you want not to use the whole stage (these options will be ignored if autoResize=true)
o autoLoad - if this option is set to true than the player will start loading the video at startup
o autoPlay - if this option is set to true then the player will start playing the video at startup (it will ignore autoLoad option)
o loop - if this option is set to true then the player will replay the video
o bufferTime - the time in seconds needed to be pre-downloaded before the video starts to play
o keepAspectRatio - if this option is set to false then the video will be shown on the entire player area
o volume - the default volume
o playContinuously - if this option is set to true, after one video is finished the player will automatically move on to a new video
o random - if this option is set to true, and playContinuously is also set to true, the player will randomly choose which video to start playing after the current one is finished
o jumpToNextCategory - if this option is set to true, and playContinuously is also set to true, the player will move to the first video in the next category after the last video in the current category is finished
o controlsPadding - the space between the buttons from the Controll Bar
o buttonSound - if this option is set to true, a faint sound will be heard when clicking a button
o showPreviewImage - if this option is set to true then the player will display a preview image when the video is stopped
o showShareBtn - if this option is set to true then a share button will be displayed on Controll Bar
o showFullScreenBtn - if this option is set to true then a change window state button will be displayed on Controll Bar
o showMiddlePlayBtn - if this option is set to true then Middle Play Button will be displayed when the video is stopped or paused
o showWatermark - if this option is set to true then a Watermark image will be displayed over the video
o watermarkPos - the value can be TL, TR, BL, BR (T-top, B-bottom, R-Right, L-Left)
o spaceKeyListener - if this option is set to true then when the space key is pressed the video will toggle play-pause events
o clickListener - if this option is set to true then when the background area is clicked the video will toggle play-pause events
o doubleClickListener - if this option is set to true, double clicking inside the player area will switch in and out of full screen mode
o cBarAutoHide - if this option is set to true, the control bar will auto-hide if during a given time in seconds there is no user activity
o cBarHideDelay - the time in seconds since the last user activity, after which the control bar autohides
o mouseCursorAutoHide - if this option is set to true, the mouse pointer will auto-hide if during a given time in seconds there is no user activity
o mouseCursorHideDelay - the time in seconds since the last user activity, after which the mouse pointer autohides
o playlistSize - the playlist's width , measured in pixels
o playlistThumbWidth - the width of the thumb images inside the playlist; measured in pixels
o playlistThumbHeight - the height of the thumb images inside the playlist; measured in pixels
o playlistThumbPadding - the distance between the playlist's thumbs, measured in pixels
o showDescription - if this option is set to true, the video's description will be shown at the bottom of the player
o descriptionSize - the height, in pixels, of the description area
o descriptionTextPadding - the distance, in pixels, between the description's margin and the text
2. Colors
o playerBackground - the video's background color
o preloader:
+ background - the background's color
+ bckAlpha - the background's alpha
+ text - the percentage's color
+ circle - the rotating circle's color
o middlePlayBtn:
+ arrowNormal - the arrow's color for the normal state
+ bckNormal - the background's color for thenormal state
+ alphaNormal - the alpha value for the normal state
+ arrowOver - the arrow's color for the over state
+ bckOver - the background's color for the over state
+ alphaOver - the alpha value for the over state
+ arrowDown - the arrow's color for the press state
+ bckDown - the background's color for the over state
+ alphaDown - the alpha value for the press state
o controllerBackground - the Controll bar's background color
o controllerButtons:
+ normal - the buttons color for the normal state
+ over - the buttons color for the over state
+ down - the buttons color for the press state
o volume:
+ border - the volume's bar border color
+ background - the volume's bar background color
+ speaker - the speaker's button color
+ bar - the volume's bar color
o volumeScrubBtn:
+ brdNormal - the scrub volume button's border color for the normal state
+ bckNormal - the scrub volume button's background color for the normal state
+ brdOver - the scrub volume button's border color for the over state
+ bckOver - the scrub volume button's background color for the over state
+ brdDown - the scrub volume button's border color for the press state
+ bckDown - the scrub volume button's background color for the press state
o progressBar:
+ border - the progress bar's border color
+ background - the progress bar's background color
+ elapse - the elapsed time bar's color
+ download - the downloaded time bar's color
o progressScrubBtn:
+ brdNormal - the scrub video button's border color for the normal state
+ bckNormal - the scrub video button's background color for the normal state
+ brdOver - the scrub video button's border color for the over state
+ bckOver - the scrub video button's background color for the over state
+ brdDown - the scrub video button's border color for the press state
+ bckDown - the scrub video button's background color for the press state
o times - the color for Elapsed Time and Total time (visible on Controll bar)
o share:
+ background - the overlay's color
+ bckAlpha - the overlay's alpha
+ boxBck - the texts and buttons box background color
+ boxBckAlpha - the texts and buttons box alpha
+ labels - the labels ("Link to this video", "Embed this video" and "Send to a friend") text's color
+ errorText - the error or confirmation text's color
+ text - the input text's color
+ textBck - the input text's background color
+ textBrd - the input text's border color
+ btnsNormal - the buttons color for the normal state
+ btnsOver - the buttons color for the over state
+ btnsDown - the buttons color for the press state
o playlist:
+ background - the description's backround color
+ line - the color of the line separating the playlist from the area on the left
+ thumbBck - the thumbs background's color
+ thumbNormalAlpha - the transparency degree of the thumb when in normal state (0 completely transparent, 100 completely opaque)
+ thumbOverAlpha - the transparency degree of the thumb when the mouse pointer is over it (0 completely transparent, 100 completely opaque)
+ thumbSelectedAlpha - the transparency degree of the thumb when it is selected (0 completely transparent, 100 completely opaque)
+ title - the video title's color, displayed in the playlist
+ description - the description text's color, displayed in the playlist
o category:
+ bckNormal - the category name's backround color, in normal state
+ titleNormal - the category name's text color, in normal state
+ bckOver - the category name's backround color, in mouse over state
+ titleOver - the category name's text color, in mouse over state
+ bckSelected - the category name's backround color, when the category is selected
+ titleSelected - the category name's text color, when the category is selected
o description:
+ background - the description's backround color
+ line - the color of the line separating the description from the above area
+ title - the video title's color, displayed in the description
+ description - the description text's color, displayed in the description area
o scrollBar:
+ trackBar - the color of the scroll's trackbar
+ scrubBrdNormal - the color of the scroll button's border, when it is in normal state
+ scrubBckNormal - the color of the scroll button's background, when it is in normal state
+ scrubBrdOver - the color of the scroll button's border, when it is in over state
+ scrubBckOver - the color of the scroll button's backround, when it is in over state
+ scrubBrdDown - the color of the scroll button's border, when it is in pressed state
+ scrubBckDown - the color of the scroll button's backround, when it is in pressed state
o caption:
+ size - the caption text's height
+ color - the color of the caption's text
+ glowColor - the color of the glow surrounding the characters in the caption
3. Video
o videoPath - the video file's path goes here
o previewImage - the preview image file's path goes here
o stafImage - the image file's path that will be used for send to a friend goes here
o aspectRatio - you need to set this if metaData is not available and if you want to keep aspect ratio
o totalTime - you need to set this if metaData is not available
o watermarkPath - the watermark image file's path goes here
o watermarkLink - the link that will be oppened when watermark image is clicked
o title - the video's title that will be displayed by the player
o description - the video's description text
o caption - the path to the file that contains your comments or subtitles

NOTE:

* To be able to use the Send To A Friend feature you need to have PHP on your server.
* To be able to play H.264 video you need Player 9.0.115.0 or later


GarethJones

2009 Jun 04Question & Comment: GarethJones

Hey dude

Is this your player re-skinned?

http://www.buystockflash.com/Professional-Video-Player-V.2/flash-animation-1669.html


PromoRock

2009 Aug 17Question & Comment: PromoRock

Is there a way to incorporate Cue Points into this. (for longer videos, I would like to offer a descriptive way to skip ahead).


FlashXpert

2009 Aug 20Question & Comment: FlashXpert

No, we haven't implemented this feature, but we could work out a customization. Please contact us by email if you want to arrange this.


saabaxa

2009 Aug 20Question & Comment: saabaxa

I would like this playlist in my website, but the videos are in the folliwing site www.dottube.org can I embed the video from this website into this playlist. I am willing to pay for that services how can I contact you for it? do you do this services?


bgaby88

2009 Sep 24Question & Comment: bgaby88

Watermarks cannot be removed with the XML option... more... the variable mcWatermark is not pointing to the watermark MC either... give an explanation as soon as possible!


igor_s

2009 Oct 03Question & Comment: igor_s

hi,

is it possible to play preroll, inroll or postroll add's???


birdloww

2009 Nov 23Question & Comment: birdloww

I purchased your product. How do you add rtmp (live feed) to the player???


arnorgauti

2010 Mar 05Question & Comment: arnorgauti

Hello, i just purchased your product last week. Now this player cant play video from youtube anymore?

neither the player i bought and added youtube url strings in the settings.xml file nor this player here on the demo page seems to be working right at this moment.


Do you have any comment or questions about FlashXpert file?

Please register & login before you post!

Start $1

        Flash files, Flash components

  Sell & Buy Flash

Buy or Sell, Start Now -

affiliate programe 10%

bonus system

bonus system

Stock Flash

- Royalty Free Stock Flash effects, Video, Audio

Login Password

Details Bookmark and Share

Uploaded: 07 December 2008

Opens With: Flash 8 (8+)

Files Included: FLA, AS, html documentation

Size: 1071kb

Action Script: AS2

Resolution: Resizable

Documentation: good

Keywords: video,  player,  youtube,  FLV,  H.264,  MP4,  M4V,  M4A,  MOV,  Mp4v,  F4V,