Rzzkfyybhpnjg
New Member
I'm currently working with some friends on designing a site to teach guitar for our final project. I found this great site Songsterr, that provides full songs + the rhythm which would be great if the API could do more. But as far as I can see, it can only request song information and construct links. It can't use the SongsterrPlayer. I'm currently using iframes to display the player, but the problem is that javascript doesn't work since they're different domains, so I can't autoscroll down to the SongsterrPlayer onload. There's a workaround that involves "creating a dummy html page that hosts the external website within it", but that renders it difficult to change the source of the site. Is there a more efficient way to display Songsterr player, with or without iframes?