hi
i'm new GIS developer, and need your help
i'm creating a GIS mobile application
i prepared my map and layers, and as i found in arcgis explorer online i had the ability to publish a feature service
i did so and everything went right, this is my service url
http://services3.arcgis.com/MfOzqHw18bGARgjK/arcgis/rest/services/Hotels0803/FeatureServer/0
while i'm using arcgis api for flex, once i use this url within my own flashbuilder mobile application, i couldn't see the layer on my base map
<esri:FeatureLayer id="fLayer" creationComplete="fLayer_creationCompleteHandler(event)"
enabled="true" graphicAdd="fLayer_graphicAddHandler(event)"
url="http://services3.arcgis.com/MfOzqHw18bGARgjK/arcgis/rest/services/Hotels0803/FeatureServer/0">
i didn't figure out what is the issue, and i looked for solution everywhere but didn't find a hint cause i didn't know what the problem is
can anybody help me or at least give me a hint