Home / Components / Audio & Video / Custom FLV Player w/ XML Playlist /
Custom FLV Player w/ XML Playlist
18 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$16.00
Package includes: FLA, SWF, XML, AS, JS
Flash Version: Flash 8, Flash CS3, Flash CS4
Viewable with: Flash Player 9
Documentation level: Excellent documented
Flash knowledge level: Intermediate
Action Script: ActionScript 3.0
Product ID:F0801152
Progressive FLV Player with XML playlist in AS3 and Flash 9. Plays all files supported by Flash Player including Youtube Streaming Videos. Also Supports MPEG-4 standard container files that contain video and audio H.264 / AAC encoded including MP4, M4V, M4A, MOV, Mp4v, F4V, and FLV.
Easy to Edit Player and XML files. Application in Flash CS3 & CS4. No Bugs. Clean ActionScript 3 coding.
Progressive FLV Player w/ XML Playlist
Control Panel functions include:
-Play/Pause;
-Previous;
-Next;
-Screen Play/Pause;
-Video Description or Title;
-Time/Length;
-Volume Slider;
-Mute/UnMute;
-FullScreen On/Off;
-Fade In/Out Panel;
Playlist features:
-Video List;
-Video Description;
-Video Thumbnails (jpg);
-ScrollBar;
-Selected Item;
-Roll Over/Out Effect;
The colors of the player can be easily edited as well functions and external files.
Great for personal and commercial use. More Coming Soon...
$16.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |






















7 comments
Add comment
Miro30
Hi there,
I bought your player and I love it. I was wondering if you can help me with two things:
1) Is there a way to alter the video player so that it doesn’t auto play. I want the user to manually play the first video.
2) I want the video to play only when it’s done buffering completely so that the player doesn’t stop if it catches it before completing download.
Thanks again for an awesome player,
Miro30
#  /  PM  /  posted on Feb 19, 2009
sgyaw
Hello,
I purchased this flash video player and I loved it. One thing that bother me though is the size of thumbnail image. Is there anyway that I can resize (make it smaller) the thumbnail image or just remove the thumbnail image so that it would not take all the space that it currently is taking? I will appreciate your help.
Salai
#  /  PM  /  posted on Mar 22, 2009
khjohnson1972
To have the file stop at the start I did the following.
1. Created the function stopAtStartVideoPlayer.
function stopAtStartVideoPlayer():void { nsStream.pause(); nsStream.seek(0); bigPlayBtn.visible = true; buffer.visible = false; //vidDisplay.visible= false; //vidControls.pauseBtn.visible= false; //vidControls.playBtn.visible= true;
}
I placed this function below the stopVideoPlayer function. It is a copy except for a few different variable setting. Note: buffer.visible = false and bigPlayBtn.visible = true
Then the I added this to the bottom of function playlistLoaded, right below, “bigPlayBtn.addEventListener(MouseEvent.CLICK, playClicked);” //Added this to stop on open. stopAtStartVideoPlayer();
This displayed the big play button, removed the buffer, and stopped the video.
Best of luck – Thanks – Kevin Johnson
#  /  PM  /  posted on Sep 29, 2009
khjohnson1972
To have the file stop at the start I did the following.
1. Created the function stopAtStartVideoPlayer.
function stopAtStartVideoPlayer():void {
nsStream.pause();
nsStream.seek(0);
bigPlayBtn.visible = true;
buffer.visible = false;
//vidDisplay.visible= false;
//vidControls.pauseBtn.visible= false;
//vidControls.playBtn.visible= true;
}
I placed this function below the stopVideoPlayer function. It is a copy except for a few different variable setting. Note: buffer.visible = false and bigPlayBtn.visible = true
Then the I added this to the bottom of function playlistLoaded, right below,
“bigPlayBtn.addEventListener(MouseEvent.CLICK, playClicked);”
//Added this to stop on open.
stopAtStartVideoPlayer();
This displayed the big play button, removed the buffer, and stopped the video.
Best of luck – Thanks – Kevin Johnson
#  /  PM  /  posted on Sep 29, 2009
trackfactory
Hi I purchased this palyer and it is great! The main reason I purchased the player was to post it on my web page. My website host is “JustHost.com”.
I have tried to add the player to my page by adding all the files and folders to the page using FTP, with no success. I also tried to copy the html and xml file to the page with no success.
I contacted Just Host support and they recommended I go back to the author of the player to get directions on how to add it to a webpage.
Please help!
#  /  PM  /  posted on Nov 13, 2009
cthomas88
Hi
Can I use your player by to play videos from a database.
e.g. if I have a list of videos in my database and all the video’s are located in one folder, the user selects one of the videos and you player plays that video.
At the moment all I can see is that I have to have a set of files for each video, which will take up a lot of space on my server if I have a lot of videos to show.
Can this be done?
Thanks
#  /  PM  /  posted on Jan 17, 2010
redi88
Yes it can be done. You may disable progressive play if you dont want the player to loop.
#  /  PM  /  posted on Jan 17, 2010