Posted on November 21, 2009, 5:31 am, by Daniel, under
actionscript.
Have a local SWF but no FLA? Need to know the width, height, swf version, actionscript version or framerate? You can use this tool to load in your SWF and find out everything you need to know. It works with Flash Movies using ActionScript 2.0 or 3.0 and will tell you instantly all the information [...]
Posted on November 18, 2009, 2:56 am, by Daniel, under
actionscript.
The easiest way I have found to center a SWF both vertically and horizontally in HTML is using tables. <table width="100%" height="100%" border="0"> <tr> <td valign="middle" align="center"> … </td> </tr> </table>
Posted on November 4, 2009, 3:47 am, by Daniel, under
actionscript.
House of the Dead – Overkill Poster creator just was awarded the Gold prize in the “Gaming:Online Promotion” category in the Roses Design Awards 2009. It was designed by Fluid, and developed by me at Skyskraper with the help of Chris Houston. Gaming: Online Promotion GOLD Company: Fluid Client: SEGA Title: Create Your Own Poster [...]
Posted on October 11, 2009, 6:16 am, by Daniel, under
actionscript.
Here is part 2 of my sound experimentation. What I’m trying to do here is to analyse Fast Fourier Transform data from a sine wave, to determine what the initial pitch of the sound is. First of all I’m generating a sine wave (see part 1). The pitch of this wave is relative to the [...]
Posted on October 11, 2009, 5:40 am, by Daniel, under
actionscript.
This is v2 of Fairytale Fights and a more complete and extensive site than v1. It is AS3.0 and XML driven, and uses the GAIA framework. It supports 6 languages and uses video extensively. This game looks like it would be great fun to play and the artwork for the game is brilliant. http://www.fairytalefights.com
Posted on October 11, 2009, 5:31 am, by Daniel, under
actionscript.
Here is an excellent post about how to use an ‘onclick’ event to dynamically load a SWF. The great thing about this example is that the javascript will dynamically add or remove the required DIV tag needed to embed the SWF. link
Posted on September 29, 2009, 6:15 am, by Daniel, under
actionscript.
Some browsers put in padding around flash content that is scaled to fit 100% height and width. This is a quick CSS / HTML fix to make your full-screen flash movie fit the full height and width of the browser. Just put this in the top of your HTML inside your CSS declaration * {margin:0px;padding:0px;}
Posted on September 9, 2009, 7:27 am, by Daniel, under
actionscript.
I’ve just updated UK Postcode Mapper Firefox plug-in to support Firefox version 3.5.* Once you’ve added the button to your toolbar, you can see any UK post code on a map in only two clicks.
Posted on September 8, 2009, 6:19 am, by Daniel, under
actionscript.
Dissidia: Final Fantasy went live this week. It uses the GAIA framework and supports English, French, Italian, Spanish, German and Russian languages. The game looks great and has some amazing artwork! http://www.dissidia-finalfantasy.com/
Posted on September 6, 2009, 2:13 am, by Daniel, under
actionscript.
Flash player 10 has many cool features including sound generation. My goal is to learn about these in greater detail. I have a project in mind that I’m going to be working towards and this is the first step in that direction. Move your mouse from left to right to control the wavelength/pitch. You will [...]