Flash Video (flv) actionscripting

By | March 2, 2006

I have regroup some of the examples from the Flash Help Document in one (little) working example.

  • Example of how to load and preload a flv.
  • How to manage the buffer time and length
  • How to access the metadata of a flv
  • The only things you need to do to make it work is to edit path to your flv.

    Download the fla

     
    0 Kudos
    Don't
    move!

    6 thoughts on “Flash Video (flv) actionscripting

    1. Pingback: A blue world

    2. Pingback: Metah Blog

    3. Michael Kaufman

      Thanks for this, wondering why

      //Tracing the Metadatas
      stream_ns.onMetaData = function(infoObject:Object) {
      for (var propName:String in infoObject) {
      trace(propName + ” = ” + infoObject[propName]);
      }
      };

      Causes errors in Flash 7?

      Reply
    4. Josh

      Thank you for this. Where could I change the properties such as font and placement of the loading/buffering text?

      Reply
    5. Pingback: - Kyle's Flash Blog -  凱爾的布拉格廣場

    6. Pingback: 【分享】【建议】读取Flv的metadata - CGTOP FORUMS

    Leave a Reply to Michael Kaufman Cancel reply