Joe
//
// NOTE: Returns "" for any parameter name not found in the parameter string.
//******************************************************************************
function GetParameterValue(i_sParameterString, i_sParameterName)
{
var sValue = "";
var sNameAndEqual = i_sParameterName + "=";
var iNameStartIndex = i_sParameterString.indexOf(sNameAndEqual);
if (iNameStartIndex > -1)
{
var iNameEndIndex;
iNameStartIndex += sNameAndEqual.length;
iNameEndIndex = i_sParameterString.indexOf("&", iNameStartIndex);
if (iNameEndIndex > 0)
{
sValue = i_sParameterString.substring(iNameStartIndex, iNameEndIndex);
}
else
{
sValue = i_sParameterString.substring(iNameStartIndex);
}
}
return sValue;
}
function LoadImage() {
//alert(GetParameterValue(window.location.search, "pic"));
//setTimeout(coverflow.setFrontPicture(GetParameterValue(window.location.search, "pic")), 300);
}
function onGameChange(gameName,gameIndex) {
//alert('onGameChange: '+gameName+' index: '+gameIndex);
var sPic = GetParameterValue(window.location.search, "pic");
if (sPic == "")
{
sPic = "77";
}
if (gameIndex < 0)
{
setTimeout(coverflow.setFrontPicture(sPic), 100);
}
}
//-->
- Say2Play 2.0 Just Released!! Click on Features and Community for all the Info!
- Add Voice Control to your favorite PC games!
- Use a pre-built game template, customize it or create your own from scratch
- Use voice commands to augment your gameplay and get that competitive edge by keeping your hands on the mouse and movement keys
- You don't have to memorize hundreds of key combinations to play keyboard intensive games like MMO and RTS
- MMORPG Gamers can use Emotes and preset Chat responses without even touching your keyboard!
- Setup a hotkey that mutes the Say2Play Voice Recognition Engine so you can use your favorite Voice Chat software
- No setup or voice training required
- Select the game you want to Say2Play, print the command sheet and start using:
The Weapon of Voice!
-
newest templates
- Dawn of War II
- World of Warcraft: Wrath of the Lich King [Updated]
- Company of Heroes: Tales of Valor
- Command & Conquer: Red Alert 3
- Runes of Magic
- Grand Theft Auto IV
- FEAR 2: Project Origin
- Neverwinter Nights 2: Storm of Zehir
- Demigod
- BattleForge
Copyright 1999-2011 © One Voice Technologies Inc.