I tried to use PictureMarkerSymbol for some customized points. However, no marker is displayed. The code for the PictureMarkerSymbol is below:
public var pointSym_Peolpe0:PictureMarkerSymbol = new PictureMarkerSymbol(
"@Embed(source='com/esri/solutions/flexviewer/assets/images/icons/Icon2/People_0.png' )", 5, 5, 0, 0, 0);
The path is right.
Is anything incorrect? Thanks for your reviewing and providing your hint.