Never mind. I found the answer. It's surprising what doing a Google can do for you.
For those Iron Linux users who might not know how to do here's how I got it going...
I placed the iron-linux folder in home. I renamed it to just .iron (the "." hides it).
I changed directories to the plugins folder...
cd .iron/plugins
I then made a system link to libflashplayer.so with the following command...
ln -s /usr/lib/flashplugin-installer/libflashplayer.so
One last step. You need to create a Desktop launcher for Iron (it just easier that way instead of going to Home then to my Iron folder and then executing iron...

).
Go to Desktop>right-click in an open space and select Create Launcher. A box pops open. Leave the Type settings alone (it has Application in it)>name it under Name (I called mine obviously Iron)>under the Command setting put...
/home/bob/.iron/iron --enable-plugins (in my case)
If you left yours the default name then it would look like...
/home/your-user-name/iron-linux/iron --enable-plugins
Pick an icon for Iron (SRWare posted a PNG file for Iron a while back in a thread I started...move that iron png to /usr/share/pixmaps) and click OK. A launcher will appear and you'r ready to go.
Now to figure out how to get my adblock.ini working.
Later...