hi everyone,
i'm using apache 1.3 on Mac OS X and i'm trying to enable apache to work with flash. the mime types are set in the httpd.conf file like this:
but it seems that my flash movies stall at the intro loading bar... the only way to play them is to right-click on the movie and click "play"... only after that will the loading bar start to move (if the preloader hasn't finished loading yet). Tthe movie does preload, but it doesn't display the preloader, nor will it start on its own even after the preloader finishes loading (still have to click play regardless)...
this happens in both Safari 2.0 and Firefox.
any ideas?
i'm using apache 1.3 on Mac OS X and i'm trying to enable apache to work with flash. the mime types are set in the httpd.conf file like this:
Code:
#
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
AddType application/x-tar .tgz
AddType application/x-shockwave-flash swf
AddType application/futuresplash spl
this happens in both Safari 2.0 and Firefox.
any ideas?
Comment