FLV player Lite 1.8 released

Version 1.8 has been released yesterday with some nice new features. The biggest update was about the custom Aspect Ratio. The guys of mytrailer.it were so much complaining about the lack of this feature that I decided to add it straight away. So now you can set it basically in four modes: fit, cut, stretch and original. I replaced also the preloader icon with a nicer one.

As usual, everyone who bought FLV player Lite here has already received the latest version. I submitted it to the other stores already. You just need to have some patience before it will be available for download, it doesn’t depend on me as every site has it’s own approval process with their own policies.

The next update won’t be published too soon, as I consider it a good point of arrival for now. I’m getting a lot of feedback in the latest days about ideas for new features to add to the player. It has become popular in a short time and I didn’t expect such a good result.

Feel free to submit your ideas, complains or whatever in the contact page. I will do my best to please everyone. :D

  1. Mike says:

    Your player rocks, Man! Even the free edition is awesome, I can’t believe how smooth and stylish it is compared to other players. You could even submit this player to replace the one of youtube! :D

  2. Alex says:

    How can we make this to work with smarty? The code provided within index.html of the free version isn’t recognized by smarty engine. Can you provide another source code like this?

    so.addVariable(‘width’,’540’;); so.addVariable(‘location’,’swf/playerLite.swf’;);

    Thanks

  3. Manu says:

    Dear Alex, I assume smarty is a cms. The code you wrote is from the old version of swfobject. You can use just the same variables by using the syntax of your cms, like this:

    var so = new SWFObject(‘playerLite.swf’,'playerLite’,’590′,’300′,’9);
    so.addParam(“allowfullscreen”,”true”);
    so.addParam(“allowscriptaccess”,”always”);
    so.addVariable(“width”,”590″);
    so.addVariable(“height”,”300″);
    so.addVariable(“vidWidth”,”590″);
    so.addVariable(“vidHeight”,”300″);
    so.addVariable(“vidPath”,”http://www.flvplayerlite.com/lab/flv/playerlite.flv”);
    so.addVariable(“thumbPath”,”http://www.flvplayerlite.com/lab/jpg/playerlite.jpg”);
    so.addVariable(“autoPlay”,”false”);
    so.addVariable(“autoLoop”,”false”);
    so.addVariable(“seekbar”,”show”);
    so.addVariable(“showControls”,”true”);
    so.write(‘playerLite’);

    For a complete list of all variables refer to the dedicated page: http://www.flvplayerlite.com/?page_id=549

  4. Alex says:

    Thank you for the support here and at Flashden! Your player is one of the best i’ve seen

  5. Manu says:

    Thanks for your feedback, Alex. More to come soon! ;)

  1. There are no trackbacks for this post yet.

Leave a Reply