Let me just clarify the specific bit of code that I assumed would work, but isn't. At runtime, way after creationComplete(), I create an mx:Image object, load...
Hi Don, In a Flex/AIR app, the simplest way to do load video is using the component <mx:VideoDisplay> You can just copy the example in the docs here: ...
Not sure, whether you are setting the width and height of the image you are loading dynamically. Also pushing it in to the backgroundelements array would not...
ya u can use video display , but if your using fms/rtmp combination it is better to use Video object then attach netstream to it. It will give more control to...
Hi I've run into a seemingly common problem of setting videoDisplay source to an rtmp stream. I get the following exception as soon as the video-display's play...
got it... I changed my code and checked if the lenght of the dataprovider is greater than 0.... but thats a kinda of hack which i did not like ....:(...
Found some workarounds: - create a new flex application, copy and paste the source of the module's mxml (changing top level tags from <mx:Module> to ...
If a window is shown by PopUpManager.addPopUp() how does it know when it has been added given that this window maybe be pop'd up many times during the life of...
Hi all, I want to have my list variable row height ...precisely the height of the row should the height of the text displayed in it.. I have my item rendere...
... You don't have to use Cairngorm, you can just see what it does and mimic it in your application. I would use a global event dispatcher object that...
Hi, Is it possible to customize DateCooser/DateField component in flex to a calendar component similar to *kayak.com* or many other such sites that would...
Hello, I'm a noob in flex. I have no training on it but I try to learn it as much as I could. I think my problem is simple to you guys. I have this in my...
Hi, I have developed application in flex using modules which works fine on windows system but when we try to run it from thin clients based on Linux using...
The screen readers that have been run over the site are WindowsEyes and Narrator - both of which have encountered some problems with reading all elements on...
Hey guys My name is Guilherme and i`m from Brasil. I`m new in flex world but I have a little question. Sorry about my English, its not good J How I can make a...
Hi all, I'm having an issue running a flex application in firefox. Left ctrl-c is not copying text. Right ctrl-c works perfectly. This does not happen on IE....
A program I developed here is accessed at work through Citrix. We don't use Linux though. We had a problem with most of the servers because Flash wasn't...
... I would have though rigging up your own test using Timer and a for loop would suffice. -- Tom Chiverton Helping to interactively extend B2C information on:...
I'm using Flex 3 Beta 3. I have a TabNavigator component where the children are created dynamically from a Repeater. When the dataProvider of the repeater...
... approval to use it, even though it's a tiny company we've got a committee to approve tech stuff already... *sigh* Cairngorm is just a free class library...
Really what I need to be able to do is insert the variable name in this: dataProvider="{chartXML2.lastResult.month.day}" I need to replace the "month" with a...