I have a need to have video streaming from a set of security cameras. The only research I've come up is that Flex uses .FLV and even MP3 for sound. Does...
Good morning, I've had the same problem in the past, I worked around the issue by coping my local copies of files that have been modified to my Flex test...
Hi All, Can anybody tell me Flash 8 compatibilty with Redhat Linux. i.e Flash 8 work with Redhat Linux or not ? Because my application in which I have Browse...
Hi All, I used FileIO new feature to upload files from local machine to server. My server details --> OS : RedHat Linux Application Server :Jboss4.0.1sp1 JDK...
This would be very helpful feature for declarative description of dynamic properties: add property "expando" or "bag" to the base UIObject/UIComponent so you...
I just wanted to add my voice to this thread to say that I too have been having this problem and have been using the same work-around that James mentioned...
Hi I am having a problem with button click event. When I click a button, it makes a call and talks to the remoteObject. But it does that 5times! If I click...
You might want to ask the Flashcom group. I've seen IP cameras usage with Flashcom come up a lot, and I coulda swore they had ways to get this to work. ...
Hi! I have now tryed for few days to get my amazon app. running. But got so mad so i deleted all files cause the result never got to the datagrid. So now i ask...
Even better approach would be to allow declarative instance level mixins giving the controls expanded set of properties of added control(s) <DataGrid...
I'm trying to create a wizard based application. I'm having trouble sending arguments to my "back" and "next" buttons using addEventListener. Basically, when...
Hi all, I'm building an application using Flex with Cairngorm and for some reason the Flex application isn't loading. I am not getting any errors in the ...
Never mind, I've narrowed down the problem to my controller adding commands that go to the CF side of things. Still odd it doesn't give any type of errors...
hey face7Hill i dont think you can pass arguments to an eventlistner, only function pointers..so in your nextButton.addEventListener( "click", ...
Aly Sidi
alysidi@...
Oct 2, 2005 7:51 am
22132
Try looking here for an example of using iFrame in your Flex app: http://coenraets.com/viewarticle.jsp?articleId=95 run the example and you could put your PDF...
... By "Linux box" do you mean client or do you mean server? There's no Player 8 for Linux AFAIK so I don't see how you could get this to work. If you mean...
Hi, Can you post the sample-but-complete code, so that we can see what is going wrong? -abdul ________________________________ From: flexcoders@yahoogroups.com...
Omar, We had to implement our own container to achieve this effect; the container intelligently adapts the presentation of the children depending on the space ...
... Why are you listening for the event on the application when actually the event is dispatched from the LinkNavigator component? I think that's the mistake....