# Should this just work - loopplayer

**URL:** https://forum.kirupa.com/t/should-this-just-work-loopplayer/169550
**Category:** Uncategorized
**Created:** [November 17, 2005, 3:58am UTC](https://forum.kirupa.com/t/should-this-just-work-loopplayer/169550 "2005-11-17T03:58:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![markireland](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/markireland/32/1115_2.png) [@markireland](https://forum.kirupa.com/u/markireland)
#### Post date: [November 17, 2005, 3:58am UTC](https://forum.kirupa.com/t/should-this-just-work-loopplayer/169550/1 "2005-11-17T03:58:49Z")

</div>

I have been looking at Glen Rhodes MixerSequencer.fla and I tried to change it from a multi mp3 file player into a multi loop player by changing this

mc.s.start((bar \* msPerBar) / 1000);

to this

mc.s.start((bar \* msPerBar) / 1000, 99);

after this is declared  
tempoBPM = 94.25;  
msPerBar = 240000 / tempoBPM;

Should this just work?
