[flexcoders] Gumbo Issue - crossdomain.xml due to missing Content-Type

2009-07-10 Thread lrlarsonny
Hello -- Spent hours on this and combed the web as well as this forum. I have a simple php test app that I built in Flash Builder beta. It works on localhost. However, if I try load the page from another computer I get a 'send failed'. In serviceCapture I see that I am getting this error:

[flexcoders] PDF - Text Display

2009-06-24 Thread lrlarsonny
Hello -- Am I correct is gleaning from my google searches that there is no way to display a pdf in Flex? (Not Air). And that flashpaper is no more? Given that, how do developers show formatted text? We are building an app that will show documents within the published flex swf, and I just

[flexcoders] Simple Video Question

2006-12-21 Thread lrlarsonny
Pls excuse what seems to be a naive question, but how does one go about creating a progress bar when using FMS to stream video with the videoDisplay component? Thanks for any clues... larry larson' nyc

[flexcoders] Flex / CF Session Variables

2006-10-14 Thread lrlarsonny
Hello --- I have a CF application that will include some Flex pages within it. Is there any way that the flex application can have access to the current CF session variable scope? Either it is obvious and I don't see it, or it isn't possible. I appreciate any help and patience with a naive

[flexcoders] Item Renderer -- Sorting in Data Grid...

2006-09-27 Thread lrlarsonny
I have a dataGrid in which there is a column of numbers. Unformatted, these sort well. However, when I use the CurrencyFormatter function the format changes perfectly, but I can no longer sort. It must be possible to sort currency formatted data? I appreciate your patience with a low-level

[flexcoders] combox box label issues

2006-07-23 Thread lrlarsonny
Hello -- I am just beginning the flex thing ... I have a coldfusion CFC returning an array that I want to use to populate a combobox. However, I do not know how to specify the label value v. the data value. All of the examples I have found create mx:Objects and then populate them inline. Also,