+2
Answered

Sitepal is not working on Internet Explorer 9

Wesley 13 years ago in SitePal Gold updated by lifetronic ruggeri 13 years ago 7
Sitepal is not working on Internet Explorer 9. We are using text to speech with cold fusion and Javascript

Here is an example of the code

 
internet explorer 9
Hi Wesley,

We're not seeing any code in your post. Please email the code to support [at] sitepal.com and we'll take a look at get back to you. Thanks!
Wesley -
this sounds like a known Adobe Flash 10.3 incompatibility with IE9
Adobe has released a Flash player update that resolves the problem.

see -
http://blogs.adobe.com/flashplayer/20...
also -
http://securitygarden.blogspot.com/20...

please update your Flash player & try again - let us know if you still experience a problem.
Regards
Gil
SitePal Team
SAME PROBLE HERE, when I use Java it work with ie8 and firefox, but not in IE9

<script language="JavaScript" type="text/javascript" src="http://vhss-d.oddcast.com/vhost_embed... language="JavaScript" type="text/javascript">AC_VHost_Embed(2081179,300,400,'',1,1, 2166969, 0,1,0,'cf55adf770d3ec4e1a3d0be9ddb41701',9);</script>

I can ́t use Flash, because I what to use the javascript API
Same Here. Using Javascript don't work on IE9 --> URGENT!
Hi,

Can you post the link to the page where I can see the problem? Thanks.

Regards,
Akhil
problem solved:

I haved added <!doctype html> (Head of the html)

And now java API works on IE9

for some reason in some computers with IE9 don't use the correct doc type ... so java sitepal character don ́t work. But if you insert <!doctype html> it works.