Reply
Thread Tools Display Modes
Unread 08-08-2012, 09:17 AM   #1
ozon
 
ozon's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 2
Requires assistance

Hi,
I need help with a project. I've had so far done nothing to do with ActionScript.
For my project I need some data from TSW. Can someone write an Add-on what write events to a log file? I've seen the documentation. However, I find no approach. It must not be complex. Simple write events to a log. For example, someone invite me in a Group -> Log. Someone send me a Message -> Log.
ozon is offline   Reply With Quote
Unread 08-08-2012, 03:58 PM   #2
Reaper79
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 2
The problem is that flash won't allow you to write to local disk.
It can be done with a local web server and php so far i read. I hope there is another solution.
Reaper79 is offline   Reply With Quote
Unread 08-08-2012, 07:47 PM   #3
Catagorical
Just a little more code..
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 2
Code:
com.GameInterface.Log
Log.Error("MyAddon","Hello World!")
This will write Scaleform.MyAddon - Hello World! to ClientLog.txt with no other configuration necessary.
Catagorical is offline   Reply With Quote
Unread 08-08-2012, 07:53 PM   #4
ozon
 
ozon's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 2
Thanks. I can life with the ClientLog.txt

Time to try it .
ozon is offline   Reply With Quote
Reply

Go BackSecretUI » Developer Discussions » General Authoring Discussion » Requires assistance

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off