LittleZara
New Member
- Nov 14, 2011
- 1
- 0
First of all, I'm a noob. Client.php and page-client.php is always messed up because I have no idea what to put for "SWF Base", "Flash Client URL" etc. All threads regarding client problems are of no help.
The thing is that some people may put "
So what kind of files belong to SWF base ? CCTs, etc ? And don't just tell me SWFs cause I get confused with the SWFs that are in the folder that has the habbo.swf file and the one that doesn't have it.
I just need to know which folder with which kind of files belong to these: -
1. client.php
2. page-client.php
The thing is that some people may put "
You must be registered for see links
" for SWF base while some may put "
You must be registered for see links
............" and that is because they have different folder names with the same files inside.So what kind of files belong to SWF base ? CCTs, etc ? And don't just tell me SWFs cause I get confused with the SWFs that are in the folder that has the habbo.swf file and the one that doesn't have it.
I just need to know which folder with which kind of files belong to these: -
1. client.php
Code:
$client->SetParam('flash_base','WHAT');
$client->SetParam('flash_client_url', 'WHAT');
2. page-client.php
Code:
"flash.client.url" : "WHAT"
"base" : "WHAT"
var clientUrl = "WHAT";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "WHAT", flashvars, params);