Ignore:
Timestamp:
2005-05-25T17:34:42+12:00 (19 years ago)
Author:
davidb
Message:

MP3Plug updated to make use of newer version of MP3 applet player.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/MP3Plug.pm

    r9853 r9962  
    100100        codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    101101<PARAM NAME = CODE VALUE = "javazoom.jlGui.TinyPlayer" >
    102 <PARAM NAME = ARCHIVE VALUE = "_httpcollection_/tinyplayer.jar,_httpcollection_/jl020.jar" >
     102<PARAM NAME = ARCHIVE VALUE = "_httpcollection_/tinyplayer.jar,_httpcollection_/jl10.jar" >
    103103<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    104104<PARAM NAME="scriptable" VALUE="false">
     
    110110<EMBED type="application/x-java-applet;version=1.3"
    111111       CODE = "javazoom.jlGui.TinyPlayer"
    112        ARCHIVE = "_httpcollection_/tinyplayer.jar,_httpcollection_/jl020.jar"
     112       ARCHIVE = "_httpcollection_/tinyplayer.jar,_httpcollection_/jl10.jar"
    113113       WIDTH = "59"
    114114       HEIGHT = "32"
     
    248248    if (defined $title && $title ne "") {
    249249
    250 
    251250        push(@search_terms,$title);
    252251
     
    258257        push(@search_terms,$assoc_name);
    259258    }
     259
     260    push(@search_terms,"song");
    260261
    261262    my $output_dir = $filename;
Note: See TracChangeset for help on using the changeset viewer.