New features in Maelstrom (8ball)

July 13th, 2005 at 08:30am Administrator

Flexets Forum - learn Flex / AIR / Flash / ActionScript

If you're new here, you may want to subscribe to my RSS feed. If you like my site, consider linking back. I prefer text "Free Flash Tutorials" to http://www.franto.com
Thanks for visiting my site! If you need anything just contacting through Contact page

I know this beta is for testing compatibility of existing applications and movies, but we have to confess, everyone want to know some new features in new Maelstrom player. So test your application, and in coffee break you can read about or play with new features.

What other people found out: Must change version of swf to 8 (through HEX editor)

  • Iteration through the ‘flash’ object after seeing it in demos:
    [as]
    for (var i in flash) {
    msg_txt.text += “\nflash.”+i+” = “+ flash[i] +”\n”;
    for (var j in flash[i]) {
    msg_txt.text += ” “+ j+” = “+ flash[i][j] +”:”;
    var obj = new flash[i][j];
    for (var k in obj) {
    msg_txt.text += k + “, “;
    }
    msg_txt.text += “\n”;
    }
    }
    [/as]

    Here are the results:

    [as]
    flash.external = [object Object]
    ExternalInterface = [type Function]

    flash.net = [object Object]
    FileReferenceList = [type Function] : _listeners, fileList
    FileReference = [type Function] : _listeners, creator,creationDate, modificationDate, size, type, name

    flash.geom = [object Object]

    Transform = [type Function]

    ColorTransform = [type Function] : toString, concat, rgb,blueOffset, greenOffset, redOffset, alphaOffset, blueMultiplier,
    greenMultiplier, redMultiplier, alphaMultiplier

    Matrix = [type Function] : toString, transformPoint,deltaTransformPoint, scale, translate, rotate, identity, clone, createGradientBox, createBox, invert, concat, tx, ty, b, c, a, d

    Point = [type Function] : toString, normalize, add, subtract,equals, offset, clone, length, x, y

    Rectangle = [type Function] : toString, equals, union, intersects,intersection, containsRectangle, containsPoint, contains, offsetPoint,offset, inflatePoint, inflate, size, bottomRight, topLeft, bottom,top, right, left, isEmpty, setEmpty, clone, x, y, width, height

    flash.filters = [object Object]

    DisplacementMapFilter = [type Function] : clone, alpha, color,mode, scaleY, scaleX, componentY, componentX, mapPoint, mapBitmap

    ColorMatrixFilter = [type Function] : clone, matrix

    ConvolutionFilter = [type Function] : clone, alpha, color, clamp,preserveAlpha, bias, divisor, matrix, matrixY, matrixX

    GradientBevelFilter = [type Function] : clone, type, knockout,strength, quality, blurY, blurX, ratios, alphas, colors, angle, distance

    GradientGlowFilter = [type Function] : clone, type, knockout,strength, quality, blurY, blurX, ratios, alphas, colors, angle,
    distance

    BevelFilter = [type Function] : clone, type, blurY, blurX,knockout, strength, quality, shadowAlpha, shadowColor, highlightAlpha,
    highlightColor, angle, distance

    GlowFilter = [type Function] : clone, strength, blurY, blurX,knockout, inner, quality, alpha, color

    BlurFilter = [type Function] : clone, quality, blurY, blurX

    DropShadowFilter = [type Function] : clone, hideObject, strength,blurY, blurX, knockout, inner, quality, alpha, color, angle, distance

    BitmapFilter = [type Function] : clone

    flash.display = [object Object]
    BitmapData = [type Function]

    flash.text = [object Object]
    TextRenderer = [type Function]
    [/as]

If you know more, let us know :)

Enjoy.

AddThis Feed Button

Entry Filed under: ,


Do you want to receive fresh news from my site?
Subscribe to my RSS

»Related posts:



14 Responses to “New features in Maelstrom (8ball)”

Pages: [2] 1 » Show All

  1. 14
    Todd Coulson Says:

    So many new features. So many features already present in Director MX 2004, Director MX, and Director 8.5. Why didn’t Macromedia decide to put these into Flash 5. They had the capability.

  2. 13
    F·L·A·S·H·I·S·M » Blog Archive » Convert2SWF8 now available for download Says:

    [...] he following locations: http://theflashblog.com/ http://www.franto.com/blog2/new-features-in-maelstrom-8ball [...]

  3. 12
    franky Says:

    some collected infos including flash8 COM API: http://www.develotec.com/flash8api.txt

    for people who want to try out new features and use MTASC: use flash MX or MX2004 to create your SWF, then use the patch-tool to patch the SWF file to version 8 (otherwise the flash 8 features wont be working!!) -> Flash 8 PATCH TOOL: http://www.develotec.com/fto8.exe

    cheers,franky

  4. 11
    chall3ng3r Says:

    sorry, i forget to paste the link. here it is: http://chall3ng3r.blogspot.com/

    // chall3ng3r //

Pages: [2] 1 » Show All

Leave a Reply