ActionScript 2.0 :: Chat Room In Flash?
Feb 24, 2003
develop or give sample with fla file that how to develop a chat room in Flash, i need idea to comnicate via server side that how can i share message to all client's , i need it for my site www.cmxd.com , you need Msie with 17" monitor or 1023 by 768 screen resolution to view site exactly as i develop.
View 3 Replies
Similar Posts:
May 21, 2009
Does anyone know of a 'Flash Chat' room to chat with Flash Devleopers?
View 1 Replies
Dec 1, 2009
I am trying to create a flash chat room. I dont want to use a software and would like to use CS3-CS4. I would like to make it look creative and choose my own design.
View 4 Replies
Apr 13, 2010
I want to implement a Chat room in Flex 3.
View 1 Replies
Sep 12, 2009
I am working on the Flash group chat. In that how can I redirect the user to another room when the desired room is full.
View 6 Replies
Jun 7, 2011
I have created a video chat room by FMS/Flex. what I need to do is:
If everybody in one chat room can use rtmfp, we go with rtmfp if anybody in the chat room disabled his rtmfp, we go with rtmp.
Now I need to create a logic to decide if everybody can use rtmfp between each other, Is there a good way to do so?
View 1 Replies
Nov 9, 2009
I found a nice ActionScript 3.0 Tutorials site speaking about creating Chat Room and Multiplayers game:[URL]..They use a sockets server named SmartFox.
I'm looking for the same site but using FlasMediaServer and still didn't find any.
View 3 Replies
Nov 27, 2009
i am starting a project for our church that it will look like a game, each logged in users will be able to attend different types of the room such as prayer room, visitors room etc and will be able to interact each other.
with having a just brief rough idea, i figured that i need to have a socket server and socket class for it. (i tried to make a chatting room with just urlvariable and php mysql but it seems its more appropriate to use the socket server.
well the site will be more focused on the CONNECTION between the logged users and they will need to be able to interact each other when they are viewing photos, videos, sharing thoughts, prayers, etc, and for that matter socket server seems must.
but i do not have any knowledge on the server socket, how to make em and how to set up them. can someone please give me a insight or direction where i should start and look for ?
i figured php isnt suitable for a socket server(which is the only language that i know of) so i m lookin into java or python but i have no idea what to do.
View 6 Replies
Jan 16, 2012
What is the best type of chat program for people to chat one on one?
1. Does flash chat impair SEO?
2. How would you compare the server load/speed of flash chat vs other types of chat, such as cometchat, ajax chat, of java chat?
View 3 Replies
Jan 19, 2011
What would be the best language to use to write a script similar to chat roulette but interact with a MySQL database of users.
View 3 Replies
Mar 29, 2012
i want to create a chat app using flex 4.5 mobile project for android device. For the chat screen, i wanted it to look glossy and stylish. Hence i thought i would use the list component and disable the selection in it. I m able to add the chat messages into the list. But i doubt if large chat data might hinder the performance. Im using a collection and i ve binded it with the list. Whenever i receive a chat i update the collection and it gets displayed in the list. Can someone tell me if his could pose a performance problem as list component is not intended for this purpose.
View 1 Replies
May 12, 2011
Basically what I need is to have a permanent web conference room in my web application to handle remote interviews.
This means that any user of the web application can get access to the room and have an interview with another user of the same web application, I need only 2 connection at the same time.[code]...
View 1 Replies
Feb 9, 2012
I'm currently trying to make a basic escape the room game in Flash, and for some reason the last couples of entries I have made for the code aren't working. Right before adding these lines, everything worked and I already know that each object has been converted into a movie clip or button and has the correct instance name.
[Code]...
View 1 Replies
Sep 10, 2010
I want to make a virtual tour of a room in Flash / Flex. How can this be achieved? Firstly, is it enough to have pictures taken from a still point? If yes, how can I turn them into a real tour? Also, is there a library for this kind of thing for AS3?
View 1 Replies
Sep 24, 2011
how to make a flash based 3d kitchen or room planner like
[URL]
But i don't know what technology used for this systems. 3d engine like away3d or papervision3d or only actionscript 3 ??
View 0 Replies
Jun 22, 2011
i am newbie action scrpt 2.0 and do escape room game i can able to take items to my inventory but i want use example , if i use hammer on a vase , vase will crash (motion tween) player will find key. yea important is player can continue to play game after this animation i didnt understand how to do that with codes:[code]
View 1 Replies
Jul 27, 2010
I am continuing my long switch from AS2 to AS3 finally... and I thought I'd start by making something simple. An "Escape The Room" type game, should be easy right? Just pointing and clicking? I loaded up my file for folks to look at.. I guess my big question is what I did wrong.. I thought i set up the buttons correctly and my Event Listeners.
nail_mc.addEventListener(MouseEvent.MOUSE_DOWN, objectFound);
But Flash doesn't like SOMETHING I did, I should be able to click and drag things if I knew what I was doing :P
View 15 Replies
Jul 27, 2010
My idea is to be able to have a number of different objects on the side of the stage, kind of in a toolbar, then to be able to click (and thus select) one of them and place it another area in the room with another click (basically placing it, deselecting it and fixing it in place where I clicked).
I'd then like to be able to re-click it and reposition it by dragging, if I so wish.
View 1 Replies
Oct 8, 2009
i am making a escape the room in flash in by game i have 4 rooms with different objects inside and when I click on one of the object it disappears in to the inventory but I am having a problem with the inventory when move to room 2 and go back to room 1 the object i pick up disappears from the inventory back to the stage but i what the to stay in the inventory when i have pick it up and i what to be able to go to different room without the object returning i am working in AS3
View 1 Replies
Dec 23, 2009
I have a function called addRoom.A scroll pane with thumbnails of rooms, each thumbnail is a button. The viewport is empty by default. When I click a button the function is called, it adds a room to my viewport. If I click another button a new room is added but the first room still remains. How do I get the first room to be removed? I assume there is something wrong with my index.
Code:
// add room image to the viewport
function addRoom(event:MouseEvent):void {[code].....
View 4 Replies
Sep 25, 2009
I am working on flash chat in AS3,i need to count the users in each room.
View 3 Replies
Jun 3, 2010
im using real basic code for a small game and ive got a timer set up on one room and cant get it to display in the endgame room.this is the code i used
var gameStartTime:uint;
var gameTime:uint;
var gameTimeField:TextField;[code].....
View 1 Replies
Oct 27, 2011
I have to develop an application like these sites in flex 4[url]...
Which are the main flex components used to build these type of application?
How the conversion from 2D to 3D ?
How to generate dynamic 3D from the 2D resizable objects?
How to show measurement on resizing the objects?
View 1 Replies
May 2, 2010
I'm interested in building a chat application in Flash.
View 2 Replies
May 2, 2010
Need auto scroll when new message arrives.
View 1 Replies
May 19, 2010
I would like to create a video chat. no text, just 1-1 video,which is very simple.Is it possible with Flash 10? Does it cost any money to use Stratus ?Do you know if there something similar already out there ?
View 1 Replies
Nov 3, 2010
I am using Adobe Citrus and Air. The goal is to make a voice chat application with low latency. I take the sound samples that I get from the Microphone SAMPLE_DATA_EVENT encode them in using Native Process and speexenc.exe.
The question with method should I use for the sending of the samples. I tried object repication and the latency is to big.
View 1 Replies
Jan 6, 2011
I have developed a chat site and would like to add a sound notification (beep or something) when there is a new message kind of like facebook chat.
I know this requires flash but have no idea on how this could be accomplished. Can anybody explain how to make this or a good resource that explains it?
View 2 Replies
Mar 18, 2011
I want to implement Video Chat with two person, the person will be randomly selected like in chatroulette. I have no idea of RTMP server so is there any opensource system that I can use or create from scratch. I am new to flash and worked on php.
View 1 Replies
Mar 26, 2012
I'm planning to develop a chat program in Flash using a sample program called Ozeki VoIP SIP SDK. On their website, they say: with the help of this sample program you can easily implement text, audio and video chat programs and it doesn't require a long period of time.
View 0 Replies