lexx Posted January 16, 2007 Posted January 16, 2007 I have got PJ working fine (sorted the Flash 8 hack & got it recording MP3s ok) I do have one problem though - When I load up Pandora's Jar in Firefox (localhost:8085)... At first all seems fine but after Pandora completes loading, the Pandora window shifts up left so the buttons cannot be reached. There is no scrollbar or anything like that. See this screenshot It almost seems like a deliberate hack by Pandora to break Pandora's Jar I did get it not move once by hitting F5 to reload but this doesn't seem to be working any more. Has anyone else seen this? Any ideas how to fix. Can't find mention of it on the forum... Thanks in advance for any help Alex Bowyer (email address is in the screenshot if you want it) Quote
ColdFusion Posted January 17, 2007 Posted January 17, 2007 I have got PJ working fine (sorted the Flash 8 hack & got it recording MP3s ok) what fix did you use for the "flash upgrade required" problem? this looks like something related to CSS, do you have any related plugins? The pandora player put itself in a div with id "TunerContainer" or in an iframe named "tunerFrame", i'm not sure which is the one that causes it to get displayed there. <div id="TunerContainer"> <iframe src="http://www.pandora.com/?cmd=mini" scrolling=no id="tunerFrame" name="tunerFrame"></iframe> <script type="text/javascript" src="js/pandora.js"></script> </div> try putting a few line breaks ("<br>") in the pandoraGrabber.html file, just before the code shown above, let me know if this workaround works. Quote
lexx Posted January 18, 2007 Author Posted January 18, 2007 what fix did you use for the "flash upgrade required" problem? I downgraded to flash 8 & used the "change values in pluginreg.dat" fix to convince pandora I have flash 9. this looks like something related to CSS, do you have any related plugins? Only CSS viewer - but that is currently not enabled. try putting a few line breaks ("<br>") in the pandoraGrabber.html file, just before the code shown above, let me know if this workaround works. Thanks for this tip - It didn't work directly (I guess <br> is ignored outside a div... However your pointing me to the right file enabled me to work out a workaround on the same lines. Basically I moved the tuner container right to the end of the form (just before </form> tag. Then it was still moving up left and blocking settings panel - so I just duplicated the div that was right at the end of the </form> 5 times. This shifts the player down just enough so that when it moves up, it doesn't block anything. It's slightly ugly - but good enough for me. I'm sure a CSS/HTML expert can come up with a better solution if others hit this. Thanks again for your help! Quote
ColdFusion Posted January 19, 2007 Posted January 19, 2007 Great to see that it's working for you, I'm wondering what might cause this to render differently on your computer, any special settings? special display adapter? special version of FF? when have you installed FF? how many plug-ins have you got installed? Quote
lexx Posted January 19, 2007 Author Posted January 19, 2007 I see the same problem on two different computers so I am not sure what is unique to me. The one I'm at now is a plain Firefox 2.0.0.1 install with DownThemAll,Enhanced History Manager, FireBug, CSS Viewer, Googlepedia, StumbleUpon, TabBrowser Preferences and AllinOne Gestures. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.