Archive for the ‘Flash’ Category
Introducing Spritebaker
Cubic Bezier in Flash
One drawback of flash is its inability to display cubic bezier curves. This is my technique for drawing highly precise cubic bezieres. It makes use of the fl.motion package and is an alternative to the widely used generic-midpoint-approximation.
moreCubic Bezier in Flash
One drawback of flash is its inability to display cubic bezier curves. This is my technique for drawing highly precise cubic bezieres. It makes use of the fl.motion package and is an alternative to the widely used generic-midpoint-approximation.
moreCanvas vs. SVG vs. Flash

HTML5 is gaining momentum and we designers increasingly often have to decide which method to choose for rendering complex animations in the browser: canvas, svg or flash? Maybe this experiment can help to get a feeling for speed and responsiveness of the different rendering-methods.
moreCanvas vs. SVG vs. Flash

HTML5 is gaining momentum and we designers increasingly often have to decide which method to choose for rendering complex animations in the browser: canvas, svg or flash? Maybe this experiment can help to get a feeling for speed and responsiveness of the different rendering-methods.
moreJavascript Dial Control (+ Flash Bonusfeature)
Recently I had to implement a dial-control into an html-app. I couldn't find any library on the web, so I decided to code my own solution.
moreFont-Replacement
Why I'm using my own flash-based font-replacement method on this page.
more