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
Home / Forum / Components Discussions / Advanced XML Video Player with playlist and categories - FLV / H.264 / Page 2
Started 2 years ago by flashcreed
Last reply by scorchdog
Visit component "Advanced XML Video Player with Playlist and Categories - FLV / H.264" page
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!
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.
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.
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
Hello, Lambertgroup, I love your player. I want to change the "catagories". Which file do I open to change the "catagories" list?
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
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 >
Hello, I tried that. It worked. Thank you for your quick response.
hi there, how can i configure to play rtmp(streaming) instead of *.flv files.
Thanks in advance
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?
Please login to post replies.