Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save agoodkind/9602046 to your computer and use it in GitHub Desktop.
Save agoodkind/9602046 to your computer and use it in GitHub Desktop.
5 song dynamic billy player
<meta name="text:songtitle1" content="" />
<meta name="text:songlink1" content="" />
<meta name="text:songtitle2" content="" />
<meta name="text:songlink2" content="" />
<meta name="text:songtitle3" content="" />
<meta name="text:songlink3" content="" />
<meta name="text:songtitle4" content="" />
<meta name="text:songlink4" content="" />
<meta name="text:songtitle5" content="" />
<meta name="text:songlink5" content="" />
<embed src="http://www.sheepproductions.com/billy/billy.swf?
autoplay=false&f0={text:songlink1}&t0={text:songtitle1}&f1={text:songlink2}&t1={text:songtitle2}&f2={text:songlink3}&t2={text:songtitle3}&f3={text:songlink4}&t3={text:songtitle4}&f4={text:songlink5}&t4={text:songtitle5}&total=5" quality="high" wmode="transparent"
width="200" height="10" name="billy" align="middle"
type="application/x-shockwave-flash" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment