Sponsored Content
Full Discussion: Problem with flash player
Operating Systems Linux SuSE Problem with flash player Post 302218923 by balumankala on Sunday 27th of July 2008 02:58:06 PM
Old 07-27-2008
Yes, it gives me the same message to me also. Is there any other way to solve this ?
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Flash Player

I am completely new to Unix and have a quick question... I have a client that wants me to develop Flash Commercials and Presentations. My question is, does the Linux Flash Player work on the Unix platform? Thanks in advance for your responses! (1 Reply)
Discussion started by: tbgfinancial
1 Replies

2. HP-UX

Mozilla & Macromedia Flash Player Plugin Problem

Hello All, I am using Mozilla 1.7.8 on hp-ux 11.00, and install flash player 6 for it. it is giving following errors and get crashed. when i want to open a site need flash plugin. Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget' Gtk-WARNING **: invalid cast from `GtkSuperWin'... (1 Reply)
Discussion started by: Awadhesh
1 Replies

3. Solaris

installing flash player

I download the files from Adobe, and place them in /opt/firefox/plugins i made sure to chown and chmod them to be the same as the other 2 plugins that i have in there. when i try to open a file .html that has links to a .swf it keeps asking me to install the player did i do something wrong? (9 Replies)
Discussion started by: deaconf19
9 Replies

4. UNIX for Dummies Questions & Answers

Flash player in Firefox

Hey people Newly installed Ubuntu 8.04 Hardy Heron (64-bit) on my PC. The problem is that I can't get Adobe Flash Player working in Firefox 3 Beta 5. I have tried many online guides, but none of them worked for me. Anyone knows how to make this work? I remember that I got it to work with a... (3 Replies)
Discussion started by: Sixmax
3 Replies

5. Solaris

how can i install flash player

:( i download flashplayer for solaris ;but i couldnt install for firefox;please help (1 Reply)
Discussion started by: buketbarazi
1 Replies

6. Red Hat

Rhel Client v6 and Flash player problem

Hello, I use Redhat enterprise Client v6. Firefox and chrome doesn't run flash script. I download (final version) and install flash rpm package. After redhat downloaded flash player security update and installed. but, still can not run flash script. what can i do for running flash script... (0 Replies)
Discussion started by: oulutas
0 Replies

7. UNIX for Beginners Questions & Answers

Flash player

hello, i have downloaded flash player as tar.gz,i dont know how to copy files and paste it to usr/lib/adobe-flashplugin/ , i have download it in my downloads. plz help me. (1 Reply)
Discussion started by: Lee win
1 Replies
ppmquantall(1)                                                General Commands Manual                                               ppmquantall(1)

NAME
ppmquantall - run ppmquant on a bunch of files all at once, so they share a common colormap SYNOPSIS
ppmquantall [-ext extension] ncolors ppmfile ... DESCRIPTION
Takes a bunch of portable pixmap as input. Chooses ncolors colors to best represent all of the images, maps the existing colors to the new ones, and overwrites the input files with the new quantized versions. If you don't want to overwrite your input files, use the -ext option. The output files are then named the same as the input files, plus a period and the extension text you specify. Verbose explanation: Let's say you've got a dozen pixmaps that you want to display on the screen all at the same time. Your screen can only display 256 different colors, but the pixmaps have a total of a thousand or so different colors. For a single pixmap you solve this problem with ppmquant; this script solves it for multiple pixmaps. All it does is concatenate them together into one big pixmap, run ppmquant on that, and then split it up into little pixmaps again. (Note that another way to solve this problem is to pre-select a set of colors and then use ppmquant's -map option to separately quantize each pixmap to that set.) SEE ALSO
ppmquant(1), ppm(5) AUTHOR
Copyright (C) 1991 by Jef Poskanzer. 27 July 1990 ppmquantall(1)
All times are GMT -4. The time now is 07:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy