Jump to content

limpits

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by limpits

  1. hah, that would have been nice to know.
  2. Okay, after a few minutes of messing around with the java I found the hide and show commands within the files. Here is how to fix it if you are having this problem: 1. Open jsprototype-1.4.0.js in Wordpad or some text editor. 2. Search for the code below hide: function() { for (var i = 0; i < arguments.length; i++) { var element = $(arguments[i]); element.style.display = 'none'; } }, 3. Replace this line: element.style.display = 'none'; with the line below (I recommend you comment out the line instead of deleting it by putting /* before the line and */ after the line): element.style.display = ''; 4. All the advanced controls should show up again when you run the program. Change the settings and then go back and remove the changes you made in the jsprototype-1.4.0.js file.
  3. I am actually having the same problem. I tried deleting it and running it fresh but it did nothing... Anyone know what to do?
  4. I've tried running flash 8 but the windows walkthroughs don't work for mac. I guess I shouldn't have striked out so much in the last post... As you can see, it doesn't seem like the same trick is going to work for Macs with the pluginreg.dat file. There are two and they don't seem to update since even after I uninstalled flash 9 and installed flash 8 it still said "Shockwave Flash 9.0 r45|$" And the other pluginreg.dat file doesn't mention flash at all in it. Have you heard of anyone getting this to work on mac?
  5. Hey, I found this program a few days ago and have been trying to get it to work. I am failing miserably. I am using a Mac and have relatively no experience using it compared to Windows since I just got this laptop a couple months ago. What I am wondering is: 1. if someone has written a walk through for Mac users (I haven't been able to find one) 2. If this program even still works because I from what I've read Pandora updated which caused some problems. So far I have: -edited the pandoraGrabber. js file -downgraded to flash 8r22 edit: I checked for the pluginreg.dat file and there are 2 for macs. 1 of them seems like it was meant for windows though and it says "Shockwave Flash 9.0 r45|$" instead of the 8.0 stuff so I didn't edit anything. And the other one doesn't have a line anything like that in it. (I say it looks like it was meant for windows because of the address locations within it (eg. C:/Program Files...)) also... when I run pandora.jar it says: "Welcome to Pandora's Jar Attempting to lauch on port 80...unable to launch: Permission denied" Okay, so I have managed to get it to run by manually running some of the commands that are in the .sh file in Terminal. The only problem now is that when I run it, the thing tells me to update my Flash. Anyone know how to fix that for Mac? Since I couldn't come up with anything I upgraded back to the latest version of flash. Pandora loads and plays and everything goes well including the last.fm stuff but it cannot grab the mp3 and gives me an error when it tries to grab stats on the song. I have pasted the errors shown in the client window below (I am using Firefox):
×
×
  • Create New...