Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/PTP User Meetings/Flash on Linux

Enabling Flash on Fedora for ReadyTalk

For complete instructions, see http://fedoraproject.org/wiki/Flash#For_x86_64.

[root@rail Download]# ls
flashplayer10_2_p3_64bit_linux_111710.tar.gz
flash-plugin-10.2.152.27-release.i386.rpm
[root@rail Download]# tar xzvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
libflashplayer.so
[root@rail Download]# mv libflashplayer.so /usr/lib64/mozilla/plugins 
[root@rail Download]# /usr/lib64/nspluginwrapper/npconfig -i /usr/lib64/mozilla/plugins/libflashplayer.so
[root@rail Download]#

Back to the top