Talk:Server monitor example

From Organic Design wiki
Revision as of 04:38, 24 March 2006 by Rob (talk | contribs) (applications of flash)

This has good practical applications for me at Uni as I can design these nice flash graphs to display information in real time, and the page never needs to reload. There is heaps of scope for visualisation. --Rob 16:38, 24 Mar 2006 (NZST)


Excellent! now I can change the existing scripts to get rid of the pre-compiled primitives! it requires swf-version-6, but we're already dependent on at least 6, so this is some excellent progress :-) --Nad 16:29, 24 Mar 2006 (NZST)


The SWF "security" model doesn't allow you to request url's outside the domain the swf is served from, so you'll need to change from embed to publish and save the swf to that domain - currently the swf.php is hardwired to treat the url as local (relative to htdocs). --Nad 14:43, 20 Mar 2006 (NZST)

What will do is create an article with the same format as the data I expect from the web server (with running processes etc) and get the swf to ftech that from your wiki. Then when it works I will run it from my server. --Rob 15:00, 20 Mar 2006 (NZST)