wow
Oct 23 2005, 02:39 PM
| | Has anyone here done a flash/php/mysql chat project? I have a few flash projects I could use some help with getting one of them to work.I would like to start with a simple chat that I picked up at http://www.sephiroth.it/tutorials/flashPHP..._chat/index.php I'm able to edit the fla file ok, and know a little about php, and mysql, but this is the first time I have done a dynamic site, and could use some help with it to get it installed on the server,and get it to work.I have tryed on my own for awhile now with it, and it seems I'm on the ratty edge of getting it to work, but with no luck as of yet.If someonre here has the knowlage in these areas,and would be willing to help me get this thing working I sure could use the help. |
Comment/Reply (w/o sign-up)
round
Oct 24 2005, 12:37 PM
try hotscripts.com, they have a huge collection of php scripts. Easy to configure and very stable. I don't think i've found a better site out there.round
Comment/Reply (w/o sign-up)
wow
Oct 24 2005, 01:49 PM
Hello, Round Thank You for responding.Please dont missunderstand what I'm trying to do.I'm trying to get the bare bones of a flash chat to work, or maybe I should say to just get it setup on the server so it can work.From there I will worry about putting addons to it.I have been able to find alot of addon code such as gallerys...ect. I have fooled around with this code a little bit now,and was able to addon movable avatars, just to see how it could be done or even if I had the skills to do so.I started to work on a gallery also, but I never tied either of them into the db or made the tables for them. The avatars I did do were just hard coded in as a test. I did have another look at this tutorial,and see that the action script he has listed on the tutorial is a little differant then that of what he has applyed to the fla files frames.I edited those frames last night ,and have not tryed it out yet to see if its going to work or not.I'm pretty much a newbie at mysql,and sql at this point in time. My flash skills are growing.My strongest areas of skills lie in graphics, and animation.As far as reading ,and understanding code those skills are growing as well, but having said that doesnt mean that I'm still not a newbie at the process of working with theses tools.If you feel you could help me out with this project I would be a happy coder....lol I look forward to your input ,and welcome anyones comments.
Comment/Reply (w/o sign-up)
Mithshark
Oct 24 2005, 01:59 PM
wow
Oct 24 2005, 05:48 PM
Yes, I think flash is a good platform for chat,but I'm not talking about using someone elses work,and for a beginner to learn the flash IDE,and its action script along with php,and mysql starting off with the bare bones of it is the way togo if you want to know how it works,and how to read code,and understand what is going on.This is what this post is all about ,and I welcome anyone with thier input newbies as well as experianced programmers.I and a group that I've been working with have a few chat systems setup at our site already,but these are mostly other people work and we have just added some to it in some cases.You can get a copy of flash chat for $5.00 you will receive the php files,and swf files with the package,but if you really want to edit it you need to decompile the swf files back into fla files.But to learn from these complex chats would be not such a good idea to me. I look forward to your reply. Thank You
Comment/Reply (w/o sign-up)
arboc7
Oct 25 2005, 04:16 AM
Flash...that's tough. I don't like flash, especially when used with PHP and/or MySQL. Actionscript usually takes over most of the work. I think Flash is limited in its abilities across the board, especially from a dynamic content delivery and standards-compliancy view. It does have some artistic advantages though... I'm no expert in flash, but good luck, and I would be happy to help with any PHP and MySQL matters. Why do you want to use flash anyway?? Is there any special reason?
Comment/Reply (w/o sign-up)
wow
Oct 25 2005, 01:56 PM
Hello, arboc7 I started to learn the flash IDE a few months ago, and I seem to beable to get around in it well now, and understand the action script. Ive upgraded to flash pro also. The php files in this project I also understand the code in these files as well. I'm a complete newbie to mysql, so that means I'm a newbie to dynamic pages as well, but Ive red about it, and understand the concept.I'm thinking I havnt got the php config file db setting entered correctly.I have the project published, but it doesnt seem to be connecting to the db.It's not adding users to the whos online list. Would you be willing to see if you can get the project to work? I can compile the swf file for it,and the html file ,and sent them to you or leave you a download for the two files. The other php files you could get from the link I have posted.I would welcome your help indeed.
Comment/Reply (w/o sign-up)
coolwaves4all
Nov 3 2005, 08:34 AM
If u want to add a flash chat in ur on site then u can use the AVchat script which is a php with flash script and u only need to install this script and make a link to chat directory on ur server where u installed AVchat script. U can find this script easily by searching on a google as a query: Write this in google search text box. Query: ===== Avchat null it works bcoz i got this script by appling this query.
Comment/Reply (w/o sign-up)
Thanks, coolwaves4all Yes, I have that script, and many more, but I'm wanting to use my fla file that I've been working on, and make it public so I can keep on developing it as I go. I dont want someone elses work  I'm trying to figure out now how to use flash communications server which I have figured out how to use it as a local tool for development. I need to install server 2003 or 2000,and run it within it. So I can deploy my swf file. I enjoy your input,and value it very much hope to hear from you more,and anyone else about setting up your own server,and deploying flash apps.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : simple, chat, simple, flash, mx, php, mysql, chat
- Flash And Php
How? (5)
Flash With Php
(1) Is it possible pass flash variables to be processed in PHP language? Example: Enter Login and
password in a flash aplication and this variables (login and password) to be used in PHP?....
Real Time Updating With Ajax
I need a bit help with ajax in this real time chat script. (5) CODE function submitForm() { var xhr; try { xhr = new XMLHttpRequest();
} catch(e) { xhr = new ActiveXObject(Microsoft.XMLHTTP); }
xhr.onreadystatechange =function() { if(xhr.readyState == 4) { if(xhr.status == 200)
document.getElementById('c').innerHTML="SENT"; else document.ajax.dyn.value="ERROR CODE" +
xhr.status; } }; var data=document.ajax.dyn.value; //var chat=document.ajax.ba.value; var
final="&content="+data; xhr.open("GET","chat2.php?ba= " +final,true); xhr.send(data); }
require('c....
Php And Flash Image Gallery
Need some help in creating or editing an xml file while viewing some o (5) Hello there and thanks for the helping hand you are offering. PHP newbie here! /ph34r.gif"
style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> So here is my problem:
On my website I have a flash image gallery.The way the gallery works is by uploading pictures in a
folder and editing? an xml file.(pics.xml) where it adds the following code when you upload a
picture: CODE etc... Now I have users that upload products they sell on the
website or they advertise their business(hotels, jewellers, car resellers,...) So for eve....
Flash + PHP: How can I transfer vars?
(4) I am making a little section for a friends website. Here is what I have so far. :SWF File here:
And I made it you match the layout of here site. Here As you can see I pretty much have the
layout of it down. Some little bugs to be worked out with characters allowd in the text boxes and
what not. But I have a good platform. NOW for the fun part! Getting vars from flash to send, via
POST, to PHP. I have been trying to find a good tutorial on this online but I am not having such
great outcomes! So if anyone can help me here please go for it! This is exactly what....
Building A Chat Using Javascript, Php, And Ajax
(2) I have heard that you can build a chat for a website that would display the username, etc, using
PHP, Javascript, and AJAX. So Im wondering how this can be done and if there are any tutorials on
how to do it, or tutorials on AJAX. Thank you.....
Wappychat_oldskool
old version of my wap chat script :-) (15) here is a very old version of my wap chat script, its not very advanced but has privates, smileys
etc. I will post some further versions (with owner, admin, mod status and profiles) when i have time
to write the readme/install instructions for them. You will find instructions inside the zip. If you
have any problems post here but i know it don't work on all servers for some reason but it does
work on the trap server so will be cool ok /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" /> ....
"grand" Login System?
To Forums, Chat, and Site (7) Major problem I got here. A site at which I am employed as PHP Coder (privet-drive.com), needs a
"grand" login. The login needs to be able to login them into the forums, the chat, and the site, all
at the SAME time! The big problem is, the chat is located on another website (potterchat.net), and
the forums are IPB and not PHPBB. Any comments, or some tips on how I am to go about this? I am
freaking out, and any advice at all would be nice! Thanks in advanced!....
Php Chat With These Things
Need help with a PHP chat. (3) Okay, I have a QUESTION. I want to know how to make a PHP chat, but I am picky about the design and
some other things. Geez, this is so hard to explain. The only sites I knew that had a chat like the
one I'm talking about are shut down. Well on the page of the chat, there would be three frames,
one on the top, middle, and bottom. Top frame is ued for links and title and stuff, middle frame
would be used for the chat text (newest entry at the bottom), and the bottom frame initially would
have these things in it... -Username (they can pick a new one evrytime, no passw....
Need Two Script: Chat And Php Game.
opensource chat script and game script. (3) there once someone gave the script of playing online text game based on php, it can runs on
trap17's free webhost? and i also need a opensource chat script for my forum.i have been
searching all of the sourceforge but find nothing about this both. just thank you . /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> ....
Flash Portal Script
(3) Hello! Does anybody knows the Flash portal script. I can see that more and more websites have their
own flash portal like newgrounds.com, smosh.com, antitudegames.com. anyone can help?....
Php And Flash Movie Ie Problem
php include problem (2) I'm working on a site right now and everything's working fine. I had all the links and
includes working but when i check the site in ie i found that the small flash movie which is part of
the header and is included in the top php, isn't loading. Anyone here ever had that problem. I
don't remember ever myself but i really need this stupid thing fixed. round ....
Mambo Migrating
to Flash? (1) I know that flash has the capability to use PHP scripts to bring up information. I have currently a
Mambo site that has alot of information stored in MySQL database. Is it possible to adapt the
database to pull up the information from the site?....
Php Chat
chat rooms! (14) Where I can download free PHP chat with admin control? /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> ....
Need Help Generating Flash Movie With Ming Library
Please? (0) I am doing a school project and the guy I am doing it with want some animations. Since gif
animations are not supported by php (patent trouble) I had to make a flash movie. I allready have
the basic code and stuff but the images I try to import in my flash movie don't show. I am
trying to use a gameboard as background for the movie. After the TODO comment I am going to edit the
image so I get an animation, but first things first so this is my code: CODE //invoer:
//array met posities van de huizen $huis //array met posities van de hotels $hotel //array met pos....
Mambo Cms
Chat for the mambo!!! (2) Somebody knows about a chat for mambo 4.5??? I really need it for my site. Thank you,....
Flash Games And Post Data
(0) i want to put a highscore section for a bunch of flash games on a website. i know that when most
games are done the score is in the post data, which can be viewed if you have the firefox live http
headers extension. but how would you insert the postdata from the flash games into the database?....
(learn) Chat Script
(4) this is php-based chat script Once upon a time there was a reasonably popular web-based chat room
called Star Trekker chat. I happened into this chat thanks to a friend and even though Star Trek
fans were hardly my favourite group of people I found that for the most part people in there were
friendly and fun. But when Star Trekker shut down, thanks to its Perl backend eating server
resources for lunch, these happy and kindly people were left with nowhere to go. It was fortunate
that at that time I opened my own similar chat room and managed to attract much of the homele....
PHP flash
(8) function label($string) { global $f; $t = new SWFTextField(); $t->setFont($f);
$t->addString($string); $t->setHeight(200); $t->setBounds(4000,200); return $t; }
function addLabel($string) { global $p; $i = $p->add(label($string)); $p->nextFrame();
$p->remove($i); } function rect($r, $g, $b, $signal)//buttonstyle { $s = new
SWFShape(); if($signal==0) { $s->setRightFill($s->addFill(220, 220, 220)); }
else { $s->setRightFill($s->addFill(10, 10, 10)); } $s->drawLine(1....
Looking for simple, chat, simple, flash, mx, php, mysql, chat
|
Searching Video's for simple, chat, simple, flash, mx, php, mysql, chat
See Also,
|
advertisement
|
|