Re: [Flashcoders] Looking for a configurable Flash Live Chat Box With Rooms Optional

2009-03-17 Thread Nate Beck
If you're looking to get setup with very little up front money.  I'd
recommend using Influxis (a Flash Media Server) hosting company.

As you can see in their applications, they have text chat applications.

http://influxis.com/applications/

You of course could also build your own with their source code, and
customize it all you want.

Cheers!

On Tue, Mar 17, 2009 at 3:53 PM, TS sunnrun...@gmail.com wrote:

 Does anyone have a good link to something like this for reasonable price or
 free?

 Configurable meaning skinnable and sizeable?

 Thank you everyone :)

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 

Cheers,
Nate

http://blog.natebeck.net
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for a configurable Flash Live Chat Box With Rooms Optional

2009-03-17 Thread Glen Pike

Hi,

   I found this a few years ago which worked out of the box.
  
   http://www.tufat.com/s_flash_chat_chatroom.htm
  
   It's a bit cheeky tho' because the guy is packaging up some stuff 
with AMFPHP and not honouring the license properly...


   Glen

TS wrote:

Does anyone have a good link to something like this for reasonable price or
free?

Configurable meaning skinnable and sizeable?

Thank you everyone :)

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for a configurable Flash Live Chat Box With Rooms Optional

2009-03-17 Thread Taka Kojima
I built a flash chat room client (using the Flash IDE) about 3 months
ago using Jabber (OpenFire) as the chat server and the XIFF API

http://www.igniterealtime.org/projects/xiff/

The only real issue I ran into was that the XIFF API uses native Flex
classes, so I had to figure out how to get those into a format I could
use in Flash.

In the end, I found a solution that enabled me to compile all of the
neccessary Flex classes in to an swc and use them as an RSL, worked
like a charm. I didn't have to modify any of the API source code, or
the code on the Flex classes either.

The XIFF API makes it easy, all in all I got it done in about 3 days.
Granted, it's not the most feature rich chat client, but basic
functionality is there.

http://gigafied.blogspot.com/2008/12/using-flex-classes-in-flash-cs3.html
(here's my post on getting Flex classes into the Flash IDE).

- Taka

On Tue, Mar 17, 2009 at 4:33 PM, Glen Pike postmas...@glenpike.co.uk wrote:
 Hi,

   I found this a few years ago which worked out of the box.
     http://www.tufat.com/s_flash_chat_chatroom.htm
     It's a bit cheeky tho' because the guy is packaging up some stuff with
 AMFPHP and not honouring the license properly...

   Glen

 TS wrote:

 Does anyone have a good link to something like this for reasonable price
 or
 free?

 Configurable meaning skinnable and sizeable?

 Thank you everyone :)

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 --

 Glen Pike
 01326 218440
 www.glenpike.co.uk http://www.glenpike.co.uk

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Looking for a configurable Flash Live Chat Box With Rooms Optional

2009-03-17 Thread TS
Yeah I did see this. It seems great except it has some quarks that are a
little unbearable.

Thanks for the info.

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike
Sent: Tuesday, March 17, 2009 5:33 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Looking for a configurable Flash Live Chat Box
With Rooms Optional

Hi,

I found this a few years ago which worked out of the box.
   
http://www.tufat.com/s_flash_chat_chatroom.htm
   
It's a bit cheeky tho' because the guy is packaging up some stuff 
with AMFPHP and not honouring the license properly...

Glen

TS wrote:
 Does anyone have a good link to something like this for reasonable price
or
 free?

 Configurable meaning skinnable and sizeable?

 Thank you everyone :)

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


   

-- 

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Looking for a configurable Flash Live Chat Box With Rooms Optional

2009-03-17 Thread TS
I guess another nice feature or feature instead of any other feature would
be just a shoutbox similar to facebook's instant messaging app. Where the
state gets saved from page to page. Anyone seen anything like this?




-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Taka Kojima
Sent: Tuesday, March 17, 2009 6:07 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Looking for a configurable Flash Live Chat Box
With Rooms Optional

I built a flash chat room client (using the Flash IDE) about 3 months
ago using Jabber (OpenFire) as the chat server and the XIFF API

http://www.igniterealtime.org/projects/xiff/

The only real issue I ran into was that the XIFF API uses native Flex
classes, so I had to figure out how to get those into a format I could
use in Flash.

In the end, I found a solution that enabled me to compile all of the
neccessary Flex classes in to an swc and use them as an RSL, worked
like a charm. I didn't have to modify any of the API source code, or
the code on the Flex classes either.

The XIFF API makes it easy, all in all I got it done in about 3 days.
Granted, it's not the most feature rich chat client, but basic
functionality is there.

http://gigafied.blogspot.com/2008/12/using-flex-classes-in-flash-cs3.html
(here's my post on getting Flex classes into the Flash IDE).

- Taka

On Tue, Mar 17, 2009 at 4:33 PM, Glen Pike postmas...@glenpike.co.uk
wrote:
 Hi,

   I found this a few years ago which worked out of the box.
     http://www.tufat.com/s_flash_chat_chatroom.htm
     It's a bit cheeky tho' because the guy is packaging up some stuff with
 AMFPHP and not honouring the license properly...

   Glen

 TS wrote:

 Does anyone have a good link to something like this for reasonable price
 or
 free?

 Configurable meaning skinnable and sizeable?

 Thank you everyone :)

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 --

 Glen Pike
 01326 218440
 www.glenpike.co.uk http://www.glenpike.co.uk

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders