IMPORTANT: URLs within any of the data-foo="file.foo" MUST be relative to the wimpy installation folder (WIF)
because the "wimpy.iframe.html" file resides within the WIF, and the "wimpy.iframe.html"
file is the actual page that is loading into our iframe.

 

It's a little confiusing, just pretend for a second that you're
located within the wimpy folder while entering the URLs.

  1. <iframe sandbox="allow-same-origin allow-scripts" width="260" height="60" frameborder="0" scrolling="no" src="../wimpy.iframe.html?skin=wimpy.skins/sixteen.tsv&amp;media=song1.mp3|song2.mp3|song3.mp3"></iframe>
  2.  
  3. <iframe sandbox="allow-same-origin allow-scripts" width="260" height="60" frameborder="0" scrolling="no" src="../wimpy.iframe.html?skin=wimpy.skins/301.tsv&amp;media=song1.mp3|song2.mp3|song3.mp3"></iframe>
  4.  
  5. <!-- IMPORTANT: URLs within any of the data-* options MUST be relative to the wimpy installation folder -->