Friday, May 16, 2008

A word about flash and Firefox 3.0

If you are using Firefox 3.0 and want to have flash support there is a broken dependency problem in the flash RPM, it does not include the libflashsupport, which is mandatory to have sound in flash.

So to install flash and have it working properly you need to:

1. Add flash repository: Adobe (flash plugin)

2. Install it, with libflashsupport:
#---
yum -y install \
flash-plugin \
libflashsupport
#---


The problem was reported here.

No comments: