Things that matched 'move'

  • What is an ArrayCollection?

    What is an ArrayCollection? For developers new to Flex, possibly one of the most confusing parts of understanding how to use the Flex Framework is the...

  • 10 things I like about Flex Builder 4

    After getting my hands on a copy of the Flex Builder 4 alpha during Heidi Williams and Ryan Stewart's session at MAX Milan; I dashed...

  • The challenges of streaming video

    It's been a while since my last post, mainly because I've been messing around with Adobe Flash Media Streaming Server 3 , and building a...

  • Interesting feature of the contains() method

    We've all been playing around with ActionScript 3.0 for some time now, but it's amazing how much of the core display list features remain a...

  • Are defaults a good idea?

    Consider the following method signature: public function start( time:int=5, stop:int=7, message:String=null, error:String="There was an error", align:String="center" ) :void {} Initially, this would seem a hassle free way of...

  • How can script injections be good?

    Wandering around the various blogs and forums relating to ActionScript, as I frequently do, I came across an article that not really troubled me. Over on...

  • Duplicate event listeners

    I got asked the other day what happens if you already have a listener assigned to an object and then reassign it again. Wondering under...

  • Remove redundant workspaces

    After a while of using Flex Builder (or Eclipse), you end up with a load of workspaces lying around that are seldom used. When their...

  • Typed Arrays - Hurray!

    I for one am very pleased to see that the typed Array is making a debut in the forthcoming Flash Player 10 release! For those...

  • stageWidth is zero in IE

    There's a strange bug in SWFs embedded in IE using SWFObject where even after your ADDED_TO_STAGE events have fired, on initialisation both stage.stageWidth and stage.stageHeight...

Page 1| 2| 3| 4|

33 articles