Unfortunately, your only other option is magic. Well, technically, you
could reimplement a subset of RTMP by having User2 make a URLStream
request to the server, have the server keep the connection open and push
data as it gets changes from User1, and retrieve this on User2's machine
by listening to ProgressEvent.PROGRESS events fired by the stream as
data comes in. This is no small undertaking, though, and runs into a
couple of ugly issues.

-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-----Original Message-----
From: Guilherme Defreitas Juraszek <[EMAIL PROTECTED]>
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders]
Date: Fri, 1 Feb 2008 09:08:25 -0200

Hey guys

 

My name is Guilherme and i`m from Brasil. I`m new in flex world but I
have a little question. 

Sorry about my English, its not good J

 

How I can make a auto refresh of data when this data is modified without
using RMTP  or calling a function to retrieve de data. For example

 

cid:image002.png@01C864B0.31F1A1C0

 

Obs: Technology = Flex + BlazeDS over JBOSS + Java

 

 

Tks

Guilherme

 


 


Reply via email to