SYMPTOM:
Strategy Web users could notice that images referenced using a relative path will show broken after changing selectors in a Flash document as shown below:
./images/1.jpg

In the picture above the selector was changed to electronics and the image showed when running the document initially, as shown below:

If the user performs a Fiddler trace using KB20064 "How to install and use Fiddler for MicroStrategy Web troubleshooting" it will show that the image is referenced to the swf folder in the Web Server instead of the home folder defined initially as shown below:
CAUSE:
This is a known issue with how relative images are resolved by the Adobe Flash player plug-in in Strategy Web.
Strategy will continue to investigate and post updates as soon as they are available.
WORKAROUND:
Images that are referenced using a double dot to denote a folder up will work correctly as shown below:
../images/1.jpg