[Fixed] Error When Embedding Hookpad

Hi-
I’m receiving the following error when trying to embed my Hookpad:

https://www.dropbox.com/s/ym381s46ug7v42c/Screenshot%202016-08-24%2008.42.58.png?dl=0

I believe I’m following the embed directions correctly.

Thanks
Matt

@matt5834, sorry about that. I believe it is because we use a protocol-less (without http: or https:) URL for the path to the sound assets to preserve whatever protocol the users browser is using (HTTP or HTTPS). Since you are running locally as with a “file:” protocol, it is trying to access the sound asset at a URL of "file:/ … " which doesn’t exist on your computer. If you put the code on a real website or run from a local host on your computer it will work.

Let me know if you need additional help.