Archive for the 'General' Category
I couldn’t resist, the WordPress plugin made this too easy.
w00t for CSS Naked Day!
Windows media vs. Flash Video
0 Comments Published by admin September 10th, 2006 in General, Flash Platform, RantsThere’s a very interesting write-up on Windows media vs. Flash Video, the nice thing is it’s objective. Just try and ignore the rather lazy design.
I mean I can scream and shout with the best of them about how rubbish every other format is, but my opinion is only partly based on exprience.
class Proximity extends MovieClip {
public var proxRadius:Number;
public var clips:Array;
public function Proximity() {
}
public function scaleProximity(clips:Array, proxRadius:Number, fade:Boolean):Void {
for (var i:Number = 0; i < clips.length; i++) {
var scaleBuffer:Number = proxRadius+100;
var xMousePos:Number = _root._xmouse;
var yMousePos:Number = _root._ymouse;
var cx:Number = clips[i]._x;
var cy:Number = clips[i]._y;
var prox:Number = Math.round(Math.sqrt((xMousePos-cx)*(xMousePos-cx)+(yMousePos-cy)*(yMousePos-cy)));
if (prox < proxRadius) {
clips[i]._xscale = clips[i]._yscale = scaleBuffer - prox;
if (fade) […]
Well I know what I’m doing first thing Monday morning, writing up a business case for my current employer to pay for me to go to Flash on the Beach.
And if that fails, hell, I’ll fork out the super-early-bird price myself, what’s ¬£199 between me and the bank?
So last weekend we (g/f, +2) took a stroll down to London’s south bank for a bit of culture.
Started off at The Design Museum with a look at 2006’s Designer of the Year entries. The 2 that stood out for me were The Guardian re-design and Jamie Hewlett.
The Guardian room is jam packed with […]
Last night’s London MMUG @ Adobe Live
0 Comments Published by admin May 28th, 2006 in General, Flash PlatformSo the open discussion at Adobe Live was a lively affair.
Topics touched on include:
Data ownership, www.openrightsgroup.org, shared data, open API’s, the flickr/google maps effect - I agree with the panel that, whenever anyone is publishing data online it should have an API and be usable by anyone how wants to use it. Sadly in the […]
Wednesday is shaping up to be a fun day, got my Adobe Live tickets and signed up for the London MMUG meeting in the evening.
Aparently the MMUG stand will be giving away a copy of  Adobe Video Bundle to all new members that sign up on the day.
Hopefully I’ll find some time today to have […]
Before I start using this blog I thought I’d better get my house in order and install Akismet and Bad Behavior.
I had an old version of Word Press running a private blog that I’d kept tucked away, it started getting spammed, I’d read over at Aral Balkan’s blog that Akismet and Bad Behaviour are the […]
Search
About
You are currently browsing the A Flash Developer weblog archives for the 'General' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Latest
- The Value Object Pattern
- Flex 3, AIR, FlashPlayer, Safari for PC and Leapard!
- blogging from my ultra thin Samsung X820
- Publish all open documents in Flash
- Removing svn meta data with the Terminal
- Quote of the day…
- PC World: “Users Take Sides in Flash-Silverlight Clash”
- The Web Design Survey
- New Host
- Apollo makes the tintrnet possible
