64 bit Flash for Firefox using Swfdec
Wednesday, May 16th, 2007The problem. Flash doesn’t work for 64bit. The solution? Swfdec. Adobe may not have a 64bit plugin yet but why wait for them? After remembering Company posting about it working sometime ago. I decided to give a whirl after my gtk theme stopped working with my 32bit version of firefox. That after I upgraded to 2.0. It was time; now, i’m up and running Flash via my 64bit browser and it all took about 5 minutes. Here is how to get it working using Ubuntu Fiesty.
sudo apt-get install autoconf firefox-dev liboil0.3-dev libavcodec-dev libgstreamer0.10-dev gcc g++ automake
wget http://swfdec.freedesktop.org/download/swfdec/0.4/swfdec-0.4.4.tar.gz
wget http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz
tar -xvzf swfdec-0.4.5.tar.gz
tar -xvzf swfdec-mozilla.0.4.5.tar.gz
cd swfdec-0.4.5/
sudo ./autogen.sh –prefix=/usr; make -j4; sudo make install
cd swfdec-mozilla-0.4.5/
sudo ./autogen.sh –prefix=/usr; make -j4; sudo make install
If firefox is open close it; restart it. Done.
Updated for: 0.4.5 release