|
|
|
|
|
|
|
|
|
|
|
|
Patrick Jansen
Administrator
Full Member
    
Posts: 146
|
 |
« Reply #126 on: July 29, 2010, 05:17:14 AM » |
|
Could you try something? in player.as, look for lines public function loadAsong(nr) { if(nr>=0 && nr<totalitems){ Mnr_now = nr; loadnewmusic(Mnr_now); } } And add a line so it becomes public function loadAsong(nr) { if(nr>=0 && nr<totalitems){ Mnr_now = nr; loadnewmusic(Mnr_now); Mpaused = false; } } hope that fixes the phenomena... small change, big difference
|
|
|
|
|
Logged
|
|
|
|
Howman
Jr. Member
 
Posts: 90
|
 |
« Reply #127 on: July 29, 2010, 06:59:31 AM » |
|
That fixed the bottons so now to stop the auto play just remove that line you where talking about or put this back in if(buttons.pp){ buttons.pp.b_play.visible = true; buttons.pp.b_pause.visible = false; } Mposition = musicChannel.position; musicChannel.stop(); Mpaused = true;
this is not realy a problem but just wanted to let you know that with your fix your fix If you goto playlist pick a song then click pause/play you got to click it twice but thats not a big deal to me.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|