Tagged Questions

0
votes
1answer
20 views

XML attribute access in AS3

Hi, I have an xml file (loaded in with URLLoader) that looks like this: <?xml version="1.0" encoding="UTF-8"?> <root> <localizations> <words> <Brand …
0
votes
1answer
28 views

Embedded font looks different than supposed to

When an embedded font is used for a label it looks correct, but when the same font is used for a combobox, the selected item font looks different from the dropdown and label font. @font-face { …
0
votes
1answer
18 views

FlexBuilder 3 - ActionScript Only - AIR Application

Using an ActionScript only project for AIR dev in FlexBuilder 3. I've already gone through the setup of changing the .mxml to .as to generate the main working file. I've also used NativeWindow.stage …
1
vote
2answers
39 views

detect the size of swf. flex/as3

I'm creating a map that has points of interest. (POI) When a user mouses over the POI an info bubble pops onto the screen and it loads an swf. I currently have 3 problems. My 4th problem is that this …
0
votes
1answer
21 views

Flex Alert control: Activating the “default” button on enter/space key-press

No matter what I try, I can't seem to fire the click event on the "default" button in an Alert control in a Flex 3.4 application. Alert.show( 'Are you sure you want to delete the selected link?', …
0
votes
1answer
16 views

Flex list switching itemRender of selected item

In Flex 4 (beta 2), I have a list control populated from an XMLListCollection. What I would like to do is when an item is selected in the list, use a custom item renderer on the selected item as …
0
votes
2answers
32 views

To retreive Date in the same format as stored

Hi Friends, I am facing an issue in my Flex application. I am creating some array collections and storing date objects in it.In the later part of the application I will create …
0
votes
2answers
15 views

Requirements to create Adobe AIR application

Hi All, i am working with Flex for quite sometime. but i hadn't get any chance to even look at Adobe AIR platform. I am planning to do some personal softwares using AIR. Provided the background that …
-1
votes
2answers
52 views

Multiple downloads in flex

Hello, can someone help me? 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 …
0
votes
1answer
25 views

SWFLoader starts to play SWF without the loading being complete

Hi, I need to play SWF files in my project. These SWF files have background music in them. The which Sound Sync Options of this music in Flash is set to "stream". This is done so that if you pause …
0
votes
1answer
17 views

Flex + DataGrid + Dynamic Display on Selection

Back again with another Flex question. I have an XML structure like... <Student> <Name>X</Name> <Age>14</Age> </Student> <Student> …
-1
votes
0answers
19 views

Multiple file downloads in Flex

<?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" …
0
votes
1answer
17 views

Using Flex to keep local SQLite database in sync with live server database

I want to create a Flex 3 application running in Adobe Air that accesses an SQLite database and I need to keep this database in sync with an SQL server 2005 database running a website. Is this …
0
votes
0answers
11 views

flex swfloader: is it possible to add classes and functions to the loaded flash file?

Hi. I have a flex application that loads swf files and displays them using the SWFLoader object. is there a way to provide different classes and functions for the swf application to use? for example. …
0
votes
0answers
15 views

Drag and drop, custom cursor during drag not working

I have a datagrid that I want the user to sort the rows on. To make it obvious that it's sortable I am implementing some custom cursors. But I'm having a problem when I actually drag an item. Can …

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