[flexcoders] Re: How to write Flex proxy without data server access and FDS

2007-03-29 Thread rzilist
suggestions might not be suitable. There may be other options as well, anyone have any other ideas? Mark Shepherd http://mark-shepherd.com --- In flexcoders@yahoogroups.com, rzilist rzilist@ wrote: Hi folks, I'm consuming a webservice from secured domain which has no crossdomain.xml

[flexcoders] Re: How to use Proxy script with Flex WebService?

2007-03-29 Thread rzilist
[mailto:[EMAIL PROTECTED] On Behalf Of rzilist Sent: Friday, March 23, 2007 4:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to use Proxy script with Flex WebService? Hi folks, I'm consuming a webservice from secured domain which with no crossdomain.xml file at server root

[flexcoders] Re: How to use Proxy script with Flex WebService?

2007-03-29 Thread rzilist
so that it goes through your proxy. Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rzilist Sent: Wednesday, March 28, 2007 11:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to use Proxy script

[flexcoders] How to invoke WebService via Proxy script?

2007-03-28 Thread rzilist
Hi folks, I'm consuming webservice from a server with no crossdomain file. So, I've generated a proxy script based on wsdl file. The proxy script resides on the same server as my SWF file (I have no access to the data server, and FDS is not an option). Now, in my MXML file, I have

[flexcoders] Re: How to use Proxy script with Flex WebService?

2007-03-26 Thread rzilist
an HTTPRequestMessage I think you should leave useProxy=false (the default, btw) and just set the URL to your own custom proxy. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *rzilist *Sent:* Friday, March 23, 2007 4:46 PM

[flexcoders] Re: How to write Flex proxy without data server access and FDS

2007-03-23 Thread rzilist
@yahoogroups.com, rzilist rzilist@ wrote: Hi folks, I'm consuming a webservice from secured domain which has no crossdomain.xml file found at server root. It works locally, but I get the Security error accessing url message when swf file gets deployed to IIS server. As far as I know

[flexcoders] Re: How to change DataGridCell font color based on the cell value

2007-03-23 Thread rzilist
@yahoogroups.com, rzilist rzilist@ wrote: Hi folks, I need to change the font color on my last DataGridColumn (not the ColumnHeader, just the cells) based on the cell value, i.e. if value in the cell is negative, change the cell font color to red. I've tried various HTMLRenderer classes

[flexcoders] How to use Proxy script with Flex WebService?

2007-03-23 Thread rzilist
Hi folks, I'm consuming a webservice from secured domain which with no crossdomain.xml file at server root. To get around the Security error accessing url message, and as the only feasible solution, I wrote a proxy script in .NET and uploaded to the IIS server hosting the swf. Now, when I try

[flexcoders] How to change DataGridCell font color based on the cell value

2007-03-22 Thread rzilist
Hi folks, I need to change the font color on my last DataGridColumn (not the ColumnHeader, just the cells) based on the cell value, i.e. if value in the cell is negative, change the cell font color to red. I've tried various HTMLRenderer classes, but to no avail. Please help! Thanks, Roman

[flexcoders] How to write Flex proxy without data server access and FDS

2007-03-22 Thread rzilist
Hi folks, I'm consuming a webservice from secured domain which has no crossdomain.xml file found at server root. It works locally, but I get the Security error accessing url message when swf file gets deployed to IIS server. As far as I know I either need a proxy process on the server hosting

[flexcoders] Security error accessing url

2007-03-09 Thread rzilist
How to get around this error? I've written small Flex application to retrieve stock info in exchange for company symbol. I've used Eclipse with Flex plugin. Inside the app, I'm calling webservice on quote.yahoo.com website. I can load the html page which references the swf file (by either