I am pl开发者_运维百科anning to develop a standalone application, which infact will be used for personal purposes. So only single user access may be there. I want to develop it in Flex. Just want some
I am developing a flex charting web application which gets data from csv files. This application is supposed to be installed on the website of a client. The client uses a web server management system
I have an app built in flex 3.2, and would like to start using some spark compo开发者_开发问答nents within that same app. Are there any pitfalls to look out for.
I want to load user submitted swf files into a parent Flex application. I\'ll be loading the swf from a different sandbox and i will deliberately not be granting security access.
Since Repeater component won\'t generate radiobuttongroup in mxml, and since I can\'t do the same through ActionScript because radiobuttongroup doesn\'t have an id property when I try to create it tha
I have a scenario like, Advanced DataGrid have a checkBox and if i select th开发者_如何学运维e header checkBox all the field checkBoxes has to be selected that means multi-select checkBox.
I have a weird issue. I can get Event.COMPLETE to fire when I set image.source = byteArray; BUT When I manipulate the byteArray - convert it to Bitmap and use image.source or image.load to load i
I am working on a Flex app that has a MySQL database.Data is retrieved from the DB using PHP then I am using AMFPHP to pass the data on to Flex
<mx:XML id=\"inputData\" > <Tulokset> <Tulos> <id>xx1</id> <group>xxx</group开发者_StackOverflow>
I would like to have a FLEX SWF Menu in .NET that is animated, and use button clicks to update an iFrame in an .NET 2.0 Ajax enabled application without a page update or refresh.