QBN Sessions Presents Joshua Davis
Posted by Helmut | Filed under videos
//Flash Player 10 Code Name Astro
Posted by Helmut | Filed under News
The name is out! Emmy Huang, product manager for Adobe Flash Player released the code name for the Flash Player 10 "Astro" and for those lucky ones that will be able to make it to MAX this year they will be able to see what "Astro" can do first hand.
Read the rest of this entry » //
Amazon Mp3 Beta - Mp3 downloads for any player
Posted by Helmut | Filed under Recognition
Amazon has decided to sell MP3 audio files on their site. Although this might not sound impressive at first since there are a lot of companies who are selling Mp3s already. The reallity is that this is the first well established company that will try to compete face to face with Apple (Itunes).
//Hide Old and Reveal New Script
Posted by Helmut | Filed under Flash Bits, Tutorials
I was talking the other day with a friend about a small challenge, having 2 images on stage with 2 ideas. 1- have the experience being user driven (in this case the mouse reveals one image while hiding the other) 2- Use XML for easy update. So we fired flash and the above is the visual and the code below...
//Compile to Flash 8 when using EventDispatcher
Posted by Helmut | Filed under AS Burst
or a while I was not able to fire different events and the reason why is because I was compiling to flash player 9 instead of 8. So if there are certain events that are not firing one thing that you can check is the export settings.
//Creating empty movieclips - not on the fly
Posted by Helmut | Filed under AS Burst
hen you need a visible movieclip instead of creating a movieclip on stage and cleaning it up create a moviclip directly on the Library -New Graphic-.
//Halo 3 Believe
Posted by Helmut | Filed under Recognition
"Fly though a frozen moment in Halo 3 game-like composition, take screenshots, watch videos, download wallpapers and create wallpapers on the fly."
//Movieclip Instance Name to String
Posted by Helmut | Filed under AS Burst
When Dealing with Movieclips and you need to access the refence as string do [instanceName].toString() rather than instanceName.toString()
//Always do a garbage collection
Posted by Helmut | Filed under AS Burst
As simple as creating a method in your class or a function on your code to delete unnecessary variables or set them to null for garbage collection.