SitePal’s community support is here to offer support, solve problems, share ideas, and update our customers about the latest from SitePal!
No similar topics found.
+1
Fixed
Unable to sayText in Chrome
Check this out SendInterview.com in chrome vs firefox. chrome won't play.
+1
Answered
Developing for SitePal
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?
Answer
Eva
14 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
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);
}
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.
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?
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?
Answer
Eva
14 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?
Can we use software like CamStudio to convert a demo file to .avi to share?
+1
Answered
email redirects to sitepal webpage
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
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?
Answer
Eva
14 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.
Customer support service by UserEcho