Posts Tagged ‘flash’
Wednesday, June 28th, 2006 - 10:15 am
GetFlashPlayer.org is a small endeavor to push the latest version of the Flash player to users through the community. I am hoping to to push this forward so that the community can drive it to make installation of the latest Flash Player as easy as possible.
Read the article
Sunday, June 4th, 2006 - 10:21 pm
Mark Angeletti mailed me to inform about a nice article on how to Structure a Flash Site. A good primer for a Flash Newbie going into the intermediate stage and more apt for small to mid size Flash Site. It will take much more than this to even shape up for an intermediate to big Applications. …
Read the article
Wednesday, September 28th, 2005 - 4:57 am
The making of Flash 8
Read the article
Friday, September 9th, 2005 - 6:56 am
Flash Media Server 2 introduces new scalable Edge-Origin servers, an optional, enterprise-ready architecture that simplifies load balancing, failover and clustering. FMS 2 video experiences take advantage of the new high-quality video codec in Flash Player.
Read the article
Monday, January 17th, 2005 - 7:34 am
A Flashcom Application coded with OOP patterned to MVP, to detect user bandwidth and play specific FLV. The application uses Object Oriented Progamming Methodology and is patterned closely to Model-View-Presenter.
Read the article
Saturday, October 2nd, 2004 - 8:36 am
Here is a common reply to my students, forum users for the querry, “How do I remove the hand cursor from all instance of Buttons or MCs without specifying it individually?”. Modify the script below to suit your needs. Apply it using removeHand();
myRoot = this;
function removeHand() {
for (i in myRoot) {
if ((myRoot[i] instanceof Button) || (myRoot[i] instanceof …
Read the article
Wednesday, August 18th, 2004 - 1:03 am
Every class is compiled into a swf in the same way that we used to include AS1 classes, by putting them inside an #initclip block of a linked movieclip. The linkage name of the movieclip is __Packages followed by the full package and class name.
Read the article
Monday, August 16th, 2004 - 9:04 pm
More and more companies are asking and ready to take in Flash into the mainstream Development environment. There should be a way to teach and produce more advanced Flash Developers en masse.
Read the article
Monday, August 2nd, 2004 - 10:03 am
Magic Framerate, the fps of some odd number like 21, 31 and why people have choosen that. Frame rates are stored in 16.16 fixed pointer integer. Add to this, the framerate is converted to a millisecond frame delay value.
Read the article
Saturday, July 31st, 2004 - 3:21 pm
Break the Caesars Box in ActionScript.
Read the article
Sunday, April 18th, 2004 - 11:48 am
The img tag allow you to embed external non-progressive jpeg files and other swf files inside a dynamic or an input text field. There is an attribute called id which is supported by this tag so that you can embed an instance of your movie clip from your library and thus control it using Actionscript….
Read the article
Recent Comments