It will be in the fcsinstalldir> applications >application > sharedobjects
[quoted text, click to view] >instance directory, where application is the name of your app, and instance is
the name of the instance of the application
The file will have a name like FCChat.instancename.history.fso. There's going
to be a bunch of garbage characters in there, so you'll have to do some editing
if you plan to reuse or archive the chats... seems like sort of a roundabout
way of doing things.
Is this something you want to do manually, or do you want to harvest the
contents of each chat automatically? What is your server environment?
If you want this to happen automatically, I would think that using Remoting or
AMFPHP to log the chat to a database or text file on your http server would be
the most efficient approach. That way, you can just have FCS make the remoting
call to your http server, and everything can be formatted how you want it.
Along with the chat data, you could log usernames (if any), IP's and other
pertinent tracking data as well as the text of the chat.... if you wanted to.
If you just want manual review of the chats, you could build another .swf that
gives you access to all instances of the application. That would allow you to
read in on any given chat.