Home / Components / Audio & Video / Custom FLV Player w/ XML Playlist

Custom FLV Player w/ XML Playlist

16 purchases

redi88 Audio & Video Custom 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. $16 http://www.flashcomponents.net/component/custom_video_player.html http://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... [+]

$16.00

buy now

Package includes: FLA, SWF, XML, AS, JS

Opens with: Flash 8, Flash CS3, Flash CS4

AS Version: ActionScript 3.0

Flash knowledge required: Intermediate

Documentation: Excellent documented

Author:

redi88

redi88 avatar

Product ID:F0801152

Recently viewed:

Advanced Image Gallery XML ( & Slideshow & Banner Rotator ) 01 - AS2
Drag and Drop ToolTip Component
FREE 3D Image Carousel XML AS3
HTML / XML Video List AS3 - v2 ( & FLV Player )
FREE 3D Image Stack XML AS3
HTML / XML Image Grid AS3
HTML / XML Video List AS2 - v2 ( & FLV Player )
Advanced Image Gallery XML ( & Slideshow & Banner Rotator ) 04 - AS2
Advanced Image Gallery XML ( & Slideshow & Banner Rotator ) 03 - AS2
FREE HTML / XML Image Grid AS2
Advanced Image Gallery XML ( & Slideshow & Banner Rotator ) 01 - AS3
HTML / XML Video List White AS2 - v2 ( & FLV Player )
*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.

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

buy now

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... [+]

Other by redi88:

AS3 Custom FLV Player

Custom Video Player in AS3 with playlist that h...[+]

More >>

Related components:

HTML / XML Video List AS3 - v2 ( & FLV Player )

HTML / XML Video List AS3 - v2 version includin...[+]

More >>

JC Player

JCPlayer is an easy to use flash video player t...[+]

More >>

1 / 24

Featured components:

XML Photo Template 01 - AS2

XML driven Flash Photo Website Template ( AS2 ).

More >>

XML Photo Template 02 - AS2

XML driven Flash Photo Website Template 02 ( AS...[+]

More >>

XML Photo Template 02 - AS3

XML driven Flash Photo Website Template 02 ( AS...[+]

More >>

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
Please login to post comments.