Flash and htaccess

Hi all

Apologies if this is not in the correct forum…

I am trying to stop access to the jpgs on my site using the following htaccess

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?mysite.com\index.html [NC]
RewriteRule .(jpg|jpeg|png|gif)$ - [NC,F,L]

However, this is stopping the images being loaded into my flash site.
This is only happening for some users, not all.

Any ideas would be appreciated

Cheers