New features in Maelstrom (8ball)
July 13th, 2005 at 08:30am Administrator
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)
- Den Ivanov
- Progressive JPG, GIF and 24Bit PNG with transparency loading support
- antiAliasType
filters
gridFitType
sharpness
thickness -
MovieClip.BlendModeType
BlendModeType
HARDLIGHT, OVERLAY, ALPHA, INVERT, SUBTRACT, ADD, DIFFERENCE, DARKEN, LIGHTEN ,SCREEN, MULTIPLY, LAYER, NORMAL
- Paul Neave [via Flashcoders]
-
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, nameflash.geom = [object Object]
Transform = [type Function]
ColorTransform = [type Function] : toString, concat, rgb,blueOffset, greenOffset, redOffset, alphaOffset, blueMultiplier,
greenMultiplier, redMultiplier, alphaMultiplierMatrix = [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,
distanceBevelFilter = [type Function] : clone, type, blurY, blurX,knockout, strength, quality, shadowAlpha, shadowColor, highlightAlpha,
highlightColor, angle, distanceGlowFilter = [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.
»Related posts:
- ActionScript3 for Flash 8ball
- Waiting for Flashop
- Maelstrom Video Jigsaw Puzzle
- Flash collections for you
- Collected 8ball BetaTesters examples
- Flash 8 collections
- 3D Maelstrom sphere example
- Almost 100 Flash 8 examples listed
- Maelstrom MP3 visualiser
- Create Maelstrom movies in Flash 7
- Maelstrom WebCam scanner
- Features in Zorn
- Bitmap handling in Maelstrom
- Maelstrom Parallax Tile Engine
- Maelstrom filters: DropShadowFilter
- Maelstrom examples: Water
- Maelstrom filters: BlurFilter
- Maelstrom examples: BitmapData - SetPixel
- Stolen content - Collected links to Maelstrom examples
- Maelstrom particles examples








August 4th, 2005 at 8:58 pm
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.
July 25th, 2005 at 12:30 am
[...] he following locations: http://theflashblog.com/ http://www.franto.com/blog2/new-features-in-maelstrom-8ball [...]
July 14th, 2005 at 7:50 pm
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
July 14th, 2005 at 4:48 am
sorry, i forget to paste the link. here it is: http://chall3ng3r.blogspot.com/
// chall3ng3r //