Articles
AccessDataSource is thickbroken emails in outlook 2007ByRef and ByVal in vbscriptcannot remove movieclipClassic asp crib sheetdecimal places in linux flash playerdouble margins in IE6double spaced IE list itemsextra image padding in html emailsFirefox onsubmit image changeIE7 border style dotted glitchlimit records in accessweather rss feedLast updated: 24/03/2008 16:26:32 GMT
decimal places in linux flash player
In short: flash player 9 running in Firefox 2 on linux (ubuntu) seems to have a greater degree of accuracy than flash player on a windows platform.
Specifically when converting a date to a number eg.
myDate:Date = new Date();
trace(Number(myDate));
The trace will have two decimal places on linux and none on windows.
Obviously the way to rectify this discrepency is to round the numeric date to make sure its the same on both Win and Linux platforms.

