Post by Phil / December 24th, 2009

Version 1.0.3 of the Apdev VideoPlayer released

Just before christmas – as a little gift under the tree – we released the new version of our AS3 open-source VideoPlayer.

apdev videoplayer

New features are:

  • simple playlist support
  • playlist repeat / loop function
  • example for full-browser / dynamically resizing player

Check the exampels here:
apdev videoplayer html videoplayer skinned + playlist
apdev videoplayer html fullbrowser

Or get the source here:
google code

Wish you all a merry christmas
phil

4 Trackbacks

6 Comments

  1. ArjenJanuary 26th, 2010 / 19:44 / #985

    Hi guys.

    Thanks for your great AS3 open-source VideoPlayer!

    I was looking for the functionality of a quicktime video with chaptertracks and used your apdev videoplayer -together with some modifications in the source code- to achieve this. If you want to check it out, have a look at my website:
    http://www.riamore.com/content/Screencasts

    Are you planning interactive playlist support through flashVars/xml? That would be a great feature.

    Cheers,
    Arjen

  2. PhilJanuary 31st, 2010 / 13:52 / #1000

    hey arjen.
    thanks for letting us know. some nice adjustments you did with the player :)

    interactive playlist would be the next step … but at the moment there’s not so much time to work on the player.

    cheers

  3. PBMarch 3rd, 2010 / 20:10 / #1024

    Hi,

    Does your player play streaming content?

    Thanks,
    An

  4. VillasAugust 19th, 2011 / 11:28 / #1607

    how can i autoplay in html version ??

    something like:
    params.autoPlay = “true”;

    ??

    Thanks

  5. VillasAugust 21st, 2011 / 14:04 / #1608

    please?

  6. PhilAugust 21st, 2011 / 19:38 / #1610

    try flashvars.autoPlay = true;

Post a comment