Does the SFV 2.0 has to reside at root

488
1
08-01-2010 05:18 PM
HaroldBostic
Occasional Contributor II
I want to setup folder structure where the content for the SFV 2.0 does not reside at root.  I can use the config file change the paths for most of the content however, I still get

Error #2036: Load Never Completed. URL: http://localhost:3094/widgets/WidgetContainer/WidgetContainerWidget.swf

I guess I could change this and recompile by using the development version, but I wanted to see how far I could get without doing that.  Does anybody know if the path for this Widget can be set via the config file?

Thanks
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
The Viewer can be placed as-is under a subdirectory under root. The url's are relative to index.swf.

Yes, you can add a url attribute to the widgetcontainer. See line 406 of ConfigManager.as.
0 Kudos