Welcome, Guest. Please login or register.
Did you miss your activation email?
September 09, 2010, 10:19:31 PM
Home Help Search Login Register
News:

+  Patrick Jansen Forum
|-+  Stock Flash Items
| |-+  XML MP3000 / XML MP3 WHEELS
| | |-+  Hello
« previous next »
Pages: 1 ... 7 8 [9] 10 11 Print
Author Topic: Hello  (Read 1133 times)
Patrick Jansen
Administrator
Full Member
*****
Posts: 146


Email
« Reply #120 on: July 29, 2010, 04:19:29 AM »

ah, ok, i see it now. Weird, seems like a new audio channel is created where it actually should replace the existing one. Will look for a fix.
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #121 on: July 29, 2010, 04:22:09 AM »

Ok so I am not craze cool so removing that line will do nothing then
Logged
Patrick Jansen
Administrator
Full Member
*****
Posts: 146


Email
« Reply #122 on: July 29, 2010, 04:24:37 AM »

that specific line makes the 1st song being played
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #123 on: July 29, 2010, 04:27:26 AM »

oh I see, but should i just wait for you to fix it then and see how it goes from there.
Logged
Patrick Jansen
Administrator
Full Member
*****
Posts: 146


Email
« Reply #124 on: July 29, 2010, 04:34:43 AM »

yes, that's probably better to avoid unnessary fix attempts/time on your side
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #125 on: July 29, 2010, 04:37:22 AM »

Thank you I will just wait.
I will not ask for an eta but can you email/post when there is a fix so i can redownload.
Logged
Patrick Jansen
Administrator
Full Member
*****
Posts: 146


Email
« Reply #126 on: July 29, 2010, 05:17:14 AM »

Could you try something?

in player.as, look for lines

Code:
public function loadAsong(nr) {
if(nr>=0 && nr<totalitems){
Mnr_now = nr;
loadnewmusic(Mnr_now);
}
}

And add a line so it becomes

Code:
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


Email
« 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
Code:
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
Patrick Jansen
Administrator
Full Member
*****
Posts: 146


Email
« Reply #128 on: July 29, 2010, 07:21:52 AM »

ah ok, will also look into that.
about autoplay, yeah try deleting the line and see if that's enough to hold off auto start first song
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #129 on: July 29, 2010, 07:23:45 AM »

you can check on my site going to remove that one line then report back
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #130 on: July 29, 2010, 07:39:25 AM »

loadnewmusic(Mnr_now); there are 5 of these in the as which do i get ride of
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #131 on: July 29, 2010, 07:42:08 AM »

Never mind 627 i rember you posted 647
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #132 on: July 29, 2010, 07:55:48 AM »

Can not remove that line at 627 loadnewmusic(Mnr_now);
it undoes your fix and makes things worst the bottons will do not not even volume
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #133 on: July 29, 2010, 08:06:25 AM »

Let me try this again I have messed somthing up some where
Logged
Howman
Jr. Member
**
Posts: 90


Email
« Reply #134 on: July 29, 2010, 08:41:46 AM »

I put this back in suits me better
Code:
if(buttons.pp){
buttons.pp.b_play.visible = true;
buttons.pp.b_pause.visible = false;
}
Mposition = musicChannel.position;
musicChannel.stop();
Mpaused = true;
Logged
Pages: 1 ... 7 8 [9] 10 11 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!