Flex :: Chatroom - Showing Who Is Online And What Happen If The User Close The Web Browser Without Disconnect

Apr 14, 2010

I have developed a simple chat room but how do I go about showing who is online and what happen if the user close the web browser without disconnect, will the user name in the online list be remove immediately? I use mx.messaging.channels.StreamingAMFChannel and set <subscription-timeout-minutes>3</subscription-timeout-minutes>

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Detecting Browser Close Event And Send Data To Database / When User Closes Browser Window

May 24, 2010

Trying to detect a browser close event and send some data to the database when the user closes the browser window...but can't seem to get it to work.[code]

View 6 Replies

Actionscript 3.0 :: Handling User Connection Disconnect & Reconnect In Stream?

Sep 9, 2009

I have a problem where I'm streaming a video via RMTP from akamai for a video serving site and an issue has come up during QA where a user starts a video stream and then disconnects their internet connection, which causes the video player to go into the buffer state. The problem occurs when they reconnect their internet connection and we'd like to pick up the stream again.

View 1 Replies

Media Server :: FMLE Disconnect From FMS + Users Disconnect On Console?

Mar 30, 2011

when I'm streaming in live :a. FMLE is disconnect for couple seconds (10 -30), stop encoding and then renew the connection and the encodingb. In the same time, I can see users (streams) are disconnecting/ disappear from the console.As said it can happen once in a session, but this disconnect most of the users and they have to refresh their browserto get the live session again.Currently I'm using FMSS 3.5.4 r210, Linux redhat 5.2,6 Intel(R) Xeon(R) CPU 16GB.I found a post named "FMS disconnect from FME" (Jun 7, 2010 3:36 PM by BJWP Ltd)

View 2 Replies

ActionScript 2.0 :: Close Browser By Clicking On Close Button Embedded Swf?

Jul 27, 2009

i want to close browser by clicking on close button embedded swf. I have tried fscommand("quit"), but which is not working on browser.

View 9 Replies

Flex :: Automatically Log-Out Users When They Close Their Browser?

Apr 23, 2011

When a user logs in and closes the browser without logging out, I want automatically log out the user in Flex3.

View 3 Replies

Flash - Creating Flex SWF That Works Both Online And On Phone Browser?

Sep 6, 2011

I am aware of the new FlashBuilder 4.5 mobile application settings. I am aware that it uses an enhanced version of AIR to make apps that work well on mobile devices, which would normally mean that I can't have it run in the browser. I'm also aware that I should be able to get the enhanced performance if I create a swf with the correct compiler settings, and use the correct base components for my application. What are the correct base components? Spark or MX or something else? What are the correct compiler settings? I need the application to work for both desktop users, and mobile users who visit the website through their flash enabled browser.

There are three important features.
Being able to load a file from the mobile device/computer.
Being able to have the softkeyboard activated when needed.
Good mobile performance

View 1 Replies

Flex :: Browser Manager's Hidden Frame Is Showing On Page?

May 27, 2009

I have a flex application that uses BrowserManager for Deep Linking.

But whenever the # changes the new hash fragment gets appending to the bottom of the page. In IE it is inside a frame that says "Hidden frame for Browser History support." I didn't even know it worked that way. But anyways it is not supposed to be showing up visibly on the page but it is..

View 1 Replies

Actionscript 3 :: Flex Multiuser Multi-chatroom Apps?

Jul 15, 2011

I need a custom multi-user multi-chatroom app to extend an existing Flex app that I have.

I obviously wouldn't like to develop it from scratch, but focus only on the customizations and integration.

Are there any products (free or commercial) that provide multi-chatroom functionality from which I could start?

View 3 Replies

Flash :: Develop Custom Flex Multi-chatroom App?

Jul 16, 2011

I'm about to develop a multi-chatroom Flex app, and potentially add to it in the future real-timish audio capabilities (push-to-talk audio messaging).

I'm considering Smartfox, Electro, Wowza, and LCCS.

View 1 Replies

Flex :: Download Files From The Server Side To Client Side Without Prompting A Window To The User To Download When Any Updates Happen At Server Side?

Dec 17, 2009

I want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side.Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially.

editCode sample taken from other post. Warning: it's a huuuge chunk o'code.

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:MyComp="client.components.*" layout="absolute" height="554" width="817"

