Build A Chat Application In Flash?
May 2, 2010I'm interested in building a chat application in Flash.
View 2 RepliesI'm interested in building a chat application in Flash.
View 2 RepliesI am dead meat, I have until monday to have a working rough draft. I have everything at 90%. My brain wont work, I am locked and cant think og the best way to bring in a Chat box to my project. I want to put it as a hover page in the presentation area of the APP.
Please Pm me for a link as my post count is too low to put it here, I have been lurking here fr some time but didn't ever fell I could better answer questions so I stayed in lurk mode. If anyone can push me in the right direction or is willing to look at what I have and offer some advise, I would be greatly in your debt!. I look forward to some ideas from some very smart people, as I seem to be not one of them!
build a chat application in Flash/Flex and Actionscript using XML Socket class.
View 1 RepliesI have created a video chat application using Flash Media Server, Its working well in Local, But not in FMS (If I connect with my FMS account). But Text Chat working well, pbm in Video only My server is from influxis with Bandwidth 1 mbps, But My application got 13 mb totally, It is any pbm in the server, I'm very newbie to FMS, so excuse my silliest question and explains if its.
View 9 RepliesI have found some question which refers to my initial question :on xcode Usually resolved in synthesis by :
flushing certificate cache correcting the signing certificate ( using Distribution in replacement of Developper) C checking and correcting the Application ID who was sometimes not the same between the one declared in iTunes Connect and the one in the app.xml file
The fact is that I still has the problem on Flex Builder, which is when I upload my application, it failed with "Application failed codesign verification"
[Code]...
So the question is what could still block the uploading of the application on the App Store?
How to resolve "Application failed codesign verification." when uploading Application, build with Flash Builder 4.6?
Anyone know how to create a flash based text and audio chat application?
View 1 RepliesI'm looking for examples (code) of applications that uses Flash (NOT Flex) and Remoting classes for ActionScript 3 (NetConnection). Once there was ARP, a repository of code of this kind, but it seems there is not anymore. I'm trying to figure out how to build an applications that makes heavy use of calls to WebORB and responders. I need an architect point of view, NOT a sample of communication between parts, but a real world scenario.
View 1 RepliesI want to build an application that will allow the user to upload a movie file, then allow the user to give information about the movie (like synopsis, title, etc.) so that he or she can watch it from the server at a later time. Almost exactly like a youtube clone, for all intents and purposes.
I'm running into a problem, however, with serving up the movie to be watched. I want the user to be able to watch the movie on a variety of different platforms, including over the web in all of the common browsers, on iOS devices and on Android devices (as well as GoogleTV in the future).
I had initially planned on having the user upload whatever file formats they want, store that file, then transcode it on the fly using ffmpeg (or something similar) to serve it up to whichever device is requesting it. This is handy, because I'd be able to transcode it to a smaller size if I needed to to save on bandwidth. Unfortunately, I'm having a tough time finding a method that will do this to display the movie in a web browser.
I've tried VLC to death. I'm able to get it to stream a video on demand over RTSP, but (as I understand it), both the HTML5 video tag and Flash won't accept an RTSP stream. I haven't had any luck finding a method of streaming an on-the-fly transcoded video over HTTP, which looks to limit my options to embedding either a windows media player or quicktime. FFServer with FFMpeg has the same problem; it can create an RTSP stream, but not an HTTP stream.
Which is the best for build an application show like in image. For the better graphics and performance wise. I want to know Flash for Flex is more suitable for this.In Flash ca we be able to build a grid kind of applications easily? I headed that Flex have the functions to handle grid and other things. Drag & scroll Zoom like feature. but am not sure able the graphics of flex. Is the components are customizable
View 3 Replieswho wants to build a flash application to find the shortest path using ant algorithm. but i have not the refferrence about that?
View 5 RepliesMy client ask me for build some flash application which will be show on his kiosk exhibition. And what I wondering is it any different kind of addEventListener for touch screen interface? Or it is similar like mouse click or double click?
View 4 RepliesI want to create a chat application in AIR but i dont know that how a chatting server can be created in Flash.
Basically i want to create the window application using AIR, so that which can communicate with the server, but i dont know anything how to establish to server that can handle the client requests give by my application.
When i use this in a htmltext box:
<img src="podimg.gif" width="64" height="64"> Text
THe image appears on the line below the text.Nothing i have tried gets them in line, like this:
Text
I am trying to make a chat application with smartfox server. The chat app is fine, but getting emoticons working in a textbox seems impossible.
I am trying to make video two way chat application through FMS streaming in AS3.0.Its working fine with Mozilla but not working in Internet Explorer.
View 3 RepliesI'm trying to create a very simple chat application in Flex/.Net using FluorineFX but can't get it to work.
<mx:VBox
width="100%"
height="100%"
xmlns:mx="http://www.adobe.com/2006/mxml">
[code]...
It's compiling all fine, and when I try to send I don't get any errors, but also no result. No message is received. Am I on the right path? What's the logic behind the endpoint uri? What port should I use? Should I configurate Web.config? (beyond the flourinefx configs that enable RemotingService?) I don't get any response in the flourine.log.
I have been asked to develop a generic chat client which can be used as a widget(with fb,twitter) which works fine with all XMPP supported applications. I have decided to use flex along vit java. how the whole chat application works? Also which server to use?openfire or blaze DS?? what's the difference?
View 1 RepliesI am coding an irc client in flash and am kind of stuck figuring out how to deal with the text overflow. for example, how do i know that there is one line overflowed in the text field? i would code the scrolling bar myself once I know how to find out how many lines are actually overflowed.
View 5 RepliesCurrently we are in the design phase of an application that will allow two users to communicate with each other using chat and video (with audio), the application is a web application that currently is a java web app with Spring and hibernate, but we want to incorporate video and chat between two users and we are evaluating the options to developing it, so far we have two choices, either develop a Flex UI that leverages its video and chatting capabilities through Red5 or something like that and communicates with the Spring app using BlazeDS or a completely java based approach using (maybe) JMF and/or applets to achieve the video and chat interaction. The question is, which would be the most scalable approach to develop such an application?, what would be the approach that is the least intrusive from the end user perspective?
View 2 RepliesI have a web chat application that uses flash in the client side to open connection to the server. When the client connects to the server I want them to be in connection until the client closes the browser or stops the conversation. The problem is that sometimes there is a network problem and the socket in the client is throwing an error and than closing. What I want is that the socket in the client will not close the socket immediately after an error or a timeout, but will try for at least half minute to check if the connection is fine before throwing the error and closing.
The code in my flash object is this :
package {
import flash.display.Sprite;
import flash.external.ExternalInterface;
import flash.events.*;
import flash.net.XMLSocket;
public class jsxmlsocket extends Sprite{
[Code] .....
I want to create a video chat application between 2 people and I want to record the dialouge between the two people to one audio file, so both of then can play back the dialouge at a later time.
View 1 RepliesI want to incorporate a graphics frame in my chat application so that anyone can scribble in that box using the mouse (click and drag), just like a pencil in the MS paint. This would be something like a graphic analogue of the text chat area. Is there is any such Component like TextArea which may be used for this kind of application?
View 7 RepliesI have made an Audio Video chat application in AS3 and using FMS as my server.I want to make the functionality of a call accept dialog box which pops up when one client wants to call another .Giving 2nd client the control to accept call or not like is done in Skype and all.Can anyone explain how will thisbe done using AS3.
View 2 RepliesI am trying to implement a simple chat application in adobe flex 3 with php as back-end. I have found few frameworks on net, AMFPHP and WebOrb. But I see that both these frameworks do a polling to the server at regular intervals.
View 4 RepliesDoes anyone know of a 'Flash Chat' room to chat with Flash Devleopers?
View 1 RepliesI'm trying to make text chat application using shared object. I'm using api Shared.getRemote("so",m_nc,true); to make the data persistent. It makes the file with extension fso. I want to save the chat history in notepad for further reference, and also load that data as per requirement.
View 1 RepliesI will create a voice chat application with Adobe Flex and I want use the opensource Red5 as a server.But, I confuse how to start it. it's possible just use NetStream and NetConnection?
View 1 RepliesWhat 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?
I've build a live video/audio chat application. All works fine only the issue is latency of 5 secs. I'm using FMS 3.5 and FLEX.
View 1 RepliesIs it possible to make desktop Air application by using HTML/JavaScript and Flash?Actually I want to make an Air app (which is for desktop) by using flash and want to use HTML , javascript and CSS as well.Is it possible ?
View 1 RepliesI need to implement add mp3 player to my AIR application build with flex
is there any tutorials on building mp3 player ( i didn't found any in the web )