On x86_64, most plugins don't work. I tried the wrapper thing and could not watch flash.
Don't want to remove firefox.x86_64, even though that's what most people seem to do. Then they just run firefox.i386. Don't want to do that because that requires the removal of the 64 bit apps like yelp and devhelp that depend on firefox.
But it is possible to stop firefox-64 bit from running
Solution: edit the /usr/bin/firefox script and comment out the 64 bit lines, like so:
#if [ -x "/usr/lib64/firefox-1.5.0.7/firefox-bin" ]
#then
# MOZ_LIB_DIR="/usr/lib64"
#fi"
Advice found at:
http://fedorared.org/firefox-and-flash-on-fedora-x86-64