Question
simple textchat
For the life of me i cant find the SO for the simple chat app
sample.
I have modded it and have 4 rooms
To connect to a room my rtmp is:
client_nc.connect("rtmp:/" + mpt + "chat/" + result_lv.roomID, _global.myName);
On the server i have
applications/chat/main.asc
applications/chat/1/
applications/chat/2/
applications/chat/3/
applications/chat/4/
So i am presumming that the SO will be stored in each of these folders.
This dosn't seem to be the case.
The SO is definetly being stored somewhere because when i leave and enter go back into the room the text is there.
I reload the full site go back inot the room the text is there.
i have also checked locally with no SO found.
Anyone.
I have modded it and have 4 rooms
To connect to a room my rtmp is:
client_nc.connect("rtmp:/" + mpt + "chat/" + result_lv.roomID, _global.myName);
On the server i have
applications/chat/main.asc
applications/chat/1/
applications/chat/2/
applications/chat/3/
applications/chat/4/
So i am presumming that the SO will be stored in each of these folders.
This dosn't seem to be the case.
The SO is definetly being stored somewhere because when i leave and enter go back into the room the text is there.
I reload the full site go back inot the room the text is there.
i have also checked locally with no SO found.
Anyone.
