Select to view content in your preferred language

Embed Flex Viewer in Web Page

1915
2
09-06-2013 08:24 AM
PurnaMehta
Deactivated User
Hello,

I am starting to look at ways to embed flex viewer into my web site. The viewers are created/hosted on a third party server. I just want to be able to call them using URL's and launch them as a part of my web page. I am using a .Net application.

Can you please provide me with ways to go for it? Examples will be much appreciated.
How can I pass in the list of Parameters (parcel id, address parameters, coordinates etc)? As query strings?
Is there any event which captures and returns address details when clicked anywhere on the map?

Thanks for the help!

PM
Tags (2)
0 Kudos
2 Replies
PurnaMehta
Deactivated User
I will really appreciate any pointers in this direction. Thanks!
0 Kudos
BjornSvensson
Esri Regular Contributor
I am starting to look at ways to embed flex viewer into my web site. The viewers are created/hosted on a third party server. I just want to be able to call them using URL's and launch them as a part of my web page. I am using a .Net application.


The Flex Viewer supports a few URL parameters, see
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Viewer_URL_parameters/01m300000...
http://resources.arcgis.com/en/help/flex-viewer/samples/

Some people have customized their viewers to support more URL parameters. But this would require compiling the flexviewer (ar at least adding custom widgets) that you mention is hosted on a third-party server, so that might not work...

Is there any event which captures and returns address details when clicked anywhere on the map?
.
Yes, but it's part of the flex code.  If you are asking about accessing it from your .net application, you would need to write something on the flex side to communicate that out to the .net parent.  Again, if you don't have control of the flexviewer site, then this is not doable.
0 Kudos