Archive for August, 2005

screenweaver’s back!

As the creator of screenweaver announced that it would be released as an open source project, finally you can go download it from “this page”:http://www.osflash.org/doku.php?id=screenweaver&DokuWiki=9af6ae136f4058f5026ea8186f0b6fda

However, it’s still unstable so use it at your own risk.

- Once I’m done with the project that I’m working on, I will be digging into flash 8 for sure.

Switching to Google Talk from MSN

I’m switching my instant messenger to google talk. It has been so great that I don’t really want to go back to MSN unless google become MS.. The voice qulity is superb and the application itself is very light. I just love it.

???? msn ???? ?? ?? Talk? ??? ???. ???? MSN?? ?? ???? ??? ??? ??. (?? google talk? ???? ??? ???? ?? ?? ??? ?? ?? ??. ??? ??? )

??? ?? gmail invitation? ?? 40? ?? ???? gmail? ???? ??? comment? ??? ?? ?? ????.

google talk beta

???? google talk?? ???? voip??? ???? ? ?? ??????? ?? ??. ?? ?? ??? ?? ??? ??????? ?? ????.

?? ??? ?? ?????? ????? ?? ? ??.

“http://www.google.com/talk/”:http://www.google.com/talk/

???? ?? ??? ??? ?? ?? ????

“http://www.google.com/talk/start.html”:http://www.google.com/talk/start.html

? ?? Talk? ???? ??? gmail ????? ????? ??..

?? gmail? ????? ?? 50?? invitations? ?? ??? ? ? ??? ???? ??? ??? ???.

??? ??? ??? ?..

??? ??? ??? ??? ?? ??? ?? ????? ?? ?? ??? ???? ??? ?? ???? ??.

? ??? ?? ??? ?? ??. ??? ?? ?? ??? ?? ????, ??? ??? ?? ?? ?? ?? ??? ?? ????, ??? ??? ??? ??? ? ?? ????? ?? ? ???.

??? ????? ???? ??? ??? ??? ?? ????? ? ??? ???? ??? ??? ????? ???.
————————————————————–
?? ??? ?? ??? ?? ??? ?? ??. ?? ?????? ???? ?? ??? ??? ??? ???. ?? ??? ?? ??? ??? ??? ?? ?? ??? ?? ???. ??? ??? ??? ??? ???? ???? ???? ?? ??? ? ???. ??? ??? ??? ?? ?? ?? ?? ???, ? ???? ???

screenweaver-> open source!!!

?? ?? ? ??? ?? ???:

Screenweaver goes Open Source

“Screenweaver Core”:http://www.vanrijkom.org/swcoreos/frames.html?frmname=topic&frmfile=Overview.html

?? ??? ?? Screenweaver Core Interface? ?? ??.
??? screenweaver 3.0? ?? ??? “OSFlash”:http://www.osflash.org/doku.php ? ?? ?? ??? ?? ???? ? ??? ??? ?? ?? ??? ?? ??..

Enum class

Flash? ??????? Enum? ?? ?? ???. ???? ??? ?? ?? ????? ???? Enum????? ?? ??? ? ?? Enum???? ?? ???? ??.

?? ???? mxp??? ?? ??? ? ??? ??? ???? ?? ?? ? ??.

syntax highlighter

?? Textpattern? ?? GeSHi syntax highlighting? ?? ?? tutorials? ??? ??? ? syntax highlight? ??? ???. ???? ??? ? ???? ?? ???.. ?? ?? ??? ???? ? textile? ?? ?? ??? ?? ? ?? ???..

??? ??? ?? ???. html?? ???? “”? <? >? ??? ??.. ??? textpattern? ?? syntax highlighter? ??? ???? ???? ?? ? ??? ?? ??? ?? ???..

“??? ??”:http://www.kelvinluck.com/article/plugin-to-add-geshi-syntax-highlighting-to-textpattern

?? ????? ?? ???? ? ???? ?? ??? ??? ?? ?????. ??? ??? ?????? ?? ????..

? ??? ?? ??? ???? ??? ?? ?? ?? ?? ??? ?? ??.. ????? ??? ? ??? ?? 50%??? ??? ???? ?? ??? ? ?? ?? ?? ???? ??? ?? ??? ??? ????..

8ball’s BlurFilter

bit-101? particles ?? ??? as2???? ??? ???? ? ????. ???? ???? particle? ??? ?? ????? ?? ???? ?? ?? ??.

[?? ??? ?? ??? flash 8 beta player? ????.]

?????? ??? ????? height? width????

JavaScript ??? ???? swf? width? height? ??? ???? ??? ? ?? ??? ?? ? ????. html, javascript, ??? actionscript? ??? ??? ??? ?? ?? ? ? ?? ?? ???.

- flash 6 & 7

???? ???? ???? ?? ??? swf? stage???? ???? ?? ?? ????. ??? ??? ?????? ????? ???? ?? ? ? ??? ??? ? ?? ??? ???? ???? ????. ??? ?? ??? ????? ???? ?? ? ?? ????. ? ??? ??? ?? JavaScript???.

?????? ???? swf? ???? ???? ??? ? ??? ?? ?? HTML??? ?? ??? ??? ?????. (? ????? ?? ??? ??? ??? ??? ?? ???.)

