Your comments
I understand.
We opted to have this in Scene settings and not in the embed code.
There are arguments possible either way.
Regardless - you can control this feature in vh_sceneLoaded callback by calling setVolume.
I know it is a bit cumbersome.
François,
Yes there is a 'setVolume' API call that allows you to do so.
However - please note that setVolume does not function on mobile browsers. The Mobile browser does not enable JS access to the speaker volume level.
Here's one of our API examples which demonstrates use of this function -
http://www.oddcast.com/support1/setPlayer.html
Hope this helps,
Gil
Glad to hear it.
Not sure what happened - possibly a caching issue within the Akamai network may have caused a temporary conflict when code was updated.
Hi - Can you please post a link to your page where we can see the problem?
If you prefer - please send the link to support@sitepal.com
Thanx
You need to setup a simple html page on your web server.
For starters - create a very basic page -
<html>
<header>
</header>
<body>
Your embed code here
</body>
</html>
Then load that page into your web view.
Once that works, you would then modify the page to address your application needs (whatever they may be).
note: if you will be using dynamic TTS (sayText or sayAIResponse) then you also need to setup the page domain as a licensed domain in your SitePal account.
To do that: open ‘Account Info”. Your licensed domains are listed at bottom left. One of the domain names configured there must be identical to the page URL – if you strip away the
preceding “http://” and any path information. For example –
Browser address line is: http://www.mycompany.com/abcd/index.html
Licensed domain name should be: www.mycompany.com
Hope this helps,
Gil
Hi Orly - it looks like you are trying to load a local file - and that file is not present where your code thinks it should be.. Suggest taking another look at your setup.
That said - I don't think you should be using a local html file at all. You may run into problems with your embedded SitePal scene if loaded into a local file - this is not a supported and tested scenario.
I would suggest to have the html file posted on your web server and loaded from there.
As a first step - try loading one of our support example pages - so for example, load this page:
http://www.oddcast.com/support1/sayAudio.html
If the performance/latency of loading from the web is less than ideal for your app, please note my previous comment -
If you want the character to be loaded locally (installed with the app) we support that model as well - but under a different license - if that's of interest to you pls send us a note to sales@sitepal.com.
Best,
Gil
Hi Orly -
You are not using the right embed code.
The embed code you noted here is the old (deprecated) embed code which requires Flash.
Please select the "Standard Web Page" - this will work in HTML5 including on mobile.
Let me know how goes.
Best
Gil
Customer support service by UserEcho
Hi -
That's not possible. TTS playback in SitePal is only available for playback with our speaking characters.
Check out our TTS API product at www.vocalware.com
Vocalware also does not allow audio download - but it may be closer to what you need.
Best,
Gil