FORUM

Advanced XML Video Player with playlist and categories - FLV / H.264

Home / Forum / Components Discussions / Advanced XML Video Player with playlist and categories - FLV / H.264 / Page 2

  • Okay ! I did what you told me and it works ! This means a lot to me. You are an awesome human being. I love your work. Thank you!


    #  /  posted on Sep 03, 2010
  • Thank you, too.


    #  /  posted on Sep 03, 2010
  • Hi,

    I really like this player, however, rescale is not working for me. If I modify the scale in the xml file, or in the html, the controllers do not rescale. The playlist menu cuts off. Any suggestions?

    Thanks.


    #  /  posted on Sep 07, 2010
  • Lambert Group,

    This is a great player- I understand how to set it up and scale it properly, BUT the fullscreen function does not work. What am I missing? Can you help?

    Thanks.


    #  /  posted on Sep 09, 2010
  • Hello,

    You have to put in your JS code: allowFullScreen - true

    Your new code should be:

    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','480','title','video player','src','Example1/player_v2','quality','high','allowFullScreen','true','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Example1/player_v2' ); //end AC code
    

    #  /  posted on Sep 09, 2010
  • Thanks, I will try this.


    #  /  posted on Sep 09, 2010
  • Hello, Lambertgroup, I love your player. I want to change the "catagories". Which file do I open to change the "catagories" list?


    #  /  posted on Sep 24, 2010
  • Hello,

    Each movie can belong to multiple categories. Please open playlist.xml and add for each movie the category or categories. For example:

        videos/your_movie.flv
        Your Movie Title
        your movie description
        videos/previews/avatar.jpg
        videos/imgplaylist/p1.jpg
        Category1;Category2; ALL CATEGORIES
    

    Regards


    #  /  posted on Sep 24, 2010
  • Above I was trying to write this (I had some in the code)

    < record >    
        < movie >videos/your_movie.flv< /movie >
        < title >Your Movie Title< /title >
        < desc >your movie description< /desc >
        < preview >videos/previews/avatar.jpg< /preview >
        < imgplaylist >videos/imgplaylist/p1.jpg< /imgplaylist >
        < category >Category1;Category2; ALL CATEGORIES< /category >
    < /record >   
    

    #  /  posted on Sep 24, 2010
  • Hello, I tried that. It worked. Thank you for your quick response.


    #  /  posted on Sep 25, 2010
  • hi there, how can i configure to play rtmp(streaming) instead of *.flv files.

    Thanks in advance


    #  /  posted on Jun 02, 2011
  • Hello, Lambert Group ! I have purchased a couple of different video players from you. Your product is awesome. I have a video file uploader. I really need a user form that saves the user form and video/jpeg variables to the XML file that comes with your video player. Can you create one for me and show me how to incorporate my uploader into that user form? What would be the cost for that?


    #  /  posted on Dec 27, 2011

Please login to post replies.