redi88Audio & VideoCustom FLV Player w/ XML Playlist*UPDATED VERSION*
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.$16http://www.flashcomponents.net/component/custom_video_player.htmlhttp://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/1152_1.png
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in an unlimited number of websites and other multi...
[+]
By purchasing and downloading this license, you are entitled, as buyer, to use the product in one commercial project (websites, CD-ROMS, offl...
[+]
By purchasing and downloading this license, you are entitled, as buyer, to use the product in multiple commercial project (websites, CD-ROMS,...
[+]
*UPDATED VERSION*
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.
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
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.
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,
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.
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.
7 Comments
Add comment
Miro30 on February 19, 2009
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
sgyaw on March 22, 2009
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
khjohnson1972 on September 29, 2009
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
khjohnson1972 on September 29, 2009
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
trackfactory on November 13, 2009
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
cthomas88 on January 17, 2010
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
redi88 on January 17, 2010
Yes it can be done. You may disable progressive play if you dont want the player to loop.
#  /  PM