Contact me if you are still interested in.
<?php
function flowplayerKey()
{
$hostArr = explode('.', $_SERVER['HTTP_HOST']);
$hostArr = explode('.', $_SERVER['HTTP_HOST']);
$thisDomainName = $hostArr[1] . '.' . $hostArr[0];
return substr(md5($thisDomainName . '5e37bd6df5cb7f863e9'), 11, 19);
}
....