[flexcoders] Video streaming...

2005-10-01 Thread James
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 anybody know of any other way to accomplish this? The cameras are on an intranet, and are IP and some are wireless, they can accept java

RE: [flexcoders] HELP with FlexBuilder compiler

2005-10-01 Thread James
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 directory. I just thought is was a bug and this took care of it. However there may be a way to configure the site manager to correct this.

[flexcoders] Flash 8 compatibilty with Redhat Linux

2005-10-01 Thread sandip_patil01
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 functionality(this functionality is same as we have with rediff yahoo in which when we click on attach button , attachment window

[flexcoders] Flash 8 compatibilty with Flex

2005-10-01 Thread sandip_patil01
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 1.4 Client browser details : IE 6.0 Flash Player8x Now when I am running my upload functionality in my local system(Win XP)

[flexcoders] Feature Request

2005-10-01 Thread Anatole Tartakovsky
This would be very helpful feature for declarative description of dynamic properties: add property "expando" or "bag" to the base UIObject/UIComponent so you can add additional properties directly within the tags the same way you specify columns or dataprovider in datagrid Example:

[flexcoders] Re: HELP with FlexBuilder compiler

2005-10-01 Thread delaquae
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 (manually copying the files that have changed to the test directory)... Martin --- In flexcoders@yahoogroups.com, James [EMAIL PROTECTED]

[flexcoders] events issue

2005-10-01 Thread Husain Kitabi
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 login button, it logs me into the application but shows 5 alert windows saying I have logged in - it has to show just one.Onthe server

[flexcoders] Can someone please make a simple Amazon search application?

2005-10-01 Thread pioplacz
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 you all greate developers for help. If you could just write a simpel app. that make's a search on amazon throw there webservice and

Re: [flexcoders] Feature Request

2005-10-01 Thread Anatole Tartakovsky
Even better approach would be to allow declarative instance level mixins giving the controls expanded set of properties of added control(s) DataGrid mixin="HeaderRowFilter,MasterDetailNavigation" detailForm="{form1} ... Similar technologies are used in custom tags implementations for

Re: [flexcoders] Can someone please make a simple Amazon search application?

2005-10-01 Thread JesterXL
Got a WSDL + license key? - Original Message - From: pioplacz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 01, 2005 5:46 PM Subject: [flexcoders] Can someone please make a simple Amazon search application? Hi! I have now tryed for few days to get my amazon

Re: [flexcoders] Can someone please make a simple Amazon search application?

2005-10-01 Thread Jeff Tapper
I just put together an example on my blog. You can find it here: http://jeff.mxdj.com/using_amazons_itemsearch_webservice_from_flex.htm At 05:46 PM 10/1/2005, pioplacz wrote: 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

[flexcoders] sending arguments to addEventListener

2005-10-01 Thread face7hill
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 my app loads, in the viewstack, the second screen is loaded, i.e. it loads before the user gets a chance to hit the next button. I'm