Archive for 2002
Sunday, June 30th, 2002 - 4:24 pm
Pierre Yaacoub is a clean and cool looking site, which sports all the sections in a clear and crisp style. He is planning for an open source goodies too which will be downloadable as he promises. You can also check out his forum made entirely in Flash.
Read the article
Thursday, June 27th, 2002 - 11:25 am
I was visiting movable type yesterday and just today I saw their new version of the both the application MT 2.2 and the website. Interested parties and those using MT can check the new happening on movabletype.org. Oh Boy, I am not changing to MT at this moment, have little time to get used to something else, I will …
Read the article
Thursday, June 27th, 2002 - 12:02 am
There was some discussion on the Macromedia Flash Forum about Full screen from the page itself. I just thought I will share that too here. You may alternatively have the click to be onLoad of the Body so that the browser goes fullscreen on load itself.
Have the folllowing Javascript
function fullscreen(){
var hdiff;
window.moveTo(-4,-4);
window.resizeTo(screen.width,screen.height);
hdiff=window.screenTop;
window.moveTo(-6,-hdiff-7);
window.resizeTo(screen.width+13,screen.height+hdiff+35)
}
and on your link …
Read the article
Saturday, June 22nd, 2002 - 11:32 am
I went to Eric’s site today and notice my site being linked from his site. Well, thanks a lot to Eric. A regular visit to his site will help you to be on par with new developments in Macromedia Flash.
Read the article
Friday, June 21st, 2002 - 12:14 am
Federica Fontana, Flash, Website
Read the article
Wednesday, June 19th, 2002 - 9:42 pm
I was roaming around along all the other available blogs besides my regular visits, and stumbled upon Josh Dura’s blog and saw my site linked from his site. Thanks a lot to Josh Dura for the recognition.
Read the article
Friday, June 14th, 2002 - 9:54 pm
I was surprised when I cannot have a design view of my include files [ .inc ] in Dreamweaver MX, so I went to ask on our Jordan’s Dreamweaver list at Blueworld and I got a part of my answer to exclude .inc from the Edit > Preference > File Type/ Editors and Open in Code view text field.
Well, …
Read the article
Monday, June 10th, 2002 - 12:53 am
You must have heard of the localConnection thingy, I have nothing to this Sunday and tried my hand on it, I started off simple, you may view it here or just download the whole source file.
Update
Somebody on an online forum asked me if this is possible on a frameset
Read the article
Thursday, June 6th, 2002 - 4:52 pm
//HOW TO MOVE YOUR MC AROUND
MovieClip.prototype.moveAround = function(){
Key.addListener(this);
this.onKeyDown = function (){
this._x += Key.isDown (Key.RIGHT)*1 - Key.isDown (Key.LEFT)*1;
this._y += Key.isDown (Key.DOWN)*1 - Key.isDown (Key.UP)*1;
}
};
//HOW TO APPLY THE ABOVE
myMC.moveAround();
Read the article
Saturday, June 1st, 2002 - 11:41 am
Thanks to Mike Chambers of Macromedia, for giving a link to me on his blog. Now, I really need to concentrate on my site and its usage to the new aspiring Flash designers/developers.
Read the article
Friday, May 31st, 2002 - 12:26 pm
Watch some fun with the new FLash MX’s Listners on Helen’s site. The downloadable fla and an intro to listeners included.
Read the article