====================================
     ==
====================================

  : http://site.com/engine/modules/tags_3D.php

----------------------------------------------------------------------------------------
**     tags_3D.php    
alltagscloud__.tmp  ,  tagscloud__.tmp  , tags_all_view__.tmp
  engine/cache/  ,      !!!! **
----------------------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++
1.   tagscloud   


++++++++++++++++++++++++++++++++++++++++++++++++++++
2.  main.tpl    <head>  </head> 
	<script type="text/javascript" src="/engine/classes/tagcloud/swfobject.js"></script>	

	
++++++++++++++++++++++++++++++++++++++++++++++++++++
3. main.tpl  
  
    {include file="engine/modules/tags_3D.php"}


++++++++++++++++++++++++++++++++++++++++++++++++++++
4.     alltagscloud__.tmp  ,  tagscloud__.tmp     engine/cache/

  
++++++++++++++++++++++++++++++++++++++++++++++++++++
6.  :
<script type="text/javascript"> 
var tagcloud_cl = new SWFObject("/engine/classes/tagcloud/tagcloud.swf", "tagcloud", "", "", "  ", " ");
var tagcloud_cl_temp = encodeURIComponent("<tags>***</tags>");
tagcloud_cl.addParam("wmode", "transparent");	  ,     					   
tagcloud_cl.addVariable("tcolor", "0x4b73d4");   
tagcloud_cl.addVariable("tspeed", "100");
tagcloud_cl.addVariable("distr", "true");
tagcloud_cl.addVariable("mode", "tags");
tagcloud_cl.addVariable("tagcloud", tagcloud_cl_temp);
tagcloud_cl.write("cumuluscontent");
</script>
    engine/modules/tags_3D.php  
$sizes = array( "8pt", "11.5pt", "15pt", "18.5pt", "22pt" );
+++++++++++++++++++++++++++++++++++++++++++++++++++++




