Tag: actionscript

Here you can see a listing of all the posts tagged with actionscript on this website.

  • Deleting XML child nodes in ActionScript3/E4X

    Posted on March 10, 2008 at 13:57 +0100 Tagged with , , ,

    Yesterday I needed to rid an XML node of all child nodes using ActionScript3's E4X API. Since I'm still completely new to AS3 (and AS in general) as well as E4X I first thought the solution for this would be close to how you do it is done in DOM by just iterating over all children and executing node.removeChild(child), but for some reason, doing it this way didn't always work out for me.

    [more ...]

    0 comments

  • My first Flex-App with VisualGraph

    Posted on Jan. 20, 2008 at 19:27 +0100 Tagged with , ,

    Yesterday, while playing around for the first time with Adobe Flex, I came across a really cool component for visualising directional and non-directional graphs. The Flex Visual Graph Library does more or less everything for you. All you have to do, is add nodes and edges to it and select one from a bunch of layouting algorithms for positioning these nodes.

    [more ...]

    2 comments