# Play a random track
play_one <- function(){
(i=sample(1:nrow(albums),size=1))
cat(i,"\n")
system(paste("afplay '",paste(albums[i,"directory"],albums[i,"filename"],sep="/"),"' &",sep=""))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.