/**
  * Get the complete URL for the Player swf.
  * @return string The complete URL.
  */
 public static function getPlayerURL()
 {
     if (file_exists(LongTailFramework::getPrimaryPlayerPath())) {
         return LongTailFramework::getPrimaryPlayerURL();
     }
     return LongTailFramework::getSecondaryPlayerURL();
 }