Brug af AI afslører de svagheder, virksomheder allerede har opbygget gennem års cloud-transformation, nye SaaS-løsninger og fragmenterede sikkerhedssystemer.
In the midiList array, use EXACT name of the MIDI file (with the .mid extension) that you would want to hear In the titleList array, type the title of the coresponding song.
(The page containing this script MUST be in the directory which your songs are in, otherwise, specify a directory where your songs are located when editing the midiList array)
Example: If you type: \"mysong.mid\" in the 4th column of the midiList array, then you would type \"My Song\" in the 4th column of the titleList array.
*/
// Below, you can insert your MIDI songs and their titles into the jukebox.
midiList = new Array(\"\",\"song1.mid\",\"song2.mid\",\"song3.mid\"); titleList = new Array(\"\",\"Glycerine\",\"All I Have To Give\",\"When I Come Around\");
// Now, you choose the format for the way the title of the song is displayed
checkBold=0; // Would you like the title Bolded? (1 = yes 0 = no) checkItalic=1; // Would you like the title in Italics? (1 = yes 0 = no) checkUnder=0; // Would you like the title Underlined? (1 = yes 0 = no) fontColor=\'red\'; // Choose the color of your MIDI title (example: red, blue, black) fontFace=\'Verdana\'; // Choose the font for your MIDI title (example: Verdana, Arial, Times New Roman)
// Do not touch anything below this tag. // Variables are set
howMany = midiList.length-1; date = new Date(); seed = date.getTime(); randomNumber = parseInt(((seed - (parseInt(seed/1000,10) * 1000))/10)/100*howMany + 1,10);
function listMIDI(){ document.write(playMIDI); for(x=0;x<=howMany;x++){ if(x==0)document.write(\"<B>Albums in Jukebox</B>:<BR>\"); if(x!=0 && x!=randomNumber)document.write(\"<font face=\"+fontFace+\"> \"+x+\" - \"+titleList[x]+\" (<A HREF=\"+newLocation+\"?\"+x+\">play</A>)</font><BR>\"); if(x==randomNumber)document.write(\"<font color=\\\"\"+fontColor+\"\\\" face=\"+fontFace+\">\"+bold+\"\"+italic+\"\"+under+\"\"+x+\" - \"+titleList[x]+\"\"+under2+\"\"+italic2+\"\"+bold2+\" - Now Playing...</font><BR>\"); } }
//-->
</SCRIPT>
Copy & Paste scriptet der hvor din jukebox skal være:
<SCRIPT> listMIDI(); //--> </SCRIPT>
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.