.net :: Flex : Simple Chat Application Using FluorineFX?

Jun 26, 2009

I'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.

View 2 Replies


Similar Posts:


Flex :: Implement A Simple Chat Application In Adobe With Php As Back-end?

Mar 10, 2011

I 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 Replies

Asp.net - FluorineFX Mature Enough To Use For A Large Web Application?

Sep 29, 2011

I am in the planning stages of developing a large web application written in Flex and was wondering if anyone has actually used FluorineFX in a large production environment?

The documentation and online community makes it seem like it could be abandoned in the years to come and I have yet to read about it being used in production.

I have been assessing Weborb as well, but the costs are extremely high and I'm not entirely satisfied with the general workflow/setup of it. Are there any other solutions out there that I should consider?

View 2 Replies

Actionscript 3 :: Make A Simple Video Chat Using Flex Framework And Red5 Server

Mar 26, 2012

I'm trying to make a simple video chat using Flex framework and red5 server. It's an application with 2 video displays. With connection to the server more or less figured out. However, I do not understand how to transfer user1 stream to user2.
Here is functions i use to transfer webcam image to the server and to get the stream.

[code]...

View 1 Replies

Actionscript 3 :: Flex - Based Chat Application

Jan 21, 2011

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 Replies

Flex :: Develop A Video Chat Web Application In Java?

Apr 19, 2011

Currently 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 Replies

Flex :: Start Creating Voice Chat Application Using Adobe And Red5?

May 5, 2011

I 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 Replies

Media Server :: Live Video/audio Chat Application - Latency Time Using FMS 3.5 And FLEX

Dec 9, 2010

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 Replies

Flex :: Start Application From A Simple AS File?

Oct 27, 2009

I want to use vkontakte's new wrapper feature, that enhances your application abilities by running under SWF wrapper. This is a sample application that uses this mechanism. It uses pure action script to display it's contents rather than an mx:Application.

Using the wrapper on my mx:Application failed due to the following error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.managers::FocusManager/activate()[C:autobuildgalagaframeworksprojectsframeworksrcmxmanagersFocusManager.as:702]
at mx.managers::SystemManager/activateForm()[C:autobuildgalagaframeworksprojectsframeworksrcmxmanagersSystemManager.as:2493]
at mx.managers::SystemManager/activate()

[Code]...

Unfortunately - it also failed, and the question remains, how to start Application from a simple AS file?

View 2 Replies

Flex :: Add A Simple Bitmap Or Sprite On New Application?

Jun 27, 2011

Maybe it is a bad habbit which still i have from Flash Professional, but : I am trying to add a simple Sprite or/and Bitmap on just created, empty application, and it just not hapening.

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[Code].....

View 2 Replies

ActionScript 3.0 :: Making Guestbook And Simple Chat Over LAN Connection?

Dec 22, 2006

making Guestbook and text-chat application over LAN connection. Are php and mySQL required? and about the chat, how do we really use the flashcomm?

View 7 Replies

ActionScript 1/2 :: Flash 5 And PHP With MySQL - Making A Simple Chat Program?

Apr 28, 2009

I am trying to program a simple chat program. I have looked all over the net for an easy to use tutorial for exchanging information between Flash 5 and a MySQL database. The reason this is so hard is because I just started PHP and MySQL last week.
 
A. Sending 1 line of text to a table in a MySQL database via PHP.

B. Allow flash to retrieve the latest line of text from a table.

View 6 Replies

Flex :: Creating Simple Live Drawing / White Board Application?

Jul 9, 2010

How do I create a simple live drawing board/whiteboard functionality using flash as3, and flash media server 3.5.

View 1 Replies

ActionScript 3.0 :: Create A Chat Application In AIR?

May 31, 2009

I 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.

View 3 Replies

Build A Chat Application In Flash?

May 2, 2010

I'm interested in building a chat application in Flash.

View 2 Replies

Make A Chat Application With Smartfox Server?

Jan 15, 2008

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.

View 4 Replies

Media Server :: Two Way Chat Application Through FMS Streaming

Aug 26, 2009

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 Replies

ActionScript 3.0 :: Implementing Scrolling Bar For Chat Application

May 1, 2010

I 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 Replies

ActionScript 3.0 :: Flash Chat Application Using XML Socket Class?

Apr 8, 2009

build a chat application in Flash/Flex and Actionscript using XML Socket class.

View 1 Replies

ActionScript 3.0 :: Chat Application - Socket Closing Very Fast

May 4, 2011

I 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] .....

View 1 Replies

Flash :: Media Server - Created A Video Chat Application?

May 26, 2009

I 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 Replies

Media Server :: Create A Video Chat Application Between 2 People

Sep 2, 2009

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 Replies

Media Server :: Incorporate A Graphics Frame / Box In Chat Application

Jun 7, 2010

I 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 Replies

Media Server :: Call Accept Dialog Pop Up In Chat Application

Feb 23, 2011

I 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 Replies

Media Server :: Make Text Chat Application Using Shared Object?

Jan 21, 2010

I'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 Replies

ActionScript 2.0 :: Reate A Flash Based Text And Audio Chat Application?

Mar 13, 2007

Anyone know how to create a flash based text and audio chat application?

View 1 Replies

Java :: Best Language For Video Chat (similar To Chat Roulette) With MySQL

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

Android :: List Component Good For Chat Displaying Chat Data?

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

Tool For Simple Interactive Web Application?

Nov 10, 2011

I want to create not complex interactive web application. It has some pinboard and user can create many simple objects on this pinboard (e.g. many small circles). [code]...

I think that I can use Flash/Flex or JavaScript/SVG/VML for this purpose. Disadvantage of Flash is that user must have plugin. Minus of JS/SVG/VML is that there aren't such powerfull developing tools as in Flash case, but if we use some library (url...) application won't require flash plug-in.

View 2 Replies

C# :: FluorineFX Rtmp Connection Timeouts?

Jul 13, 2011

I have application server that I wrote in csharp. The server is communicating with Flash client built using FLEX 4 (Flash Builder 4.5). The communication between the server and the client is done using RTMP.

For the RTMP capabilities in the server side I used the FluorineFX (hosted in IIS7). All the connections is done using Remote procedure calls where the Flash client executes remote procedure in the server and getting the results in the RPC response callback function.

The server also can send messages to the client using RPC as well. My problem is that the server diconnects all clients 6 minutes after the last client connected and I can't figure out why it is doing it.

[Code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved