Welcome, Guest. Please login or register.
Did you miss your activation email?
05/23/12, 01:44
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Server side Scripting and Database Support
| |-+  PHP, Perl, ASP, JSP, CFM (Moderators: Flash-db, Musicman, vesa kortelainen, Ronald Wernecke, Jorge Solis, nothingGrinder)
| | |-+  ONE-ON-ONE LIVE CHAT IN FLASH
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Print
Author Topic: ONE-ON-ONE LIVE CHAT IN FLASH  (Read 5785 times)
.: Pavel :.
Server what's that
*
Posts: 34


Czech Flash Fun

matc12@hotmail.com
View Profile WWW Email
« on: 11/18/03, 20:24 »

Hello guys,

I am trying to put together a chat application that would reside in my main html page (that also includes my web page swf file).

I want it to be able to show if I am online to accept chat (if not send an email)

It should be chat one-on-one but giving me (the administrator) the option to see other people who might be interested in chat and possibly answer their questions individualy (at the same time.....)

I don't want any interaction between visitors. Only interaction directed to me (or another administrator if I chose to).

Is it possible to have such application embeded in one html?
I have tried to find some examples and found two that were somewhat close but they were using php sites (not in one html).

If anyone knows as off where should I start I would really appriciate any help.
Thanks. Pavel
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #1 on: 11/19/03, 08:38 »

See Jorges Chat-Tutorial.
You can adapt that to what you want.
Logged

happy flashing
Cool
Ronald
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #2 on: 11/22/03, 18:04 »

how can i make that chat without using Flashcom?
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #3 on: 11/23/03, 10:14 »

Hi John,
you need some kind of "inteligence" at the server side to handle the chat.
In cas of Jorges example it's flashcom.
If you have a chat server, you can adapt it to flash use flash clients, when you know how flash works.
Flashcom is a fast and efficient way Wink
Logged

happy flashing
Cool
Ronald
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #4 on: 11/23/03, 14:58 »

wat do u mean by intelligence? ive heard of backend and middle-ware but wat is intelligence?  can i use flashcom on a free host like tripod?  is theree any other type of intelligence i can use?
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #5 on: 11/23/03, 15:32 »

check with tripod, but I doubt it.
The least you need is php support and the right to use other ports than 80 (ports higher than 1024).
If you cannot use this, you can do pseudo-chat, which is on most free servers not allowed, because it takes a lot of performance.
BTW: tripod has bad performance anyway Wink
Logged

happy flashing
Cool
Ronald
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #6 on: 11/23/03, 19:12 »

i can look into other hosts, I kno the tripod im using supports php, but im not sure about ports higher than 80, how can i check?  I need all of this for 1 on 1 chatting, how exactly does 1 on 1 work, connecting to IP's?
« Last Edit: 11/23/03, 19:13 by john » Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #7 on: 11/24/03, 02:53 »

Hi John,
there are different choices you can make.
Either you use one of the free chatsystems available at the market (without flash support, as fa as I know them), or do a simple shoutbox with mySQL storing the last comment, or change the provider with flashcom support (as far as I know not free) and write a flash chat like Jorges.
Logged

happy flashing
Cool
Ronald
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #8 on: 11/24/03, 20:24 »

do you have any tutorials on making a fash shoutbox with just a flat txt file?  I was searching for one on the web when I found this forum thing when someone was asking about it.  As you get to the end you might see a post by rjm, read that one very carefully...

http://forum.deviantart.com/galleries/flash/123752/

by any chance, is that tutorial still here?
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #9 on: 11/25/03, 17:01 »

Hi John,
if you have to do it with a flat table, have a look at our guestbook tutorial.
You can give different names for different users - and you got it.
Logged

happy flashing
Cool
Ronald
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #10 on: 11/25/03, 17:31 »

ok,
thanx, i forgot that didn't use mySql
Logged
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #11 on: 11/26/03, 16:47 »

ok, im trying to make a simple tag-board first.  this is where its locates, u got to zoom in, right-click-->zoom in, the tag-board is on the right,nothing is loading and when u type somethingi n u get an error, any ideas y?
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #12 on: 11/27/03, 01:21 »

Pleas give more details.
Some source and a link would help Wink
Allways, if you get an error, print the error text
« Last Edit: 11/27/03, 01:22 by Ronald Wernecke » Logged

happy flashing
Cool
Ronald
john
Server what's that
*
Posts: 35



View Profile Email
« Reply #13 on: 11/27/03, 10:46 »

this is the zip with the php, txt, and fla

http://members.lycos.co.uk/flashtag/tagboard.zip

copy and paste, when i hit the link it didn't work
« Last Edit: 11/27/03, 10:52 by john » Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #14 on: 11/27/03, 12:49 »

Hi John,
I hab a quick loock at it.
Are you using flash 5?

You've been using the php script for the guestbook, as I suggested. But you did not change everything to adapt to the new file.

On some sections it still says GuestBook.

So there is no wonder, that its not running smoothly.

I dont have the time right now to do it for you. As far as I could see, you understand how it works. All you have to do, is to find the time to do it consequently step by step.

Good luck - and if you get stuck, just post here.
There is allways time for little hints  Wink
Logged

happy flashing
Cool
Ronald
Pages: [1] 2 Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!