[code]....

View 2 Replies

Flash :: Video Is Not Showing Online?

Jun 4, 2009

Flash CS4 Pro I created a Flash video, which when previewing locally works fine, but then I upload the files to the webserver, then nothing is displayed, I only see a white area where the Flash video should have been (no broken image icon, see the attached jpg file, it shown an white area where the video is suppose to appear).

[Code]...

View 13 Replies

ActionScript 1/2 :: External Swf Not Showing Up (Online)

Dec 8, 2009

I'm creating a website for somebody, and it works perfect offline, i have two empty movie clips on the main site. And one loads an external video player(swf), and the other loads the external accordion menu (swf) of the site. I test it offline and it works perfect. But when i test it online (hosted) its not loading the accordian menu.

[Code]...

View 3 Replies

ActionScript 3.0 :: DAE File Not Showing Up Online?

Jul 19, 2009

I am using Papervision2 great white. I am also using imported 3D objects from maya exported as collada files. Now working in flash everything shows up fine and dandy, no problems. However when I upload it (every file actually, I never move anything just in case) the avatar im using, a van, doesnt show up at all. The other DAE files do because they arent using any textures. The van has a UV texture applied to it, so I'm assuming that's what screwing it up. I am working inside flash. I'm not using any external AS files.

var daeFile: DAE;
daeFile=new DAE;
daeFile.load("van2.dae");
var universe: DisplayObject3D;

[code]...

View 2 Replies

ActionScript 2.0 :: Dymanic Text Not Showing Online?

Aug 24, 2007

I am going mental with this one. I have a dynamic text field on one layer, and action layer on top of that. Render text as html on, and needed characters embedded.

Code:
System.useCodepage = true;
var format = new TextField.StyleSheet();

[code].....

View 2 Replies

ActionScript 3.0 :: Images Not Showing Up When Testing Online?

Dec 8, 2009

I'm running into a very strange issue when testing an application I'm building online: loaded images aren't showing.When testing locally everything works fine.I'm retrieving the images from an Adobe Scene7 server, and there's a crossdomain.xml in place there with the correct entries. I'm getting the right bytesLoaded and bytesTotal. I'm not getting an IOError Event.What could be wrong?

Here's a piece of the offending code: (I replaced Event.COMPLETE with Event.INIT, hoping it might make a difference, but it doesn't)
[AS]loader.contentLoaderInfo.addEventListener(Event.IN IT, onImageComplete);

[code].....

View 2 Replies

Actionscript 3 :: Know In Flex When The User Has Completed Resizing The Browser Window?

Sep 19, 2010

I need to do some updates to components after a user has resized the browser window. Is there a good solution to determine when a user has completed resizing? I wasn't able to find any flex events that would cover this case.

View 1 Replies

Flash Image Gallery - Thumbnails Not Showing Up Online

Jun 16, 2009

I've finally finished my flash xml gallery, and have tested it to my complete satisfaction using dreamweaver. When I do a preview from dreamweaver, or just open up the gallery html file from explorer the swf loads the xml file and all the images flawlessly, everything works. However when I move the site for testing on my mac laptop it loads the xml file but not the images. When I upload it to my test website it doesn't even load the xml file. I just copied the root folder over in all cases I dont understand why it wont work. You can see it here: [URL]

Could this be some export setting I am using incorrectly? Why would it work locally on a windows machine, and not locally on a mac or online on either. I tried re exporting the swf after saving it as CS3 from CS4 and changing the local playback security to only allow network. So now it loads the xml data online but not locally. Thumbnails still aren't showing up online though.

View 1 Replies

Flash :: Not Showing Online / When Loaded To Hosting Site

Nov 16, 2009

My Flash file works fine on local file, but when loaded to hosting site, nothing shows. Zilch. Not had this problem before, but I've not tried with this hosting service before, which is GoDaddy. Could that be the problem? Or is there something wrong with my coding? Here's the URL: [URL] The Flash is 1020 px wide, 350 px high, and its supposed to be right under the spry menu (which isn't working either for some reason! No drop and wrong color for rollover!).

View 2 Replies

Javascript :: To Execute Flex Cleanup Function When Browser Is Closed By User?

Oct 29, 2009

I have a Flex client application. I need a clean up function to run in Flex when the user closes the browser. I found the following solution on the net, but it only works half-way for me. How could I fix it?CustomEvent triggered, but not executed. >> EventHandler for CustomEvent.SEND_EVENTS is defined by a Mate EventMap. All the handler does is to call an HTTPServiceInvoker. In debug console, I'm able to see the handler and HTTPServiceInvoker being triggered, but neither the resultHandlers nor the faultHandlers were called. I know this event handler has no problem because when I dispatch the same CustomEvent.SEND_EVENTS in a button click handler, it behaves exactly as I expected)Browser seems to wait for cleanUp function to complete before it closes. (all traces were printed before browser closes down)

Code
I added the following into the index.template.html
window.onbeforeunload = clean_up;

[code].....

View 3 Replies

Flex :: Blazeds - Disconnect Client From Server?

Jun 15, 2010

I am using BlazeDS. Does anybody know how to disconnect client from server? Client must be informed about this event.

View 1 Replies

Actionscript 3 :: Developing Chatroom In Flex / Red5 / Remote Shared Object Based UserList / Serverside?

Mar 29, 2010

We are going to develop a simple chatroom in flex using Red5.Should we store UserList in a Remote Shared Object or Server Side List?Are there any example exit on Red5 or FMS , which uses Server Side programming and Remote Shared Objects? Red5 examples are not documented at all.

View 2 Replies

Flex - Disconnect A Subrscribed Stream From The Publisher Of The Netstream?

Oct 20, 2010

I have a publisher who publishes a netstream using stratus p2p. This is then connected to by player who subscribes to the netstream.

I believe one can reject the subscriber when the stream tries to connect by using the onPeerConnect method of the netstream's client. However, I would like to boot the subscriber after they have been connected.

There are potentially other subscribers to that netstream so I cannot just close it. How would I boot a particular subscriber without closing the published netstream?

View 1 Replies

Flex :: Detect FlexClient Disconnect On Longpolling Channel

Jan 26, 2011

I'm developing a chat system and i need to detect the FlexClient disconnect in Java, using the longpolling channel. I can't use the Streaming channel, because of some bugs that this kind of channel still has. Do you have any suggestion on how could i accomplish this? I'm using BlazeDS.

View 1 Replies

ActionScript 3.0 :: Telling If A User Is Online Or Not?

Feb 20, 2009

In a game, how would I go about keeping records if a user is online or offline? I know when they logged in it could set something in the database that would indicate that they are online, however how would I know when they logout in any other method than pressing the "logout" button? Say if they just closed their browser..

View 2 Replies

ActionScript 3.0 :: Telling If An User Is Online?

Feb 21, 2009

tell if a user is online, once they log in I set something in the database that say's they're online, when they log out change that. And set something up so they will d/c after 5-10 minutes of inactivity in case they log off any other way besides hitting "log out" However, I'm not exactly sure how I would do this, because the only way that I can think of wouldn't work, because say if they just closed their browser, then it would stop running my application, and thus stop running my check to check for inactivity..

how I can make sure if a user is already logged in accurately?

View 2 Replies

ActionScript 2.0 :: Close Window When The User Clicks It?

Mar 29, 2004

this is probably a really simple code, (it might be javascript i dunno)... but i want a simple 'X' button that will close my window when the user clicks it.---------------------------------------------------

View 2 Replies

ActionScript 2.0 :: Trigger That Can Be Called When The User Close A Swf?

Mar 16, 2003

Do you know if there is a trigger that can be called when the user close an swf (for example, if he close its browser while a swf was playing) ?

View 5 Replies

IDE :: OnLINE - Receive The Image After The User Edit It

Jul 31, 2009

I'm working on an online editing website. how to receive the image after the user edit it (change colours, add text) in to my email (as a PDF, JPEG, PNG,...??)?

View 2 Replies

Flex :: HTTPService.disconnect() - No Tcp Connection Drops And Script Keeps On Running On Server Side

Mar 20, 2012

I got a mxml file that launch a script on my http server through a HTTPService.send() call. Since the script on the server side takes a LOOOONG time (it could take even more than a hour) i would like to drop the connection between my air application and server when a button is clicked. Don't know why but calling HTTPService.disconnect() is totally useless... No tcp connection drops and script keeps on running on server side. No HTTPService.cancel() nor set HTTPService var to null worked.

View 1 Replies







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