Hey guys, I wasn’t too sure where to ask this but I guess it relates to this category the most. So…
I Have been using flash for about five years now, and create quite a few flash based websites with dynamically loaded content. The content comes from a mySQL database using PHP and Actionscripts LoadVars.sendAndLoad method.
I take care of all the Flash/Actionscript side of thing while our developer does all the database/php side (makes sense). Lately the projects have been getting more complicated, with more smaller requests. Its even more confusing if I come back to an older project and have to change something. I have to sort though a maze of requests, that even with good comments, takes time to figure out whats going on.
So anyway, all im wanting is a way to draw up some sort of diagram of all the requests I make. Basically I need to map out all the requests so me or someone else can look at the document and find out how it works much faster than searching through the code.
So does anyone have any ideas of some sort of diagram that would suit this sort of thing? Is there any sort of standard I can use?
Any help, examples or links would be great. Thanks.