thanks for the quick response, meverest.
For testing, I put everything all of those files in a the same subfolder and I don't get an error when I go to each file by browser. For example I even changed the extension of a couple of the files to *.txt and as expected the browser sees the raw code.
The web server log is attached...looks fine to me...all 200's.
Can you see anything I'm missing? Most of the site is running in aspx pages and this movie will be in an aspx page eventually, but for testing its in a basic html file.
Main Topics
Browse All Topics





by: meverestPosted on 2008-03-17 at 15:38:40ID: 21146911
take a look at the web server logs for any clues
tml', and see this in the code:
topSeekFul lVol.swf">
kFullVol.s wf" to the url, so you try to open:
inOverPlay StopSeekFu llVol.swf
you may have a path problem in the html file: when viewing from the server, right click on the broiwser window and view source.
go through the html, and make sure that all references to a file actually exist in the right place,
e.g. if you access the server like 'http://servername/movie.h
<PARAM NAME="Movie" VALUE="flash/SkinOverPlayS
then copy the "flash/SkinOverPlayStopSee
http://servername/flash/Sk
to make sure that the file actually exists.
you may, for example, discover that the html is in a subfolder, and the media files are referenced from the server root.
Cheers.