flex « Development « Java I/O Q&A





1. WebOrb/Flex: How to call a method on a RemoteClass returned by a RemoteObject    stackoverflow.com

I have a RemoteObject returning a 'Schedule' class. I've created a client side RemoteClass to map to it. All properties of the class instance are coming in fine. I just not ...

2. How do I create multiple file downloader without ActiveX?    stackoverflow.com

I want to create multiple file downloader without Activex on web page. please answer me how to do.

3. Flex File reading problem    stackoverflow.com

i am having a problem in reading a file from Flex. The file contains a base64encoded string. when i read the file i get the length as 47856 and the decoded ...

4. using .as extenion files in flex    stackoverflow.com

Hai Am very new to flex application development.Am using flex builder 4 and i need to call .as file from mxml file.please help to do this with sample code ...

5. how to get the id value From one mxml file to another mxml file in flex?    stackoverflow.com

My Apllication is in Flex 3.5...My Code is Here,How to take the id value of textare? Button.Mxml

<mx:Button width="20" height="20" label="TextArea" id="textarea" click="setShape(DrawObject.TEXT);showTextArea()"/>
My Another file is here: Main.Mxml
 private function doMouseDown_canvas():void
    ...

6. Transform any ActionScript class in XML    stackoverflow.com

For a program i'm writing I need to marshal ActionScript classes to a format that is later to be read by Java (and back again). What solutions exists for such a need ...

7. Flex File download    stackoverflow.com

I'm currently working on a Flex3/blazeDS/Spring/Oracle project. My requirement is display a list of files from an external FTP server in a grid, user can select single file or multiple files ...