Select to view content in your preferred language

html popups in FLEX

2660
4
05-09-2010 12:05 PM
ThomasFair
Deactivated User
I have configured some html popups in ArcMap which contains some videos and images along with attributes. Will this show up in my FLEX application automatically or do I need to create some custom code for the popup?
Tags (2)
0 Kudos
4 Replies
BjornSvensson
Esri Regular Contributor
Will [html popups in ArcMap] show up in my FLEX application automatically or do I need to create some custom code for the popup?


They will not show up automatically.  So for now you will need to create custom code for the popup.
0 Kudos
ThomasFair
Deactivated User
Can someone direct me to some example with code for embedding a an image or video in the attribute popup in the flex application. I want to recreate what I have done in my html popup in Arcmap.
0 Kudos
BjornSvensson
Esri Regular Contributor
See http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=InfoSymbolBasics for a basic example of showing images (or videos) in InfoSymbols - showing multiple "popups".

Or http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_InfoWindow on how to use an InfoWindow to show the "popup" when clicked (or on mouse-over) for a feature.
0 Kudos
ChrisBrannin
Regular Contributor
Hello, I am new to using the Flex API and would like more information as to what eh AS looks like for this example http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=InfoSymbolBasics. Any other information that can be provided on this example would be of great help as well!

Cheers
Chris
0 Kudos