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 25, 2009, 6:10 am, by Daniel, under
Uncategorized.
This site for Moonbeam Films went live last week. It is AS3.0, XML controlled and uses the Gaia framework. It also uses the Google Maps API which is very easy to set up and use. http://www.moonbeamfilms.co.uk
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 [...]
Posted on September 4, 2009, 7:51 am, by Daniel, under
actionscript.
UPDATE 29/09/09: This technique is possibly no longer valid with the latest version of Papervision3D. Here is a small example I put together quickly today to demonstrate how to drag in 3D using Papervision and the InteractiveUtils.getMapCoordAtPointDO3D function. Since my last post on this in December last year, the Papervision getMapCoordAtPointDO3D method returned object’s x [...]