|
|||
|
Everything seems to work just fine but games don't play.
Clicking on the control icon, the games menu comes up, the games show up in the listings. Clicking Play or double clicking any games, nothing happens, nothing pops up, etc. What should I be looking for? Last edited by lewism; 05-29-2011 at 07:44 PM. |
|
|||
|
Dear lewism,
Please add the red code to the following codes, <!-- FOR 123FLASHCHAT CODE BEGIN --> <OBJECT classid="clsid 27CDB6E-AE6D- 11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...ve/cabs/flash/swflash.cab#version=6,0,19,0" WIDTH="800" HEIGHT="600" id="topcmm_123flashchat"> <PARAM NAME=movie VALUE="http://#init_host#.123flashchat.com/123flashchat.swf?init_host=#init_host#&init_port=# init_port#&init_group=%g%"> <PARAM NAME=quality VALUE="high"> <PARAM NAME="menu" value="false"> <PARAM NAME="allowScriptAccess" value="always"> <EMBED src="http://#init_host#.123flashchat.com/123flashchat.swf?init_host=#init_host#&init_port=# init_port#&init_group=%g%" quality=high menu=false WIDTH="800" HEIGHT="600" TYPE="application/x-shockwave-flash" PLUGINSPA GE="Adobe - Install a different version of Adobe Flash Player" scale="noscale" name="topcmm_123flashchat" swLiveConnect="true" allowScriptAccess="always"></EMBED> </OBJECT> <!-- FOR 123FLASHCHAT CODE END --> If you don't know how to add, please tell us what's the cms of your webiste, thanks! |
|
|||
|
The CMS is joomla 1.6 with JomSocial.
The games were working when we had it in demo mode. Why would they stop working now? As for changes, yes, I can make such changes, just let me know which file though. Seems it's one of these files? 123flashchat/client/lite-client.html 123flashchat/client/demo.js:var However, none of the rest of the code is in either file so, which file? Thanks. Last edited by lewism; 05-31-2011 at 03:48 AM. |
|
|||
|
Hello lewism,
First, I just want to confirm if you have installed our chat module for Jommla. How to add a chat room to your Joomla! If so, please modify this file <Joomla site root>\components\com_chat\views\chat\tmpl\default_ flash.php Add the codes which were marked as RED in my previous reply. Now please try to play the game again. They should be working. |
|
|||
|
There is not one single file which contains;<!-- FOR 123FLASHCHAT CODE BEGIN -->
Yes, we did install that but our default_flash.php page is different. ***PASTE*** <?php defined('_JEXEC') or die('Restricted access'); ?> <style type="text/css"> #main { padding:0px; } body.contentpane { margin:0px; line-height:0; } </style> <?php if($this->width == '100%' && $this->present_mode == '1' ){ ?> <style> #all { max-width:100%; } </style> <?php } ?> <div align="center" id="fchat" > <?php if($this->width == '100%' && $this->present_mode == '1' ){ ?> <script type="text/javascript"> var height=document.documentElement.clientHeight; document.getElementById('fchat').style.height = height+"px"; document.getElementById('objec').height = height+"px"; document.getElementById('embe').height = height+"px"; </script> <?php } ?> <object id="objec" classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,19,0" width="<?php echo $this->width; ?>" > <param name=movie value="<?php echo $this->chaturl; ?>"> <param name=quality value="high"> <param name="menu" value="false"> <embed id="embe" src="<?php echo $this->chaturl; ?>" quality="high" menu="false" width="<?php echo $this->width; ?>" height="<?php echo $this->height; ?>" type="application /x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"></embed> </object> </div> |
|
|||
|
Quote:
|
|
|||
|
Sorry for delay due to weekend. Any urgent issues, please submit a ticket and our support team will handle them timely (7*24 Support).
Now let's focus on the game issue. lewism, the code I provided previously is just a sample. According to the default_flash.php page, please add to following codes. Find <param name="menu" value="false"> After Add <PARAM NAME="allowScriptAccess" value="always"> Find pluginspace="http://www.macromedia.com/go/getflashplayer" After Add allowScriptAccess="always" |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|