Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
dam85 #1
Real-time refreshing data
Hello everybody,
i have a swf file, with a simple mx:List i have to refresh this list when an
user will click to a link on my website.
Example:
[url]http://www.example.com/click.php?id_user=1000[/url]
when the user click on the link i have to save the id_user and read this value
to my swf file...
so, what is the better solution to do this?
i would't send a POST request every N seconds(to a php page) to download all
the id_user clicked, is there a better solution? i would a 'real-time'
refreshing, is it possible?
Thanks so much
dam85 Guest
-
Question about Flex retrieving real-time data
You can always just set a timer and call your server once every few seconds to check for updates. It really depends on how vital/compex/reusable you... -
real-time data from database for PDA
Hopefully someone can help me here. I have tried everything I can think of but maybe someone has exprienced this or has a clue. I have a flash file... -
refreshing data
Hello all, All I would like to do is to refresh a xml model every 5 mins or so( since the xml file will be updated every 5 mins or so as well) I... -
charts not refreshing each time use F12
I am just getting started with charting in ColdFusion. I create my chart in Dreamweaver (using hard-coded data, as practice), then hit F12 to... -
Real time converted to Unix time
I have seen many request to go from unix to GM time, but I have not seen the reverse. Anyone know what the formula would be to convert a US... -
ntsiii #2
Re: Real-time refreshing data
Use ExternalInterface to communicate between the browser and the Flex app.
Tracy
ntsiii Guest
-
dam85 #3
Re: Real-time refreshing data
but is supported with all the browsers? because i read:
ExternalInterface requires the user's web browser to support either ActiveX or
the NPRuntime API that is exposed by some browsers for plug-in scripting. Even
if a browser and operating system combination are not listed above, they should
support the ExternalInterface class if they support the NPRuntime API.
is the only way to get a data from a website?
Thanks a lot
dam85 Guest
-
dam85 #4
Re: Real-time refreshing data
...... an user has to install a browser plugin?
is there another simple way to communicate?
thanks again
dam85 Guest
-
-
-
ntsiii #7
Re: Real-time refreshing data
Perhaps you can explain your requirements more clearly?
Tracy
ntsiii Guest
-
David M.. #8
Re: Real-time refreshing data
Have a look for the FABridge which is available with Flex 3.
More info on adobe labs.
David M.. Guest
-
dam85 #9
Re: Real-time refreshing data
i tested ExternalInterface and it works perfectly!!!
thanks a lot
dam85 Guest



Reply With Quote

