View Single Post
  #4 (permalink)  
Vecchio 11-15-2007, 05:55 PM
Perla Perla non è in linea
Junior Member
 
Registrato dal: Nov 2007
Messaggi: 1
predefinito

Se vi può interessare, questi sono i parametri che gestiscono l'applet:

Quote:
{"clip", "URL", "audio clip"},
{"bgcolor", "color", "background color"},
{"fgcolor", "color", "foreground color"},
{"bgstatus", "string", "background status string"},
{"noplay", "boolean", "don't show play button [false]"},
{"noloop", "boolean", "don't show loop button [false]"},
{"nostop", "boolean", "don't show stop button [false]"},
{"noload", "boolean", "don't show load button [false]"},
{"boxplay", "boolean", "use a checkbox for play button [false]"},
{"boxloop", "boolean", "use a checkbox for loop button [false]"},
{"boxstop", "boolean", "use a checkbox for stop button [false]"},
{"playlabel", "string", "play button label [Play]"},
{"looplabel", "string", "loop button label [Loop]"},
{"stoplabel", "string", "stop button label [Stop]"},
{"loadlabel", "string", "load button label [Load]"},
{"nextlabel", "string", "next load button label [Reload]"},
{"nextload", "boolean", "keep load button for reloads [false]"},
{"oninit", "actions", "actions on applet initialization []"},
{"onstart", "actions", "actions on applet start []"},
{"onstop", "actions", "actions on applet stop [quitstop]"},
{"ondestroy", "actions", "actions on applet destruction [stop]"},
Qui la fonte: http://javaboutique.internet.com/Cli...ipControl.java
Rispondi quotando