I have a custom title window component which is stored in the com.esri.viewer.components directory. I have made some modifications to this component and when I test the modifications locally, everything works as it should. However, after I export release build and copy over the files to the server, only some of my changes are working. I don't want to copy all the contents in the bin-release folder over to the server. The files I copied are: index.html, index.swf, playerProductInstall.swf, and swfobject.js. Am I correct with thinking that any component within the directory stated above should be compiled in the index.swf? I have made similar changes like this in the past and followed the same process as described and everything was fine in the production application. Do I need to copy over any other files?
Found what was the issue and thought I'd share... I had to copy over the widget swf file that was using the custom title window component, even though there were no specific changes to the widget itself. Once I did that, everything worked.
Found what was the issue and thought I'd share... I had to copy over the widget swf file that was using the custom title window component, even though there were no specific changes to the widget itself. Once I did that, everything worked.