I\'m building a Flex/Flash Builder 4 application that loads data using E4X/XML, like this: I originally build an application that was a single MXML 开发者_高级运维file which loaded this XML file a
S开发者_运维技巧o... I have a URL like www.example.com/stream/ I need to make any request to this url and get Http Rewspons header (like this one:
What are main differences开发者_JS百科 between flash ActionScript and Flex actionscript? Why Flash can not compile AS files generated from Flex (with keep-as) directly?
Using CSS, i can set the corner radius of the top corners of a tab in a tabnavigator: <mx:Style>
I want to create an MXML container component that has some of its own chrome -- a standard query display, et al -- and that supports the addition of child components to it. Something a lot like the ex
So If I play one sound I use sound = new Sound();开发者_JAVA百科 ... sound.addEventListener( SampleDataEvent.SAMPLE_DATA, onSampleData);
Adobe Flash Builder: How to make a function to play video starting from one second and ending in another? So I havein MXML simple video player tag. I need some function to play that video from second
I have created webapplication in which I am getting the error:- ypeError: Error #1009: Cannot access a property or method of a null object reference.
I have created small application for login in flex desktop application. In which I am refering webservice method for login for this have created the Authentication class. Now I want to refer different
So I have such code for my application <?xml version=\"1.0\" encoding=\"utf-8\"?> <s:Application xmlns:fx=\"http://ns.adobe.com/mxml/2009\"