I have written some widgets (development on Windows XP) for Flex v2.5. They work fine.
I have then wanted to add them into an existing Flex Viewer configuration that is running on Windows 2008 R2 under IIS. I have put them in a subfolder of "widgets" in the website just as I have always done. The icon for each is also in the same folder as the "swf" file which helps to prove the paths are correct.
When the viewer is run, the icon is shown but on clicking the icon the widget does not show - it seems like it is trying to find the "swf" but never doing so or something is preventing the widget from being run. I get no warning/error messages. Pressing the icon for a second widget shows the waiting clock.
I have checked the security permissions for each swf and they appear identical to the other swf's that came with existing viewer.
Can anyone help me out here please? My best guess is that it is a security issue that Win2008 R2 is preventing the widget from executing. It is driving me mad - and not helping me deliver to my customer!