Your comments

Hi Eric - 


Yes there is, on the SitePal support page:

www.sitepal.com/support

Here is a direct link to the example:

https://sitepal.com/api/examples/react/index.html


And a direct link to the accompanying documentation, please review:

https://sitepal.com/docs/Embed_SitePal_in_JS_Frameworks.pdf


Hope this helps, lmk if any questions.

Regards,

Gil

The problem has been resolved. 

Thanks again for reporting the issue.

Regards,

Gil

Yes - thanks for calling our attention to it.

Looks like a configuration issue with this demo - we're looking into it.


Hi Phil - 

Please send us an email to support@sitepal.com and include a link to your web page where your SitePal Scene is embedded - so that we may advise.

Best regards,

Gil

The SitePal Team

 

Hello Michael -

We've updated our technology to HTML5 based characters several years ago.

Some customers' pages could be automatically updated (and were), but in other cases users need to update their page.

What you need to do - 

* login to your SitePal account

* locate the Scene which is embedded in your web page

* select the "publish' tool, and copy the embed code for your Scene (set the dimensions to match your need).

* paste the fresh embed code into your HTML page - AND - remove the old embed code.

* repeat this process for every page in which your SitePal characters appear.


Hope this helps - let us know if any questions.
Regards,

Gil

Yohan - 

I think I understand what you are asking - let me try to explain further. 

* You can set your Scene to "play on load" (turn on in Scene Options)

* As you described - this may work fine in your development environment (localhost), but will be blocked by the browser when served from the web server. 

* To add to the confusion, "play on load" might not always be blocked - it may work sometimes. 

* For new users coming to your web site - it will almost always be blocked.

So, in designing your web page, you should assume that the character will not play-on-load. If the speech is a critical part of the page design, you may want to add a prominent button, or pop-up, to prompt the user to interact with the page.  This button can be used to initiate speech using the API. 

You asked about "setStatus" - this function is part of our Standard (Client) API - a set of JavaScript API functions that is built in to SitePal and can be used from your web page when you embed your speaking charactrer.

Please review API documentation and examples on our support page here: 

www.sitepal.com/support

Hope this helps,

Gil

Hello Yohan!

On modern web browsers, audio playback in a web page must be preceded by user interaction with the page (e.g. user clicks on a button, or touches the screen). This user action “activates” the web page which will then allow audio playback. This restriction is intended to prevent a web page from playing audio unprompted. Attempting to do so will not cause a problem – but may not work, depending on the browser & the circumstances.

On desktop browsers, the restriction is not absolute. Some browsers will allow play-on-load for a user who has visited your page before and interacted with media on the page. The policies enacted by browsers in this regard are both evolving & undocumented.

The main takeaways should be:

  • It is ok to try to initiate speech as soon as the page loads (if you are doing so using the API verify that API has loaded first!).

  • You should be aware that such play-on-load attempts may be blocked by the browser, and will always be blocked on mobile browsers.

  • It therefore makes sense to design your web page / application to not rely on play-on-load. You should always provide another way for the user to initiate the verbal interaction with your speaking character, in case play-on-load is blocked.

I hope this is helpful.

Regards,

Gil

The SitePal Team