# Simple mp3 player

**URL:** https://forum.kirupa.com/t/simple-mp3-player/302028
**Category:** Uncategorized
**Created:** [December 20, 2009, 11:21am UTC](https://forum.kirupa.com/t/simple-mp3-player/302028 "2009-12-20T11:21:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Availor](https://avatars.discourse-cdn.com/v4/letter/a/f04885/32.png) [@Availor](https://forum.kirupa.com/u/Availor)
#### Post date: [December 20, 2009, 11:21am UTC](https://forum.kirupa.com/t/simple-mp3-player/302028/1 "2009-12-20T11:21:26Z")

</div>

Hello everyone, hope someone can help me out:

I want to create a player that loads an external mp3 file and play it.  
Up to here no problem.

What I can’t figure out is how do I start the song to play from time 1.00 minute and make it stop after 20 seconds.

I achieved the stopping by calculating how much is 20 seconds (about 600 frames in my case) and inserted SoundMixer.stopAll(); command (as3). What I don’t know is how to make it play from a certain time.

Hope someone can help me out,

thanks
