It might be a little work, but you can take a look and see what you think. Let me go in and comment my code a little better. Send me an email at bjewell79@hotmail.com.
I have never used a bar chart component, but I've done what you are trying to do by drawing the bar chart dynamically. It might be a little more work, but all I do for mine is read my values into arrays and then do for loops through them. It wouldn't be hard to print your date received and...
I am trying to sort an associative array based on a field that has numbers using the sortOn method. The problem is that the sort is sorting on the first digit, like it was treating the number like a string. However, I am converting the number to a number before sorting using Number(). Here is...
Prasoon,
Thanks for the tip. I did end up getting this to work, but not with onUnload. It can't pass my call to Flash fast enough before the window closes. In reading on the net, I found that my best bet was to do some rewriting with the socket server in order to make the server handle this...
I am trying to figure out how to execute one last command in my Flash movie when the user closes the browser. I am working with socket servers to monitor users currently online (like in a chat room), so I need to send a "logout" bit to the server when the browser is closed.
In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.