PDA

View Full Version : flash player linux and windows any differences?


talktorishav
09-19-2008, 05:46 AM
I have the following code,

var somObj=getChildByName("E"+evt.target.name);
somObj.transform.colorTransform=new ColorTransform(1, 1, 1,1,11,66,234,1);

This works great in Windows. Changes the color of the object.

But today I tested it under linux and the color isn't changed.

What can be the reason?

fx.barrett
09-19-2008, 06:28 AM
Nah, it should work fine on linux too, at least from what I know.
The code itself has nothing to do with the operation system, you're missing something somewhere else.

talktorishav
09-19-2008, 07:13 AM
what can be that somewhere something?

it works fine in windows. the color isn't changed in linux.

flyingbuddha
09-19-2008, 08:07 AM
older version of flash player on linux?

talktorishav
09-19-2008, 08:44 AM
no latest on both.

Also i tested this on many linux computers, from laptop to desktop, ubuntu to fedora

fx.barrett
09-19-2008, 08:56 AM
Sadly I'm not a Linux user so I can't really provide any user information but did you try searching the forums for this problem? If a problem truly exists with the Player then I'm sure that you weren't the first one to come over it... If it doesn't then maybe you are simply not doing something right...

Since you said that it's working on Windows but not Linux then I presume that the problem is not in your code but I don't think it will hurt anyone if you post more code, just to be sure that it's not the code that is messing it up...

talktorishav
09-19-2008, 10:00 AM
/

talktorishav
09-20-2008, 12:47 AM
it works in mac os too. I just tested.
But i need it to work in linux.

CyanBlue
09-20-2008, 03:17 AM
Well... I have not used Flash on Linux at all, but my gut feeling says that there's gotta be some differences whether Adobe intended it or not... We do see some performance difference on Windows Flash Player and Mac Flash Player... and I can only imagine there's gotta be more that we do not know on Linux Flash Player which we probably have no control over...

cracyorama
09-20-2008, 04:42 AM
Some linux(Like UBUNTU) needs seperate flash players buddy!!!!!!!!!

talktorishav
09-22-2008, 03:49 AM
Some linux(Like UBUNTU) needs seperate flash players buddy!!!!!!!!!

This is just sense less

talktorishav
09-23-2008, 04:59 AM
updates.

1) it works on Internet explorer on linux(with wine).

2) transform.colortransform is working on other swf that I have made.

talktorishav
09-23-2008, 05:41 AM
Now It works.