Tom Krcha's FlashRealtime

Hey amigo! These are my notes. I'm Platform Evangelist with Adobe.


More and More Opened Adobe

July 23rd, 2009

Adobe Open Source

Recently we have launched few interesting open-source frameworks in Adobe, which might become very useful for you.

Open Source Media Framework (code-named Strobe)
Lightweight ActionScript 3.0 framework, which solves most of the aims for building successful and extensible Flash Video Player. Main goal is to keep this core video player functionality behind one powerful and standardized library so when someone will continue working on project you started (or vise-versa), you will quickly understand how the player was built.

There is also MXML Flex version provided.

Get it here: http://opensourcemediaframework.com

Open Video Player
This iniciative takes OSMF power and gives you the possibility of using pre-cooked lightweight Flash Video Player.

Go ahead: http://www.openvideoplayer.com/

TextLayoutFramework goes open-source
Well-known formatting and layouting framework now unhides it’s magic, which you can extend, learn from and easily reuse.

Let the fantasy go beyond: http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework

More Adobe open-source projects: http://opensource.adobe.com/

Facebook comments:

2 Comments »

  1. Sorry, do not write English very well, but I need to manipulate variables between frames, and nothing found
    on this, I need your help.
    package{
    import flash.display.*;
    public class Globales extends Sprite {

    public var nombre:String;
    public var juego:String;
    public var aciertos:int;
    public var errores:int;
    }

    }

    //main frame

    import Globales;

    var Glo:Globales = new Globales();

    //other frame

    Glo.nombre = pantallasesion_mc.Lista.selectedItem.label;

    //other Frame

    trace(Glo.nombre)// print null

    Comment by Daniel Antonini — January 27, 2010 @ 8:43 pm

  2. FkmgrU

    Comment by MPVnnVy — March 4, 2010 @ 8:25 am

RSS feed for comments on this post. / TrackBack URL

Leave a comment