[flexcoders] crossdomain.xml issue

2009-07-30 Thread akila_ksri
Hi, My flex application is hosted on a public-ip machine and it is accessing the webservice hosted on a Jboss server on another public-ip machine. The crossdomain.xml file is placed at the root of the server and looks as shown below I am able to access and load the sw

[flexcoders] "Security error accessing url" - webservices.

2009-06-28 Thread akila_ksri
Hi, I am trying to call a webservice from my flex app. The webservice and the app are both in the same network. When I run the application, I get the following error: "Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL. If currently online, please

[flexcoders] Support for Regional Languages in Flex?

2009-03-16 Thread akila_ksri
Hi, I need my flex application to display text in regional languages like tamil,kannada,etc How do i exactly proceed on this? Any help would be greatly appreciated. Thanks, Akila

[flexcoders] Re: Launching Air application from ASP .NET

2009-03-04 Thread akila_ksri
t if you are running the > app as yourself. Where are you writing to? > > Can I ask why you are doing this? What does AIR offer that you can't > do using ASP.NET on the server? > > 2009/3/4 akila_ksri : > > I have an AIR application that I need to run from an ASP.NET page.

[flexcoders] Launching Air application from ASP .NET

2009-03-04 Thread akila_ksri
I have an AIR application that I need to run from an ASP.NET page. I use System.Diagonistics.Process to launch the exe file (on installing the .air file). My application does not seem to working though. It appears in the task manager but does not seem to run properly. On start of the applicati

[flexcoders] Re: Reading the output of an AIR application in C#

2009-02-26 Thread akila_ksri
, Tom Chiverton wrote: > > On Thursday 26 Feb 2009, akila_ksri wrote: > > using System.Diagnostics.Process.Start("myAirApp.exe"). I need to be > > able to return some results from the Air app back to my C# app. > > Have the AIR app write a file, read that

[flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread akila_ksri
Hi, I have an Air application which is launched from a C# application using System.Diagnostics.Process.Start("myAirApp.exe"). I need to be able to return some results from the Air app back to my C# app. Is there any way to do this? Any help regarding this would be greatly appreciated. Thank

[flexcoders] Re: Problem in Streaming Live data using Flash Media Server

2009-02-05 Thread akila_ksri
plication? > It's been a while since I've used FMS... but in Wowza Media Server there is > an audio folder where all of the stream FLV files are located. > > On Thu, Feb 5, 2009 at 4:47 AM, akila_ksri wrote: > > > I have the client application and the FMS running

[flexcoders] Problem in Streaming Live data using Flash Media Server

2009-02-05 Thread akila_ksri
I have the client application and the FMS running on the same machine, the client app connects to the server successfully but fails to play any content(Pre-recorded flv/swf) which is also present in the same directory using NetStream.play("contentPath"); and i always get "NetStream.Play.StreamNo

[flexcoders] API to get the timezone information?

2009-01-14 Thread akila_ksri
Hi, Would like to know if there is any direct API available in actionscript/C# to get the timezone information, given the city name? Thanks in advance, Akila

[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-08 Thread akila_ksri
t; -Alex > > --- In flexcoders@yahoogroups.com, "akila_ksri" wrote: > > > > The application we are developing needs the controls like labels, data > > grid etc., to be updated every second. This works fine without any > > issue in IE 7, but the updates fai

[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-08 Thread akila_ksri
t; -Alex > > --- In flexcoders@yahoogroups.com, "akila_ksri" wrote: > > > > The application we are developing needs the controls like labels, data > > grid etc., to be updated every second. This works fine without any > > issue in IE 7, but the updates fai

[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-08 Thread akila_ksri
--- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Wednesday 07 Jan 2009, akila_ksri wrote: > > The application we are developing needs the controls like labels, data > > grid etc., to be updated every second. This works fine without any > > issue in IE 7,

[flexcoders] Updates Issue in Mozilla ....any thoughts to share???

2009-01-06 Thread akila_ksri
The application we are developing needs the controls like labels, data grid etc., to be updated every second. This works fine without any issue in IE 7, but the updates fail to happen in Mozilla most of the time. Clearing cache through html does not work!!! We have to get it working in Mozilla

[flexcoders] File Download problem in Flash Player 10

2008-11-06 Thread akila_ksri
Hi, Seems like there is some security restrictions that have been added to Flash Player 10 which does not support file download. This error (Error #2176) occurs in Flash Player 10 (the latest version released by Adobe). I am stuck with this problem from 1 week and need to get it working irresp

[flexcoders] Problem in Flash Player 10

2008-11-06 Thread akila_ksri
Hi, It looks like there are some security restrictions that have been added to Flash Player 10 which does not support file download which works without any issues in Flash Player 9. This Error #2176 occurs in Flash Player 10 (the latest version released by Adobe). Any workaround for this would

[flexcoders] How to check if a file already exists on the disk before downloading

2008-10-23 Thread akila_ksri
Is there any way to check for a file(image/video/swf) on the local disk before downloading it?

[flexcoders] Re: Problem with scaleX for system fonts!

2008-10-20 Thread akila_ksri
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "akila_ksri" > wrote: > > > > --- In flexcoders@yahoogroups.com, "Amy" wrote: > > > > > > --- In flexcoders@yaho

[flexcoders] Re: Problem with scaleX for system fonts!

2008-10-20 Thread akila_ksri
;[EMAIL PROTECTED]> wrote: > > > --- In flexcoders@yahoogroups.com , > > "akila_ksri" > > wrote: > > > > > > --- In flexcoders@yahoogroups.com , "Amy" > > wrote: > > > > > > > > --- In flexcoders@yahoogroups.co

[flexcoders] Re: Problem with scaleX for system fonts!

2008-10-20 Thread akila_ksri
iAliasing: true; > } > > @font-face { src: local("Arial"); > fontFamily: myFontFamily; > fontWeight: bold; > fontStyle: italic; > advancedAntiAliasing: true; > } > > > > On Mon, Oct 20, 2008 at 7:50 AM, akila_ksri <[EMAIL PROTECTED]> wrote:

[flexcoders] Re: Problem with scaleX for system fonts!

2008-10-19 Thread akila_ksri
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "akila_ksri" wrote: > > > > Hi, > > > > I need to apply horizontal scaling for a text with 'Arial' font. > > lb

[flexcoders] Problem with scaleX for system fonts!

2008-10-16 Thread akila_ksri
Hi, I need to apply horizontal scaling for a text with 'Arial' font. lbl.scaleX = 0.70 simply does not work . I can only see that there is a change in the width of the label. Is there anything i am missing out to scale the text?? Is scaling not applicable for system fonts? ( I tried the same wi

[flexcoders] Setting Focus to the First control

2008-07-04 Thread akila_ksri
Hi, I am using the following line of code in the html page to set focus to the first control (TextInput) without any mouse-clicks/tab keys in the application once the html page containing the embedded swf comes up: However, this seems to be working only in IE but not in Mozilla FireFox which is

[flexcoders] Memory leak caused by Image and String objects

2008-06-10 Thread akila_ksri
I have an application that makes use of 3 to 4 'Image' objects and quite a few labels. The memory grows enormously when an Image.load() occurs even though I have only one instance of the Image object at a time. (I need to execute the load() method since the image needs to be loaded dynamically). W