Flash Player version 7
Funktionsstatus
- Fungerar
Tillverkare
- Macromedia
Licens
- Kommersiell Licens
Ursprungligen skrivet för
- Linux
Kategorier
Ersättningsapplikationer
Applikationer som ersätts av denna applikation
Installationsinstruktioner
Citerar Les Halliday i ett foruminlägg i gamla TUG-siten:
Hi Jan
FC 4
Thinlinc 1.5
esound
flash-plugin
To get the flash player to play sound I had to do the following.
cd /tmp
mkdir .esd
cd .esd
touch socket
Also, having worked through this with Jan. The flashplayer plugin is
looking for the library file /usr/lib/libesd.so.1 to exist. This does
not exist on SuSE systems. So,
ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
and test against, for example http:// video.google.com.
In my case the program tmpwatch was deleting the /tmp/.esd directory
periodically. So, I have a cron job checking that the /tmp/.esd
directory exists. If not create it as above and create the socket file.
Hope this works for you.
Les