Manjiri, Just use the CompositeSymbol component in the APIhttp://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/symbols/CompositeSymbol.htmlvar compositeSym:CompositeSymbol; private var txtTempSym:TextSymbol; var gf:spark.filters.GlowFilter = new spark.filters.GlowFilter; var tFormat:TextFormat = new TextFormat(null,14,null,true); txtTempSym = new TextSymbol(temp,"",1,clr,false,0,false,0,"middle",0,15,-5,tFormat,null,null); gf.color = 0x000000; txtTempSym.filters = [gf]; graphicPointSym = new PictureMarkerSymbol(icon, 30, 30); compositeSym = new CompositeSymbol([txtTempSym, graphicPointSym]);
Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).Follow these steps as shown in the below graphic: