From: mangomann on
I converted a .wmv file to flash video and have added it to a swf and
published. When I preview on my computer it works fine but when I upload it to
the web server and I launch the html doc I get nothing - just the html page but
no flash movie. I have uploded the following files:
.html
.js (AC_RunActiveContent)
.swf (flash movie)
.flv (flash video)
.swf (skin)
.swd (debugger)
I have tried in Firefox and IE with the same result. When I run Tamper Data it
indicates that all of the files (swf's, js, flv) are being called so I am
stumped as to why nothing is showing up. Here is the URL if you want to take a
look: http://www.bedoop.com/MPLX/pub_webinar/publisher_webinar_v2008.html

I am pretty new to flash video so I am hoping that this is something simple
that I am just overlooking. Any help would be greatly appreciated.

Thanks!

From: Frank_Elley on
Make sure the server is configured with the proper mime types. You'll need to
set one for .swf files and for .flv is you're referencing an external Flash
video file. Nine times out of ten, this is the cause of the "won't work on the
server" issue.