?? HTML??? script?? ?? ?? ?? ???? ??? swf? ????, ? object? ??? width? height? ??? ??? ??? ??? ????.

?? ?? setSize??? swf? ??? ???? ??? ??? ??. ? ??? ?? ? ?? id, w, h? ????? ????? ???. id? ?? html? object? id? embed? name ??? ?? ????, w? swf? ????? width? ??? ?, ??? h? swf? ????? height? ??? ?? ?????.

??? ???? html?? ????? ?? object??? embed??? ??? ??? ?objName=myResize ? ??? swf??? ?? ???? ??? ?? ???? ????. ???? ??? ??? ??? ???? _level0? myResize? ?? ???? ?? objName??? ?? ?? ???. ?????? ???? ????? ??? ???? ?? ??? ??? ??? ??? ?? ?? ?? ?? ??? ?????.

?? ??? ?? ??? ?? ?? :

Stage.scaleMode = “noScale”;
Stage.align = “TL”;

Stage??? onResize???? ????? ?? ?? ??? ????. ?? ?? 2?? ??? ???? ???? Stage??? onResize???? ?? ???? ?? ????.

var stageListener = new Object();
stageListener.onResize = function() {
arrow_mc.newWidth = Stage.width;
arrow_mc.newHeight = Stage.height;
arrow_mc.onEnterFrame = function() {
this._x += Math.round((this.newWidth-20-this._x)*0.2);
this._y += Math.round((this.newHeight-20-this._y)*0.2);
if (this._x == (this.newWidth-20)) {
this.onEnterFrame = null;
delete this.onEnterFrame;
}
};
};

Stage.onResize???? swf? ???? ???? ??? ? ???? ???? ? ???? ???? ??? onResize???? ?? ?? ??? ??? ??? ????? ???. ??? ???? ???? ??? ?? ????. (??? arrow_mc??? ????? ?? ???? ?? ???? ?? ?? ???? ?? ???). ?? ??? ??? ?? ????? ??? ????:

onResize? ???? ?? arrow_mc????? ??? x? y? ??? ? ????? ??? ?? ? ??? ??? ????. ????? ?? ?? ? ????? ???? ?? ???.

???? ???? ??? ?? ???? ?? ??? ??? flashmx-coders.com? ??? ???? ?? ??? ????.

?? ?? ??? ??? ?????. ?? ??? ?? ? ??? ?? ??? ??? Stage? ??? ??? ?? ????. ??? ??? ?? ??? ?? ??? ?????.

Stage.addListener(stageListener);

??? ??? ?????, Stage??? ???? ???? onResize???? ??? ??? ?? ? ??? ??? ??? ?? ???? ?? ?? ? ????.

?? ??? ?????? ??? ?? ??? ????, ?????? 4?? ??? ????. ??? ??? ??? onRelease???? ???? ????. ? ??? onRelease???? ??? ??? resizeStage(w,h)??? ??? ?? ??? width? height? ?? ???. ??? ??? ??? ??? ?????? ???? ?? getURL(“javascript:setSize()”);? ??? ???????. ? ???? ???? ??? ??? ??? ????? ??? ?? ?? ? ? ?? ????. ?? ?? ??? ??? ?? ??? ?? ????? ???? ????.

?? ?? ???? ??

ASSetPropFlags ???

???? ??? ?? ASSetPropFlags API ????? ? ????? ?? ?? ???.

- flash 6 & 7

var t=new Object();

ASSetPropFlags ???? ??? ?? ????? ??? ??:

ASSetPropFlags(object, properties, setTrue, setFalse);

????? ??:

object
??? ?? ?? ?? ??? ????.

properties
??? ???? ???? ????, ???? ???? ??? ??? ???? ?? ??(flag)? ?? ? ? ??. ?? ??? ???? ?? for-in? ?? loop??? ??? ???? ???. ????? null? ??? ? ??? null? ???? ?? ?????? ??? “?? ??”?? ????.

setTrue
setTrue????? integer?? ???. ? integer???? ??? 3bits? ?? ???? 3bits? ? bit?? ???? “?????” ??, “??” ??, ??? “???”??? ????. ?? ?? setTrue? 2??? 110? ?? ???, ?????? ???? ????? ???? ???? ?? ? ? ??.

setFalse
setFalse? setTrue? ????? integer?? ???. ??? ? ?? setTrue?? ??? ?? ?? false? ?? ??.

??? ??? _global ??? ??? ?? ????? ? ? ??? ? ?? ??? ??? ??. ??? for…in ??? ???? ??? ??? ??? ?? ? ? ??.

ASSetPropFlags(_global, null, 6, 1);

??? ??? ?? ?????? ?? ?? ?? ? ? ?? ?? ??? ????? ?? ??:

// _global?? ?? ?? ?? ??? ?? ???? ??? 110?? ?? ??.
ASSetPropFlags(_global, null, 6, 1);
// _global?? ?? ?? ?? ?? ??.
for (thisObject in _global) {
trace(thisObject);
}

??: http://www.devarticles.com/c/a/Flash/Undocumented-ActionScript-Flash-Hack/1/ (2005? 8? 2?)