0
votes
2answers
21 views
Flex: adding/removing component from HBox.rawChildren causes horizontalAlign to fail?
I have an HBox displaying a series of canvases. I am removing a child of a canvas and adding it to the rawChildren of the containing HBox, so I can position it, and make it appear …
0
votes
2answers
14 views
Flex: List displaying wrong until scrolled.
I have a List, that is not showing any items until you scroll, then the items show up. Does anyone know how to fix this? I tried calling list.invalidateDisplayList(); and list.inva …
1
vote
2answers
71 views
AS3 Memory Conservation (Loaders/BitmapDatas/Bitmaps/Sprites)
I'm working on reducing the memory requirements of my AS3 app. I understand that once there are no remaining references to an object, it is flagged as being a candidate for garbag …
0
votes
1answer
44 views
Controlling which VBox gets the scrollbar
I have the following application and I am trying to put a scrollbar somewhere inside the TabNavigator, preferably on the innermost Vbox, but the scrollbar always ends up on the Pan …
-1
votes
1answer
20 views
how to set the bandwitdh or bitrate or video quality for a video that is coming from a netstream in flex 3
like if some user has a slower internet connection he could choose a lower video quality
anybody knows how to do this ?
0
votes
3answers
35 views
How to specify the location of a remote machine’s file in the URLRequest parameter? - Edited
Hi now I have found how to give a relative path in URLRequest paramate and download that file. I found it from this particular stack overflow post . Thanks to Christian Nunciato an …
0
votes
2answers
21 views
Flex 3: Rollout/RollOver event dispatching problem
Hi
I'm making a right toolbar with different buttons on it. When i rollover it, it slides inside the view and when i rollout it slides out of the view almost 90%. each button on i …
0
votes
2answers
42 views
How to make 3D wall gallery in Flex?
I like to create a Flex application, an image gallery, which comes like 3D wall. How can I do that? Is there any examples available?
2
votes
3answers
89 views
How to export a datagrid to Excel file in Flex?
How do I export data in my datagrid to an Excel file in Flex?
Can anyone provide some examples for that? I am browsing but couldn't find out a single example of that kind.
EDIT
…
0
votes
1answer
20 views
text matching in actionsript
Hi I have some html text coming from an rich text control.
something like:
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0000FF" …
2
votes
1answer
29 views
Sandbox violation on second socket send
Hi,
I have a Flex client using a Flash binary (TCP) socket for communication with a Java server. I have a localhost (Apache) server providing a crossdomain.xml file which is wi …
0
votes
1answer
14 views
Why is loaderInfo available only after applicationComplete fires?
In an AS3 project, we can access loaderInfo in the first line of the root class' constructor. This means that the entire AS3 application can take advantage of the loaderInfo objec …
0
votes
1answer
18 views
Embedding a movieclip using CSS in Flex 3
We use
[Embed(source="assets/styles/basic/my_skins.swf",symbol="preloader_3")]
private var PreloaderAnim:Class;
for embedding a movieclip from an swf file.
How can I do the sa …
1
vote
2answers
47 views
Migrating to Flex 4
How much of an impact will migrating to Flex 4 have on our code base? We have about 40k LOC written in Flex 3. I'm hoping that there are no breaking changes in the Flex SDK, and th …
1
vote
1answer
24 views
How to create dynamic tool tip with flex?
I want to create a tool tip component which contains an image and a text box. The text box will apply the word wrap option and will change the height of the tool tip accordingly (t …
