| 
	
 | 
 Posted by CartoonHead on 07/03/06 06:23 
Hi Blue this was from a chap in another forum 
 
http://www.htmlforums.com/ 
 
 
Your parameters are wrong. This 
 
Code: 
<param name="fileName" value="/onenightstand_2.wmv">should be this 
 
Code: 
<param name="fileName" value="video/onenightstand_2.wmv">and that did the  
trick all seems ok now 
 
Regards 
 
CH 
 
 
BlueC wrote: 
> CartoonHead wrote: 
>> Hi all, its me again. And I am still getting problems with my Video 
>> page. http://www.marcellot.co.uk/video/video_gallery_page_1.html 
>> 
>> All works well for me in FireFox. When you click on the photo link, 
>> the page opens up and the file loads and plays. The "download" save 
>> feature also works well when that link is pressed. 
>> 
>> However in IE the page loads, but not the file for the video and it 
>> will not play. If you press the "download" link the file will 
>> download and play straight away without giving you the chance to 
>> save to a location. I really am at a loss to why this can be. Could some  
>> kind sole 
>> please have a look and give me some advise. 
>> 
>> Thanks 
>> 
>> Andre 
>> 
>> CH 
>> 
>> 
> 
> Here's a start, the Content-Type http headers look wrong, this info is 
> from http://www.webconfs.com/http-header-check.php: 
> 
> HTTP/1.1 200 OK => 
> Date => Sun, 02 Jul 2006 20:57:40 GMT 
> Server => Apache/2.0.46 (Red Hat) 
> Last-Modified => Sun, 02 Jul 2006 15:33:32 GMT 
> ETag => "16ac022-feea2-10f6b00" 
> Accept-Ranges => bytes 
> Content-Length => 1044130 
> Connection => close 
> Content-Type => text/plain; charset=iso-8859-1 
> 
> You need to configure apache to send the correct headers by forcing 
> the correct MIME type for .wmv files. Google for it, I don't have the 
> answer to hand. 
> 
> Here's another clue: 
> 
> .asf video/x-ms-asf 
> .asx video/x-ms-asf 
> .wma audio/x-ms-wma 
> .wax audio/x-ms-wax 
> .wmv video/x-ms-wmv 
> .wvx video/x-ms-wvx 
> .wm video/x-ms-wm 
> .wmx video/x-ms-wmx 
> .wmz application/x-ms-wmz 
> .wmd application/x-ms-wmd 
> 
> Check these are correct in your mime.types file.
 
  
Navigation:
[Reply to this message] 
 |