Changelog 20/11/2013 :
- Logout fixed (Stay 30 secs in game if you don't use the logout button.)
- Added MMO/EIC/VRU chat
- Logout fixed (Stay 30 secs in game if you don't use the logout button.)
- Added MMO/EIC/VRU chat
Possible.Quote:
He can't do it in old client.
jQuery(document).ready(
function(){
<?php
$resolution = 4; //Change the id for forced resolution
?>
flashembed("container", {"src": "swf_global/spacemap.swf","version": [10,0],"expressInstall": "swf_global/expressInstall.swf","width":<?php
if($resolution==1) echo '820';
else if($resolution==2) echo '1024';
else if($resolution==3) echo '1024';
else if($resolution==4) echo '1280';
else if($resolution==5) echo '1280';
?>,"height":<?php
if($resolution==1) echo '600';
else if($resolution==2) echo '576';
else if($resolution==3) echo '720';
else if($resolution==4) echo '720';
else if($resolution==5) echo '900';
?>,"wmode": "window",
"id": "DFlash"}, {"lang": "en","userID": 1,"factionID": 1,
"g_userName" : "Requi",
"mainMovie" : "", //LEAVE IT EMPTY
"cdn":"http://<?php echo $ip; ?>/", //CDN FOR REDIRECT
"allowedScriptAccess":"always",
"allowNetworking" : "true",
"sid": "USERSID",
"mapID": 1});
}
);