flash plugin for a native browser

hi

Howto install flash plugin for native seamonkey on freeBSD 7.0?
Is ist /usr/ports/graphics/flashplayer or /usr/ports/www/flashplugin-mozilla?
 
native seamonkey with linux-flashplugin7 and nspluginwrapper works excellent!

Pls do not forget:
Code:
nspluginwrapper -v -a -i

greetings
ccc
 
dennylin93 said:
I'm using www/linux-flashplugin9 with Firefox on 7.2-RELEASE, and I haven't encountered any problems yet.

I've installed on my 7.2-RELEASE native seamonkey, emulators/linux_base-fc4, linux-flashplugin9
and www/nspluginwrapper, but the flash plugin doesn't work.
 
I've solved this problem and now it works well!

I've installed on my 7.2-RELEASE:

native seamonkey
emulators/linux_base-fc4
linux-flashplugin9
www/nspluginwrapper

1.) add linux_enable="YES" to /etc/rc.conf
2.) add this line to /etc/fstab:
Code:
linproc /usr/compat/linux/proc          linprocfs rw            0       0
3.) then run these commands:
Code:
# mkdir -p /usr/compat/linux/proc
# mount /usr/compat/linux/proc
# /etc/rc.d/abi start
Additional ABI support: linux.
# /etc/rc.d/sysctl start
4.)
Code:
# nspluginwrapper -v -a -i
5.) restart seamonkey and enter about:plugins into your address bar.
U should see something like the following:
 

Attachments

  • snapshot1.jpg
    snapshot1.jpg
    95.5 KB · Views: 399
Back
Top