Yes you did, thanks a lot Karavas !
line 50 concerns only the flash method though
If you don’t use flash for your slideshow, you’ ll have to find and replace “home_url()” by “site_url” on line 132 also
line 132 : ‘domain: “‘ . trailingslashit ( home_url() ) . ‘”,’ .
becomes
line 132 : ‘domain: “‘ . trailingslashit ( site_url() ) . ‘”,’ .