RE: [flexcoders] Building a chat server over FDS... impossible is nothing??

2006-08-30 Thread FineLine
Hi Aldo, I dont have much experience in this area but am interested in a similar type of solution. From your point of view, what advantage does FDS bring, compared to using FMS alone, if youre going to be using FMS anyway? As far as I know, FMS supports shared objects, which I guess

[flexcoders] mic.setLoopback latency

2006-08-23 Thread FineLine
I wonder if someone could try the following application, and see if they get a short delay between speaking into their microphone and hearing the loopback. Thats what Im getting here. Cheers, Tim ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Gantt chart

2006-08-15 Thread FineLine
Hi, I have searched the archives and found a couple of suggestions about constructing a gantt chart, but mostly related to Flex 1.5. Does anyone know of any available Flex 2 Gantt components, or have suggestions on where to start with building such a component? Cheers, Tim

RE: [flexcoders] tracing into SDK

2006-07-24 Thread FineLine
I got fed up with not having the Outline view when in the framework source, so I got around it by creating a new Flex project called mx, selecting File Import and importing the contents of the folder in the frameworks/source/mx directory of the SDK install. This makes an entire copy

RE: [flexcoders] Mac equivalent of ActiveX

2006-07-11 Thread FineLine
Thanks ryanm, I hadn't heard of this implementation before, probably because not much has been published about it (that I can find) since its release in 1996. This doesn't fill me with confidence that it would be a workable solution for embedding Flash content in native OSX apps. I guess this

[flexcoders] Mac equivalent of ActiveX

2006-07-10 Thread FineLine
Hi, I have a question for the Mac experts. On Windows, I can embed a component written in Flex into a host application using the Shockwave Flash ActiveX object, and communicate with it using various method calls and events. Is there any equivalent mechanism(s) on the Macintosh?

[flexcoders] E4X Interpreter

2006-06-20 Thread FineLine
Hi. Yesterday, I set out on what I thought would be a quick task using Flex an E4X interpreter, where a user can view an XML document as source and tree, type in E4X expressions, and see the result of the _expression_. Ultimately, I wanted to be able to perform assignments and see the

RE: [flexcoders] Re: One last try: Javascript security

2006-06-15 Thread FineLine
Hi Matt, drome.dario and Abdul Thanks, you have pointed me in the right direction. In case anyone else needs to know, there seem to be 3 ways of enabling script access from local directories: Use the Global Security Settings Panel on the Macromedia website, and

RE: [flexcoders] One last try: Javascript security

2006-06-13 Thread FineLine
that.. -abdul On 6/10/06, FineLine [EMAIL PROTECTED] wrote: Hi Matt, I have just tested this use-network=false option with the command line compiler, still get the same security error in Flash player when I try the call out to _javascript_: SecurityError: Error #2060: Security

RE: [flexcoders] One last try: Javascript security

2006-06-10 Thread FineLine
le? I seem to remember that being necessary to allow local scripting. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of FineLine Sent: Wednesday, June 07, 2006 5:22 PM To: FlexCoders List Subject: [flexcoders] One last try: _javascript_ security

[flexcoders] One last try: Javascript security

2006-06-07 Thread FineLine
Hi. I would like to raise this point one last time, before the Adobe engineers lock in this aspect of framework behaviour in the final release. Is it really necessary to restrict the security of the Flash Player / Flex Application model to such an extent that a flex application (SWF)

RE: [flexcoders] F2B3: Javascript security

2006-05-23 Thread FineLine
Thanks Rotislav and Manish. Maybe crossdomain Policy File will help? I tried putting the crossdomain.xml file in the same directory as my .swf file and .html file, but I still get the same security errors. Running the page off a web server should work without any problems. This is for a

[flexcoders] F2B3: Javascript security

2006-05-22 Thread FineLine
Im trying to develop a Flex app that calls a _javascript_ function in the container page. I did a simple test app using the call() method of the ExternalInterface API, and it worked fine with the HTML page and the SWF file in the original compile folder. But when I moved both files, the

RE: [flexcoders] Re: Beta 3: Update Tree List Label

2006-05-20 Thread FineLine
Thanks for the reply Michael. I'll look forward to the next version. Will there be another Beta before release? Cheers, Tim Anyone know how to get these labels refreshing again? I tried the labs.adobe.com forum too, but no answers there. Cheers, Tim What you are seeing is a B3

[flexcoders] Test

2006-05-19 Thread FineLine
Please excuse, having difficulties posting -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Beta 3: Update Tree List Label

2006-05-19 Thread FineLine
Hi, my first post to this list. I built a test app with Flex Builder 2 Beta 2 with a data update form which allows you to change the names of nodes in a tree. This ActionScript code used to work to change the tree label for the currently selected node: [EMAIL PROTECTED]; (the right