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.
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.
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 [...]
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.
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.
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.
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. [...]
Mike Downey had once said, “I was even asked by one team of developers how they could solve a performance problem they encounter when loading 700,000 complex data records into the Flash player via Remoting! OMG!”, at the MAX India 2004. Well, I was also there and I tried to reply with a rather surprised [...]
First, let me thank Mike Chambers, Peter Hall and Darshan for their help in getting me along on this topic. I will update this further in future when more things are discovered doing something along the way. You can also read something in the similar line at Jesse Warden‘s blog entry “Shared Libraries only work [...]