Hi,
As far as I know, MediaLayer and GraphicLayer do not have "index" attribute, so their display order are determined by their sequences in the layer array of the map.
This does work for among same layers, so if a GraphicLayer (MediaLayer) is added to map after another layer of its same kind, their graphics (elements) would be displayed on top of the ones from the other layer. However, even if a GraphicLayer is added to map after a MediaLayer, the graphic stills display beneath media elements.
Is there a way to control display orders of GraphicLayer and MediaLayer?
BTW, I am using verison 4.28.
Thank you!