What about a little php script that loads it for you, the URL might be in the right format:
Main Image: www.mysite.com/zen/albums/discs/disc1.jpg
(so, main directory: www.mysite.com/zen/albums/discs/)
Thumb Image: www.mysite.com/script.php?file=zen/cache/discs/disc1.jpg
(thumb "directory": www.mysite.com/script.php?file=zen/cache/discs/)
If the Flash thing accepts "www.mysite.com/script.php?file=zen/cache/discs/" as a valid directory to look for the thumbs, you could have script.php do essentially what mod_rewrite would, and slap on the appended part of the filename and load the file.