SitePal’s community support is here to offer support, solve problems, share ideas, and update our customers about the latest from SitePal!
+1
Fixed

Unable to sayText in Chrome

Aleksandra Maria Czajka 10 years ago updated by Gil 10 years ago 3
Check this out SendInterview.com in chrome vs firefox. chrome won't play.
+1
Answered

Developing for SitePal

Eric Johannsen 11 years ago updated 11 years ago 5
It seems that SitePal requires domains to be registered for an account. How can I develop and test the solution on my local machine prior to publishing to a live website?
+1
Answered

How do I edit the player settings?

Eva 13 years ago updated 13 years ago 1
faq player how to settings customizations
Answer
Eva 13 years ago
Within the Editor (Step 5, Player), choose a player (the selected player will appear around your avatar and background). Then, edit the player settings by clicking the “Display Settings” or “Functions” tabs. The “Display Settings” tab allows you to edit colors and buttons on your player.
+1
Answered

Embed sitepal into flash error#1009

renata 11 years ago updated 11 years ago 3
I get this error when i follow the directions (sitepal, publish) to embed in flash AS3
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at ModelBuilder/timerHandler()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

Please help me to sort this out, the overall actionscript from sitepal is (embed_code not included);

Security.allowDomain("content.oddcast.com");
var ldr:Loader;
var req:URLRequest;

var vh_player:MovieClip;
var _example_ui:MovieClip;

req = new URLRequest("EMBED_CODE");
ldr = new Loader();
ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,completeHandler);
ldr.load(req);
addChild(ldr);

function completeHandler($ev:Event):void
{
trace("EXAMPLE --- COMPLETE HANDLER "+$ev.target);
vh_player = MovieClip(ldr.content);
}
+1
Answered

No response from sales.

MichaelF 12 years ago updated by Gil 12 years ago 8
Hello. I emailed sales on the 21st of November and haven't received a response. Is there another method to contact the sales department other than the form on the site?
+1
Answered

Time Sensitive Greetings?

Eva 13 years ago updated 13 years ago 1
I have seen examples of SitePal where if you visit a site in the evening, it will say “good evening.” How can I do that?
text to speech tts api how to advanced customization time sensitive
Answer
Eva 13 years ago
SitePal scenes do support time sensitive greetings. Here is an example. For a detailed description of this feature, see our Text-to-Speeck API reference.
+1
Answered

CamStudio use?

Tony 13 years ago updated by Gil 13 years ago 1
Can we use software like CamStudio to convert a demo file to .avi to share?
+1
Answered

email redirects to sitepal webpage

Bill 10 years ago updated by Gil 10 years ago 1
i have just done an email test. the recipient when clicking on the avatar gets redirected to a sitepal/oddcast page. is this how it is suppossed to work? if so, then it is no good. recipients will get annoyed and move to the next email
+1
Answered

Converting avatar to flash.swf file to merge with other videos

FUNducate LLC TJones 11 years ago updated by Gil 11 years ago 1
I am trying to download my Avatars to video. I tried to do this by tutorial and instructions to Flash 8 Professional. When I test the video the character shows without the background I chose, but when I save the file down the video doesn't play. Any suggestions?
+1
Answered

What is the Server API feature?

Eva 13 years ago updated 13 years ago 1
features faq api server
Answer
Eva 13 years ago
The SitePal Server API allows comprehensive programming access to your SitePal account via secure API calls. This functionality can be used to seamlessly integrate SitePal speaking characters into your web applications. Review the Server API Reference here.