I'm not sure if this will help, but I found this online ...
How to Fix Wrong Youtube TintIntroduction
After a recent U--ntu update Youtube has tinted the sky orange and people blue. This article will help resolve this issue.
Solution
If you do not have the directory “/etc/adobe” use the following command in the terminal
sudo mkdir /etc/adobe/
I like to use the terminal text editor but you can use what ever one you like.
sudo nano /etc/adobe/mms.cfg
Add the following lines
EnableLinuxHWVideoDecode=1
OverrideGPUValidation=true
Press CTRL+X and enter to save the file.
When you restart your browser the issue will be resolved.
------------------------------------------------------------------------------
Found here:
http://blog.mpshouse.com/?p=800------------------------------------------------------------------------------
I haven't tried this (I haven't had this problem with Flash videos) ... but, with adaptation to how things are done in PCLinuxOS (since PCLinuxOS doesn't use "sudo"), maybe this will help someone.