Results 1 to 1 of 1

Thread: Multimedia (Flash) Chrome Beta.

  1. #1
    Join Date
    Dec 2006
    Location
    Austin , TX.
    Beans
    1,406
    Distro
    Ubuntu Development Release

    Multimedia (Flash) Chrome Beta.

    *Did not find a how to on the board , So I'll offer one*

    Easy flash enabling for Chrome Beta:

    Create plugins folder:
    Code:
    sudo mkdir /opt/google/chrome/plugins/
    cd to plugins dir:
    Code:
    cd /opt/google/chrome/plugins/
    Create link from installed flash player to plugins folder:
    Code:
    sudo ln -s /usr/lib/flashplugin-installer/libflashplayer.so
    Add this line to your command section of your shortcut:
    Code:
    /opt/google/chrome/google-chrome --enable-plugins %U
    Last edited by Wiebelhaus; August 10th, 2009 at 04:18 AM.
    "The arc of the moral universe is long, but it bends toward justice."
    -Dr. Martin Luther King, Jr.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •