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


Similar Posts:


Media Server :: Main.asc TypeError Trying To Set A Shared Object Property In Application.onConnect?

Sep 30, 2009

Basically trying to update a "userlist" shared object everytime someone connects.Administration console live log reads:"Sending error message: ...main.asc: line 12: TypeError: this.usersSO has no properties"

I'm connected ok.  Here's the server code  Doesn't like "usersSO.setProperty()" call:
application.onAppStart = function(){ this.uniqueID=1; this.users = new Object();  this.usersSo = SharedObject.get("userlist", false); }

[code].....

View 2 Replies

Media Server :: Medium-load Chat Server Using Shared Objects Segfaults Every Few Hours?

Aug 25, 2009

Medium-load chat server using Shared Objects segfaults every few hours. Runtime size has been increased to 30MB (this saves it from crashing every 10 minutes). I have the core dump but don't understand what it means.

View 9 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

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

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 :: Possible To Make Communication Between FMS Chat And XMPP Server?

Jul 22, 2010

the chat client application is created using adobe AIR, the application should be able to do communication sims like Google Talk and AIM does. If it is impossible is there any other solution to do that?

View 2 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

Media Server :: Why Server Side Shared Object Doesn't Work

Mar 29, 2011

application.onPublish = function (client, p_stream){  var myInfo = SharedObject.get(p_stream.name);   myInfo.setProperty("live", true);

I set the sharedobject using code above,now I can publish video,but so is not set(from admin console, "shared object" tab).

View 3 Replies

Media Server :: Text & Video Chat

Jun 29, 2009

I need Text chat with Video chat for one to one chat.

View 1 Replies

Media Server :: RMI Vs NetStreams For Text Chat

Sep 17, 2011

I am wondering if we should use RMI or NetStreams for our text chat.A few things should be considered, as we have different scenarios that could happen :
 
- Imagine a 2-way text chat, with 2 people connected via RTMFP to the FMES server. Would text chat with RTMFP NetStreams be more appropriate than RMI?
- Imagine a 2-way text chat, 1 person connected via RTMP and the other via RTMFP, would the text chat be better over RMI or over RTMP NetStreams?
- We need to consider that video/audio are also available, and we use either RTMP or RTMFP NetStreams (depending on the protocol the users connected to the server with).

View 1 Replies

Media Server :: Flash Chat Alternate Text Colors?

Sep 14, 2009

how to alternate text colors in a Chat  i tried to use css but it changes all the text colors not just each message.

View 2 Replies

Actionscript 3 :: Group Text Chat Using Flash Media Server?

Feb 2, 2012

i have implemented simple text chat using fms and php but now i want to implement the group chat whoever come to online should be able to text each other implement this.

private function sendMessage(e:MouseEvent=null):void
{
if (_message.message_box.input_txt.text=="Message..."||_message.message_box.input_txt.text

[code].....

View 1 Replies

Media Server :: Does FMS Enable Remote Shared Object Functionality?

Sep 28, 2011

I need the Remote Shared Object functionality and wonder if Flash Media Streaming Server incorporates this functionality?

View 1 Replies

Media Server :: Shared Object Takes Lot Of Time To Connect

Mar 6, 2012

One strange thing happened at application, connection to the fms server takes few milliseconds but shared object takes few second (more then 20) to connect.

View 2 Replies

Media Server :: Flash Chat - Store And Retrieve From Text Document

Sep 18, 2009

I am working on flash chat. I need to store the conversion in text doc and retrieve instantly. from the FMS server. Is it possible..

View 1 Replies

Media Server :: Developing Text Chat App With Flex 4.6 - Count How Many Users In

Mar 15, 2012

I'm developing Text Chat App with FMS 4, Flex 4.6. I want to count how many users in. I've searched enough. And I made some codes. Server Side Code(main.asc)

[Code]...

View 1 Replies

Media Server :: Move Two Figures On The Stage With Remote Shared Object?

Nov 10, 2009

I need to move two figures on the stage with shared object like the "Tutorial shared Object ball" on the adobe website but with more than one figure. All the client must see the figures moving. The figure are a circle (Cerchio) and a square (Quadrato). This is the script:
 
package{  import flash.display.Sprite;  import flash.net.SharedObject;  import flash.events.NetStatusEvent;  import flash.events.SyncEvent;  import flash.net.NetConnection;  import flash.events.MouseEvent;  import

[Code].....

View 1 Replies

Flash :: IDE - Media Server - Get Multiple Users To Control One Shared Object

Nov 19, 2009

i am trying to develop a multiplayer game using the flash media server. Currently i can get multiple users to control one shared object but i need to have 2 users controlling seperate shared objects on the same stage.

[Code]...

View 1 Replies

Media Server :: Write Remote Shared Object Sequentially When Multiple Users Are Connected?

Mar 31, 2010

I am using FMS3 and Flash CS3 (actionscript2) in a Flash based whiteboard application. Multiple users can join this whiteboard. I want to save chat text and drawing in same sequence as live time. I am using persistant remote shared object to save these data. But when i try to replay these data its not showing in same squence as live . I am generating unique slot for chat and drawing but still same error occuring.

View 8 Replies

Media Server :: Connect And Sync To Remote Shared Object Works In Authoring But Not In Browser?

Dec 19, 2011

I'm having trouble connecting to a remote persistent shared object. When I run from the Flash authoring environment it works. But when I run it from a browser it doesn't. The code attaches an event listener to the sync event, and then calls so.connect(nc).
 
As mentioned - it works inside Flash authoring only. In both cases the connection to the server is successful. I also tried setting client.readAccess to "/" in the application.onConnect function of the server-side code - but it doesn't help. (Everything was written by me including the server-side application code. I have full control and access to the server).
 
Also, I can see the remote object exists on the server in the admin console.And as mentioned, when running inside Flash CS5 - the onsync gets triggered after connecting to the shared object.But, the same code under a browser - doesn't trigger the onsync.The SharedObject.getRemote method on the client side returns an object on both occasions.

View 1 Replies

Media Server :: Video Chat With Flash Media Streaming Server

Dec 12, 2010

is it possible to built a Video Chat without the need for server side code so that I can run it on a Flash Media Streaming Server?

View 7 Replies

Media Server :: Chat Extension To Flash Media Server?

Sep 18, 2010

We have been using flash media server with great success. We were wondering if the is any software package which works with the server to provide text chat amongst the user

View 1 Replies

Media Server :: Video Chat Over IP Using Flex IDE And Flash Media Server For Live Streaming Video And Audio?

Feb 15, 2011

I am developing Video Chat over Ip (including audio and text too). But I am unable to get the proper startup material for my desktop application.

View 2 Replies

Media Server :: Make A Application For Multiple Videoconferencing?

Feb 10, 2010

I trying to make a application for multiple videoconferencing, in which more than one peaple can join. During my analysis I have got one issue:  Suppose four users are making a conference meeting and all of them are publishing their respective videos. All the video are displayed on on each screen. But due to limited connection and bandwidth I am making connection or viewing each publisher one at a time in every 15 sec, which make still image. but I want to clear the video of the respective person who has either logged out or stop publishing. I have tried the netstream event i.e netstream.unPublishNotify but it works only when I have made connection for viewing. But sometimes it happens that I have no connection for viewing for that perticular person as per the timer. so I want to know who is publishing video at the time of making connection for that perticular view. How could it be possible to know whether the live stream is coming or not at the time of view.

View 1 Replies

Media Server :: Make An Application Signed With FMS In Linux?

Nov 27, 2010

I've already enabled the FMIS: Please enter your Flash Media Server 3.5.1 serial number.xxxxxx Congratulations. You have enabled theAdobe Flash Media Interactive Server! But my own application still fails :

[Code]....

View 7 Replies

Media Server :: Multiple Or Single NetConnection Object Per Application?

Sep 22, 2009

If I'm streaming live video and chatting in an FMS app, should each component have its own instance of NetConnection or should they share one? Was thinking perhaps the quality of the live video stream would be hurt in a sharing situation but am not sure the architecture works like that.
 
From a development standpoint, I'd like to make one NetConnection instance in my main application file and connect with it.  Then, when successfully connected, I'd like to pass that connection into any custom components that need it. 

View 14 Replies







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