LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   how to let solaris10 play flash?about flash plugins!!! (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-let-solaris10-play-flash-about-flash-plugins-321472/)

leafleaves 05-08-2005 09:14 PM

how to let solaris10 play flash?about flash plugins!!!
 
few months ago, seem it is the last year ,on october.
i have ever install solaries 10.but the mozilla exploere CANNT play flash !!!what should i do? really annoying!!! it has taken me about one week.but still cant solution it!!!

it really make me disappointment!!!
and then i give up!!!


after half of year, today,i suddenly want to know the answer about this trouble.
cause i want to know solaries ,this excellent operating system.lots of people on the internet involves it.i really want to know something about it.haha!!!


please help me.l
parden my question,it is :
how to install flash plugins in the mozilla explorer???!!!

leafleaves 05-09-2005 03:45 AM

where are you,my dear friends???

you have viewed my thread.
why dont you post me???

please give me some information about it.
really thanks .

jlliagre 05-09-2005 06:01 AM

What about downloading the player from macromedia ?

leafleaves 06-22-2005 07:59 PM

where ????

do me a favour.

could you give me the detail link, and the detail operating methord.

okay!!!!thank you!!!!

win32sux 06-23-2005 12:26 AM

http://www.macromedia.com/go/getflashplayer

all i had to do to get it working was put the flashplayer.xpt file in the /usr/lib/firefox/components directory and the libflashplayer.so file in the /usr/lib/firefox/plugins directory... but i'm on firefox - on mozilla it's likely you just need to copy both files to your plugins directory... personally, i find it better to copy the files manually than to use the installer...

leafleaves 06-23-2005 03:03 AM

absolutely.one hundred percent agree with your view,your opinion.
i just llike to configure the system.
just copy the files manually to the plugins directory.

haha.--------- DIY do it yourself.


but one problem,
the website link you give me,my dear friend,
is not the linux or bsd flash pluins files.

what does you want to tell me ,my dear friends????????????

win32sux 06-23-2005 03:24 AM

that's weird, AFAIK the webpage will detect which OS you are using and send you to the respective download page... hmmm... maybe it only detects windows and linux... anyways, here's the direct link to the solaris page:

http://www.macromedia.com/shockwave/...sion=Netscape4

make sure you read the instructions cuz they might be a little different than linux...

leafleaves 06-23-2005 03:46 AM

thank you,my dear budy ---win32sux,

i have got it.

you say,
a little different mean a little hard,

a little hard to use or install the solars flash plugins .
right????

the instructions means directions books,

also say manual.right???

win32sux 06-23-2005 03:55 AM

what i meant was that the way to install the flash plugin on solaris might be a little different than the way it is on linux... but i have no idea, maybe it's the same, i just haven't read the installation instructions for the solaris version...

anyways, did you get it working already??

leafleaves 06-23-2005 04:12 AM

no ,i am read web page now.
i will try later.
and few monts ,ought to say half year ago.
i have installed the solars ten point zero edition.

but cant play flash on the explorer.
i am got annoying.so tired to do it.but still cant get the questions answers from internet.
i dont know how to do and how to get the flash plusins files.
although i know the flash Macromedia website, but the website is really turmoil .i am confuse about it.
how to get the solaris flash file.
cant find it untill you give me now,
so really thank you ,
you make me to pick up solaris and go on study it.

now i will try soon.

jlliagre 06-23-2005 04:31 AM

Installing the flash player on Solaris is not that difficult, it's a four steps process:

- download the plugin from the http://www.macromedia.com/go/getflashplayer location, using the target browser on the target O/S (i.e. Solaris).

- untar the retrieved file:
Code:

gunzip < flash_player_7_solaris_x86_r53.tar.gz | tar xvf -
- run the installer or just copy libflashplayer.so and flashplayer.xpt to either the global or your private plugin directory
Code:

# cd install_flash_player_7_solaris
# cp libflashplayer.so flashplayer.xpt ~/.mozilla/plugins

- restart your browser on the about:plugins pseudo URL, it should show the shockwave flash plugin is there.

leafleaves 06-23-2005 05:29 AM

so really appreciate so many strange friends help me.
my friend, i have following your few steps you taugh me.
my web browse have work ,it can play flash,okay.congratulations.
so easy, but i have study and waiting for half year.
so thanks again. really!!!!

the solaris 10.0 ,the mozilla plugin path is a little different from what you tell me below.

but i using the solaris search file fucntion ,and find the plugins location .and copy the two flash play plugins files into the certainly folder and directery.;

leafleaves 06-23-2005 05:32 AM

the solaris .tar.gz file ,to want to unzip it, it will be two steps ,this point is really different from the linux package.

and the other steps like linux package installing.
do you think so,my friend??

win32sux 06-23-2005 05:35 AM

Code:

tar xvzf flash_player_7_solaris_sparc_r53.tar.gz

leafleaves 06-23-2005 05:40 AM

thanks you everyone here.if i still can settle this flash questions, i will give up and throw the towel to study the solaris.

leafleaves 06-23-2005 05:43 AM

it is very kind of excited to listen to flash music from solaris web browse .
really enough satisfied with the music sounds.

leafleaves 06-23-2005 05:46 AM

still a little no satisfied ,

the website speed is a little slowly than the before system i have used .

what happen???

something wrong???

leafleaves 06-23-2005 06:12 AM

Quote:

Originally posted by win32sux
Code:

tar xvzf flash_player_7_solaris_sparc_r53.tar.gz

yes,
exactly,

what is i guess,

okay,

thanks.

jlliagre 06-23-2005 06:19 AM

Quote:

so really appreciate so many strange friends help me.
Glad to know I'm your strange friend ! :-)

Are you using some kind of automatic translation program to help writing your postings ?
Quote:

the solaris .tar.gz file ,to want to unzip it, it will be two steps ,this point is really different from the linux package.
You can use the syntax I gave with both Solaris, Linux and any other Unix/Unix like platform having gzip, this is called portability.
You can use the "Linux" syntax by using the same tar program (gnutar really) instead of the Unix original tar, for example on Solaris:
Code:

/opt/csw/bin/gtar xvzf flash_player_7_solaris_sparc_r53.tar.gz
About the performance issue, I've no idea what the problem is, if there is really one.


All times are GMT -5. The time now is 09:13 AM.