Modifying Redfire Button In Spark For FQDN

Since my server sits behind a firewall, I need to configure Redfire to send a FQDN when the user requests a chat. I was reading a few old posts that talked about the properties file for redfire in plugin folder of spark but all I see in the plugin folder are .jar files.

Is there a new method to make the modification?

Thanks!

Accroding to the source code

private static File pluginsettings = new File(System.getProperty(“user.home”) + System.getProperty(“file.separator”) + “Spark” + System.getProperty(“file.separator”) + “red5.properties”);

on windows xp that should be “X:\Documents and Settings<userid>\Spark\red5.properties”

Not sure where that is on Windows 7

Thanks Dele:

I found the location of red5.properties for windows 7:

C:\Users<userid>\AppData\Roaming\Spark\plugins\redfire-plugin