We have a flex app that will typically run for long periods of time (could be days or weeks). When I came in this morn开发者_运维技巧ing I noticed that the app had stopped running and a white exclamat
function func(param) { ... } How to call an external javascript function func with 开发者_Go百科param as parameter inside flex 3?Use \"ExternalInterface.call\" method or use Flex-Ajax bridge to com
Hi I have a project which is build with Flash CS3 IDE and ActionScript 3. Now I need to integrate some feature with file refrence class. that is avail only in flex. So I want to migrate to flex(MXML).
How can align my application to the left in Flex ? The application is horizontally centered and when I resize the browser window it stays centered.
I\'ve built a flex Web-app that has a login in function. However the user information that it uses to verify the user is stored in a sqlserver DB on a different domain. For some reason i can only lo开
I am develo开发者_高级运维ping an application where I needto place rectangular slabs of different shapes to create the shape of a Bench Top. I am placing the rectangular slabs of different shapes(I am
For one of my grid column , xml data is like But on the grid , dash (-) gets converted into R开发者_JS百科11 character , like
I\'ll start by showing my code. var modules:Object = new Object(); modules = DPServices.getModules.lastResult;
Can I have an application that is based on flex4 SDK and a library (sw开发者_如何学Pythonc file) inside this project which is based on another version of flex (3.2)?
I am trying to bind enabled property of my button to the maximum value that an integer can attain. I need this button to allow user to view next page and want to disable this button when all the compo