| Fernando Flórez 2005-08-28, 2:45 am |
| You have the getHistoryLog method.
Here is a quick example of it (if i remember right how it worked)
var tmp =3D funcitonAdvancedChatInstance.getHistoryLog();
tmp.onResult =3D function(str:String):Void{
trace (str);
}
Fernando
On 8/27/05, Amjad El Tayeh <amjad_tayea-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:
> Hi guys,
>=20
> I am using the nice funciton advanced chat and I was wondering if anyone
> could help me in this small prob..... I have created a button that when
> clicked is supposed to get the history log of the chat and place it in a
> specific textfield.
>=20
> any suggestion are welcomed....I am a bit stuck here
>=20
>=20
> Cheers
>=20
> ________________________________________
_________________________
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/...1ave/direct/01/
>=20
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|