Sunday, June 30th, 2002 at 4:53 pm
A tool for Flash, that is what Flash-tools is, where you can find flashmail, flashforum, flashmp3player, flashmysql and yes a flashblog too. It have a good feature of letting you know at what stage its development of a particular project is using a visual indication of its stage from research, development, alpha, beta and to its release. You can join the mailing list if you wish, you may add your link and it also collects RSS feeds from some of the most prominent sites like, waxpraxis, philterdesign, samuel wan, …
Read the article
Sunday, June 30th, 2002 at 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 at 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 still be using blogger along with blogkomm for my comments for the days to come.
Read the article
Thursday, June 27th, 2002 at 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 put a href=”"javascript:fullscreen();”
Read the article
Saturday, June 22nd, 2002 at 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 at 12:14 am
Federica Fontana, Flash, Website
Read the article
Wednesday, June 19th, 2002 at 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 at 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, to make things work, you have to edit the “MMDocumentTypes.xml” to include your .inc file in the range of those html,htm,xhtml and the other extensions. ”MMDocumentTypes.xml” is located at Dreamweaver MX folder\Configuration\DocumentTypes.
Read the article
Monday, June 10th, 2002 at 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 at 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 at 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