Adobe Flash Flash support is available in native NetBSD build browsers such as Mozilla, Netscape, Seamonkey, Firefox and also in Opera (Linux emulation). Please enable official-mozilla-branding in pkgsrc, if you wish to have official Mozilla Branding (results in Firefox User Agent, instead of mozilla buildname, like for exmaple Minefield.) In order to enable flash support you have to do (or check) following steps: 1. Linux emulation needs the folowing addition to **/etc/fstab**: procfs /usr/pkg/emul/linux/proc procfs rw,linux Some Linux programs are expecting this to be available. 2. Edit **/etc/mk.conf** file to have: ACCEPTABLE_LICENSES+=flash-license This will accept Adobe's EULA. Please read it before you do. 3. Install the actual flash plugin now, it will automatically install the required Linux compatibility files: # cd /usr/pkgsrc/multimedia/adobe-flash-plugin # make && make install 4. Run ldconfig

    # chroot /usr/pkg/emul/linux /bin/bash
    # ldconfig
    # exit
    
5. Install the plugin for _firefox_:

    # nspluginwrapper -v -i /usr/pkg/lib/netscape/plugins/libflashplayer.so
    
For flash support in _Opera_ browser: # cd /usr/pkgsrc/www/opera-plugins # make && make install Tell Opera where to find the plugins (You only need to do this if you have older than opera-9.63nb1): $ echo '/usr/pkg/lib/netscape/plugins=1' >> ~/.opera/pluginpath.ini 6. Check installation: