Na stránce chci použít tento banner http://www.flashxml.net/banner-rotator.html
Bohužel se mi nepodařilo do něj nastavit zobrazování češtiny. Vyzkoušel jsem už mnoho variant dle tohoto návodu (http://www.jakpsatweb.cz/cestina.html) ale žádný nevypsal české znaky správně. Kde dělám chybu ?
banner
http://www.romandolecek.cz/webs/atlas/home
Index.html
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”cs” xml:lang=”cs”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
<meta http-equiv=”content-language” content=”cs” />
<title></title>
<script type=”text/javascript” src=”swfobject.js”></script>
<script type=”text/javascript”>
var flashvars = {};
var params = {};
params.scale = “noscale”;
params.salign = “tl”;
params.wmode = “transparent”;
params.allowfullscreen = “true”;
var attributes = {};
swfobject.embedSWF(“BannerRotatorFX.swf”, “BannerRotatorFXDiv”, “600”, “260”, “9.0.0”, false, flashvars, params, attributes);
</script>
</head>
<body>
<div id=”BannerRotatorFXDiv”>
<img src=”http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=”Get Adobe Flash player” />
</div>
</body>
</html>