This may seem like astrange question, but how do I serve Macromedia's Flash
from Apache? I have the flash file, e.g.
dice.fla
in a directory like so:
/home/user/public_html/dice.fla
and I point my browser to it:
http://myhost/~user/dice.fla
but insted of the browser getting the hint and playing the movie it just
displays the raw data content. Hmm ... so I checked the /etc/mime.types
file and added:
application/x-shockwave-flash swf fla
but still no luck. What am I missing?
Rudolf