Your comments
This will be resolved this week.
If time sensitive, please send us your animated gif loader - and we will set it up for your account.
Please email to support@sitepal.com
Regards,
Gil
Hello!
We see the problem and are looking into it.
I will post here when resolved.
Regards,
Gil
The SitePal Team
You want to make sure the call to saySilent (or any other api function) is made after your SitePal character is loaded. To that end, use vh_sceneLoaded callback to verifyScene has loaded before making any API call.
So you can make the call in the callback itself.
Or, make the call in response to user action.
Here's a technical example that demonstrates the latter -
https://sitepal.com/api/examples/saySilent.html
Hope this helps.
Gil
Hello!
There is no function called say me or sayme or say.
There are three main speech functions that you should become familiar with -
1. sayAudio - to speak previously uploaded or recorded audios
2. sayText - for realtime Text-to-Speech audio
3. sayAI - for user interaction with your SitePal Bot (or 3rd party bot)
To become more familiiar with using our API I recommend reading the introduction section in our Client API reference document on our support page.
Here is a direct link -
https://www.sitepal.com/docs/vhost_API_Reference.pdf
On our support page - www.sitepal.com/support - you will also find links to dozens of technical examples demonstrating how to use our API. Please peruse those examples, and feel free to copy their source code to your own page to get started.
Regarding the test page you shared above - In your page you are trying to call the function saySilent (please look un in the reference doc what it does). But it will not work before your character has loaded.
You should use the callback function vh_sceneLoaded to find out when it is safe to call the API.
Finally, if you have specific questions - please send us a note to support@sitepal.com - and we will be happy to look into and advise.
I hope this helps,
Gil
ps. great character!
Hello!
Powerpoint no longer supports the plugin mechanism that once allowed us to make this work.
They also do not support the insersion any type of Javascript code.
But our recently introduced No-Javascript embed code should work,
Please try and let me know how goes -
See -
https://answers.microsoft.com/en-us/msoffice/forum/all/importing-html-objects-into-powerpoint/43ffc6ec-87ed-47c5-b4c0-99b76945a975
https://www.techwalla.com/articles/how-to-add-an-html-object-to-powerpoint
Regards,
Gil
The SitePal Team
Hi Sami -
Did you reach out to our support & provide a link to your page?
Let me know,
Best,
Gil
Hi Sami,
We need to see what you are trying to do (exactly) in order to be able to advise & assist.
Please send us a link to your web page, where the problem can be seen - to support@sitepal.com - and explain how to recreate the problem.
In general, Safari is stricter in its interpretation of permissible conditions for audio playback. This is a known issue. Please read our API Reference Introduction section "Play on Load" - with a special note on Safari browser, you may find it helpful.
As noted, we'll need to see your page to comment and advise further.
Regards
Gil
The SitePal Team
Customer support service by UserEcho
Hello!
This issue has been fixed & verified. Apologies for the inconvenience.
Please try again to upload your custom loader & let us know if any problem is encountered.
Best regards,
Gil
The SitePal Team