Hi, 
  
I am using jBoss-Seam framework with eclipse platform with jBoss 5.1 server and using the trial version of Fusion map v3. 
  
  
  
i am trying to get the following code working(also attached).  
  
  
  
/p> 
  
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  
 
  
    xmlns:s="http://jboss.com/products/seam/taglib" 
  
    xmlns:ui="http://java.sun.com/jsf/facelets" 
  
    xmlns:f="http://java.sun.com/jsf/core" 
  
    xmlns:h="http://java.sun.com/jsf/html" 
  
    xmlns:rich="http://richfaces.org/rich" 
  
    xmlns:a="http://richfaces.org/a4j" 
  
    template="layout/template.xhtml"> 
  
  
  
 
  
	 
  
		 
  
	 
  
     
  
  
  
         
  
            location_01 
  
			 
  
         	var map = new FusionMaps("FCMap_World.swf", "Map1Id", "750", "400", "0", "0"); 
  
        	 map.setDataURL("FirstData.xml");  
  
         	map.render("mapdiv"); 
  
      	 
  
  
  
         
  
     
  
  
  
 
  
  
  
 
  
  
  
but the map is not visible. 
  
What could have went wrong. 
  
Thanks in advance. 
  
Ganesh 
location_01.txt