| View previous topic :: View next topic |
| Author |
Message |
mtbchick AFC Member
Joined: 24 May 2007 Posts: 7
|
Posted: Mon Apr 13, 2009 10:33 pm Post subject: MP3 Auto Play |
|
|
I am using the Simple MP3 Player. How do I make it so that the first track doesn't start playing automatically. I want the user to select a track and hit the play button before it starts playing.
Thanks! |
|
| Back to top |
|
 |
nerfkhat AFC Team

Joined: 19 Nov 2007 Posts: 2105
|
Posted: Fri Apr 17, 2009 2:35 am Post subject: |
|
|
hi,
You can set it through the component inspector or with actionscript.
| Code: | | yoump3instance.autoPlay = false; |
Thanks |
|
| Back to top |
|
 |
|