Bruno, Try changing this line:AppEvent.addListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);To this:ViewerContainer.addEventListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);
AppEvent.addListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);
ViewerContainer.addEventListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);
Bruno, You would only be getting this error if you are attempting to use this Flex Viewer 2.4 widget in an earlier version.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.