- differences between jet and odbc
- sugarcrm not inserting email
- select random records from access
- button click event firing twice
- how to send an email using cdosys
- installing perl on win2003 64 bit
- asp.net page event order
- rewrite rule for subdomains only
- extra items in javascript array
- IE7 margin auto not working
- IE7 border style dotted glitch
- ByRef and ByVal in vbscript
- weather rss feed
- Classic asp crib sheet
- Firefox onsubmit image change
- limit records in access
- AccessDataSource is thick
- double margins in IE6
- extra image padding in html emails
- decimal places in linux flash player
- broken emails in outlook 2007
- double spaced IE list items
- cannot remove movieclip
articles:
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.