PDA

View Full Version : Dynamic Seqence Diagram Viewer Control (Flash/AS3)



rjewson
July 19th, 2007, 05:17 PM
I wrote this to be able to draw, animate and update sequence diagrams (these are used to represent a sequence of activities between entities in UML) in a users browser for real-time process monitoring.

The control can be fed XML descriptions via a socket server or from URLs.

The code will be release on google code soon.

You can find it here http://home.planet.nl/%7Eborst595/

hybrid101
July 20th, 2007, 12:36 PM
weird, nothing's loading for me:(

rjewson
July 20th, 2007, 02:53 PM
weird, nothing's loading for me:(

If it says "Waiting for input" then you can click the button in the bottom left to cycle the test cases.

mikken
July 20th, 2007, 04:16 PM
It loads perfectly for me. Looks like you've done a solid job, but i'm no good at flash so i can't give you proper feedback. Would've been nice to see it put to good use.

It seems maybe a little too floaty? I'd really like to see some know-how peoples feedback on this

rjewson
July 20th, 2007, 04:49 PM
Yeah its not your normal flash content - its really designed to help visualize real time processes across multiple systems (only really useful for Enterprise Integration and Business Process Management).

Most of the flashy, moving, fading effects are optional (try minimizing a group to see).

It was my first AS/Flash project and I got carried away.