Changeset 31640 for lang/actionscript
- Timestamp:
- 03/28/09 13:00:09 (3 years ago)
- Location:
- lang/actionscript/flmml/trunk/src
- Files:
-
- 2 modified
-
com/txt_nifty/sketch/flmml/MTrack.as (modified) (1 diff)
-
flmml.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MTrack.as
r31399 r31640 224 224 } 225 225 public function recRestMSec(msec:int):void { 226 var len:int = msec * 44 010 / (m_spt * 1000);226 var len:int = msec * 44100 / (m_spt * 1000); 227 227 seek(len); 228 228 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)