Log in

View Full Version : Embedded quicktime file cause color shift


Fess
15th August 2005, 19:45
Hello,

I've embedded my .mpeg in a webpage using quicktime (see the code below)

But I've noticed that when it plays in the page a orange color shift occurs in my movie.

This color shift can also be visible by have 2 media players open at the same time and trying to play a movie (WMP and Quicktime)

Can anyone explain why this color shift occurs?

Thanks
Fess




<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0'>
<param name='src' value="http://mydomain/myfile.mpg">
<param name='autoplay' value="true">
<param name='controller' value="true">
<param name='loop' value="false">
<EMBED src="http://mydomain/myfile.mpg" width="320" height="255" autoplay="true"
controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>