Tagged Questions

0
votes
0answers
1 views

Problems with parallel calls to remote objects

Hi everyone, I have the following application in flex. I want to call two different remote objects in parallel. <?xml version="1.0" encoding="utf-8"?> <mx:Application …
0
votes
0answers
5 views

Flex: Scrolling in datagrids

Hi! I have 2 questions about flex datagrids: How can I scroll it automatically to the bottom when new portion of data arrived to it (e.g. I added new items) Strange, but seems it doesn't scroll …
0
votes
0answers
6 views

Adobe Flex, loading embedded fonts from modules

I am just programming a language learning app in Flex for various Asian languages. As some of these languages have very big font sizes (e.g. Chinese), I do not want to load all these fonts into the …
0
votes
0answers
77 views

Who will win the battle for RIA field - Silverlight or Flash? [closed]

Who will win the battle for being major platform on RIA field - Silverlight or Flash? What is (and is planned to be for nearest releases) the difference between the two platforms and …
0
votes
1answer
6 views

SSL reverse proxy for legacy application binary transfers on sockets

Hello I'm struggling to find a reverse proxy http->https like for binary sockets. There is a Pound server which offers this kind of SSL tunneling but just for the http protocol. Basically I work on …
0
votes
1answer
9 views

How to get array from server to form,as form items in flex ?

am sending one user object from java to flex using remote object,now i want to get each item from that array to display in text boxes...how can i do this ? userInfo=event.result as Array; …
0
votes
1answer
13 views

How to create multiple processes in Adobe Air program?

How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok …
1
vote
4answers
19 views

How to data bind DataGrid component without scrolling up?

I have a DataGrid component that I would like to update every 5 seconds. As rows are being added to this DataGrid I noticed that every update causes it to reset the scroll bar position to the top. How …
0
votes
0answers
8 views

Flex Event.ID3 dispatches twice

Hi, Why does this code mySound.addEventListener(Event.ID3, myID3Handler); cause the myID3Handler to run twice ?! I also notice that values provided to the handler are not the same, actually the …
0
votes
2answers
19 views

How to format text in flex TextArea?

TextArea in flex doesn't render <TABLE></TABLE>. I want to display text in textarea in two columns. Column1 Column2 Row1: Data, data, data row1 Row2 longer: …
0
votes
3answers
13 views

Text on top of images i Flash slideshow (Flex)

Hi everybody! I never did stuff like this before! Tried to google around but couldn't find anything useful! So: how is it possible to make text appear on top of an image (slideshow) in Flex using …
0
votes
0answers
8 views

alternative to EVENT.DEACTIVATE

EVENT.DEACTIVATE doesn't work with safari in mac, is there any possible way to do this. (MouseEvent.MOUSE_LEAVE is not the same as detect when user lost the focus of the window) so I ran out of …
0
votes
1answer
8 views

How do I change the value of an item in a Flex ArrayCollection

I have an ArrayCollection with values predefined. I want to assign a new value to items in the arrayCollection but can not figure out how. Basically I want to do something like this: …
0
votes
2answers
23 views

Sound duration in Flex

Hi, I noticed many players display audio track duration before loading the sound file, but I cannot figure out how that is done. So how can I get the duration of an mp3 file in Flex without having to …
0
votes
3answers
19 views

How to control which users can see which videos

Imagine you have a large number of video files stored on a server, and a Flex app which lets users play those videos they have access to. How can you best set this up? Wouldn't the Flex app just be …

1 2 3 4 5 230 next
15 30 50 per page