Quantcast
Channel: Garry Lachman » ActionScript 3
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Example of useing Custom Screen Manager in ActionScript 3

Screen Manager. When i write window based systems i always use a Screen Manager. when i can control and manage and display object on my screen. Every display object need to extends ScreenContent...

View Article



Image may be NSFW.
Clik here to view.

FMS blocked port detection – ActionScript 3

FMS block port detection – ActionScript 3 The fms port (1935) closed on many office firewalls, the problem is that flash had 30 sec timeout before tunnle it to port 80. Becouse that i write little...

View Article

Image may be NSFW.
Clik here to view.

Table Engine in ActionScript 3

I write this Table Enigne for easy making of data forms, data view in easy use like Tables in HTML that can contain any DisplayObject. TableEngineItem.as: [cc lang = “actionscript3”] package...

View Article

Image may be NSFW.
Clik here to view.

Get Vars from URL string in ActionScript 3

The function is break the string into param name and param value of the URL. if we have URL like http://garry-lachman.com/index.php?name1=value1&test=10 The function will return array:...

View Article

Image may be NSFW.
Clik here to view.

Base64 Encoding Class in ActionScript 3

This is a class for Base64 Encoding by Steve Webster… Very Usefull one!!! Base64.as [cc lang = “actionscript3”] package { /* Base64 – 1.1.0 Copyright (c) 2006 Steve Webster Permission is hereby...

View Article


Image may be NSFW.
Clik here to view.

PNG Encoder in ActionScript 3

ActionScript 3 PNG Encoder class, for exporting display objects into PNG ByteArray…. Taken from as3corelib project. [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights...

View Article

Image may be NSFW.
Clik here to view.

JPEG Encoder ActionScript 3

One more useful util from as3corelib. Encode display object to JPEG ByteArray BitString.as: [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and...

View Article

Image may be NSFW.
Clik here to view.

MD5 crypto class ActionScript 3

One more useful util from as3corelib. MD5 class crypto. [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with...

View Article


Image may be NSFW.
Clik here to view.

Array Until class ActionScript 3

Array Until class ActionScript 3 [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification,...

View Article


Image may be NSFW.
Clik here to view.

Mime Type Map Class ActionScript 3

Maps mime types and file extensions. [cc lang=”actionscript”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images