Pichet Posted January 24, 2007 Share Posted January 24, 2007 Hi, I created a Slax module of Pandora's Jar CF7 to be used under Linux (Live CD)... 'pluginreg.dat' has been modified to disguise flash v7.0.25.0 as flash v9.0 d55, "about:plugins" says it's effectively v9 while http://www.adobe.com/shockwave/welcome/ says it's v7.0.25.0, actually (which is correct). I've created a pair of KMenu links to launch the server then FireFox at this location: 127.0.0.1:8085 (it fails with localhost); the Pandora player doesn't complain about flash v7 and starts normally but no music can be grabbed because it's unable to locate artist and song information, as the text below the button says. There are .MP3 files in /tmp/plugtmp so i'm wondering if that's a flash version problem (there's no v8 available) or if it's because i got it dead wrong when i pointed TEMP at /tmp/plugtmp. :cry: Quote Link to comment Share on other sites More sharing options...
ColdFusion Posted January 25, 2007 Share Posted January 25, 2007 1) where can I download that livecd in order to test it? 2) the problem is not a configuration one - it's with the pandora API, look at: <OBJECT id="PandoraEvents" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="0" width="0 " classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <PARAM NAME="movie" VALUE="http://www.pandora.com/PandoraEventsv2.swf"/> <PARAM NAME="quality" VALUE="high"/> <PARAM NAME="bgcolor" VALUE="#FFFFFF"/> <PARAM NAME="menu" VALUE="false"/> <PARAM NAME="FlashVars" VALUE=""/> <EMBED src="http://www.pandora.com/PandoraEventsv2.swf" quality="high" bgcolor="#FFFFFF" WIDTH="0" HEIGHT="0" MENU="false" NAME="PandoraEvents" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" FlashVars="" /> </OBJECT> at the end of pandoraGrabber.html, the problem is in this object or related to it. [or with the javascripts - which is less likely] Quote Link to comment Share on other sites More sharing options...
Pichet Posted January 26, 2007 Author Share Posted January 26, 2007 Hi ColdFusion, My file is here and Slax sits at the next address: http://download.yousendit.com/9F1C52B435888714 'Pandora_Flash7Fixed.mo', 4788 KiloBytes http://www.slax.org/download.php SLAX Standard Edition v5.1.8.1, 192 MegaBytes Insert these Java and FireFox modules in the .ISO: http://www.slax.org/modules.php?category=system&id=1800 Java 2 JRE v1.5.0_09, 30.43 MegaBytes http://www.slax.org/modules.php?category=network&id=2096 Mozilla FireFox v2.0.0.1, 9.44 MegaBytes I hope this FireFox module has Java ready, the one i got is in foreign language so it's no good here. Module insertion can't be made easier if you do it with a utility such as UltraISO: you just add the file to the /modules/ pre-existing directory if it must be loaded automatically or /optional/ if not. The Flash v9 plugin is already included on Slax so my Pandora module overwrites it with the older one and modifies the .DAT file as was explained to us. Of course, it's not a finished product (the launch KMenu links need to be revised) but i'm quite sure you and your readers can cope with a console line, search for a pair of simple scripts at the root... Quote Link to comment Share on other sites More sharing options...
forkart Posted January 30, 2007 Share Posted January 30, 2007 You can use magiciso to add files to /modules/ pre-existing directory. http://www.magiciso.com/ Quote Link to comment Share on other sites More sharing options...
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.