[flexcoders] netStream netConnection

2007-11-29 Thread Christopher Olsen
Has anyone ever had an issue where a netStream netConnection causes the flash player to crash? It seems to happen frequently to some people more than others. -Christopher

[flexcoders] Focus Question

2007-11-28 Thread Christopher Olsen
Hello, When I have something like a textInput and it's in focus it gets a blue highlighted border around it... Is there a way to disable that particular border? -Christopher

Re: [flexcoders] Re: Focus Question

2007-11-28 Thread Christopher Olsen
Thank you for the help it worked great. Daniel Freiman wrote: or you could set the focusAlpha style equal to 0. - Dan Freiman On Nov 28, 2007 8:48 AM, m.ar80 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Look into implementation of TextInput.focusInHandler() and override it to

[flexcoders] Project

2007-10-29 Thread Christopher Olsen
Hello, I'm working on a sort of VOD project however after a movie has queue into your buffer it gets a little jittery. The test app can be seen at www.ubixonline.com I'm not sure if anyone has any feedback on why it would do that. -Christopher

[flexcoders] Question about Video()

2007-10-26 Thread Christopher Olsen
Hello, I have attached a netstream to a video and it starts out playing just fine but as soon as the file is done buffering because for some reason it will buffer 100% of the flv it starts to get choppy.. Has anyone ever experienced this? -Christopher

[flexcoders] Video() Question

2007-10-25 Thread Christopher Olsen
I am having a weird issue When i am watching a streamed flv file as soon as the file is done downloading the vidoe gets choppy however while it's still uploading it plays fine Has anyone ever seen this?

[flexcoders] Quick Question List XMLList

2007-10-04 Thread Christopher Olsen
Hello Everyone, I have a list bound to a XMLList and I delete an element from the list and it wouldn't automatically refresh the list So I reset the dataprovider doing something like this delete(tvMaster.userList[i]); tvMaster.masterObject.userDispList.dataProvider =

[flexcoders] Storing Values

2007-06-15 Thread Christopher Olsen
Does flex have something similar to cookies? -Christopher

[flexcoders] Socket Question

2007-06-08 Thread Christopher Olsen
Anyone have an issue with calling connect again following a close on the remote side? I call connect after a failed connection and the socket just sits there -Christopher

[flexcoders] Re: Socket Question

2007-06-08 Thread Christopher Olsen
Thanks i hit reply by accident Hey Chris...try posting your question on a new thread, people might oversee your post and you won't get as many replies :) --- In [EMAIL PROTECTED]ups.com, Christopher Olsen [EMAIL PROTECTED] wrote: Anyone have an issue with calling connect again following

[flexcoders] Making a flex app pretty

2007-06-08 Thread Christopher Olsen
What tool would one use to make a flex apps interface pretty? -christopher

[flexcoders] Caching issue in HTTPService

2007-06-07 Thread Christopher Olsen
Anyone ever have an issue where an HTTPService result gets cached? I'm use an httpservice to call a script which generates html however after the time run it's always returning the same results the *data* appears to be cached -Christopher

Re: [flexcoders] Caching issue in HTTPService

2007-06-07 Thread Christopher Olsen
? -Christopher Guido wrote: I've had the same issue and I wasn't able to bypass it. In my case, I access an XML file throug HTTPService, and I always get the same XML even if I modify (or even delete!) the file from the server On 6/7/07, *Christopher Olsen* [EMAIL PROTECTED] mailto:[EMAIL

Re: [flexcoders] Caching issue in HTTPService

2007-06-07 Thread Christopher Olsen
HTTPService, and I always get the same XML even if I modify (or even delete!) the file from the server On 6/7/07, *Christopher Olsen* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Anyone ever have an issue where an HTTPService result gets cached? I'm use an httpservice to call a script

Re: [flexcoders] Caching issue in HTTPService

2007-06-07 Thread Christopher Olsen
with a browser I can get the *real* destination with CTRL+F5... I don't know how to make an HTTPService use this kind of request; I don't even know if it is possible. Anyone? On 6/7/07, *Christopher Olsen* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yeah from my experiences

Re: [flexcoders] PDF in Flex

2007-06-07 Thread Christopher Olsen
Well if we want to add bloat an html render would be nice since the IFRAME hack is above the player itself Tom Chiverton wrote: On Thursday 07 Jun 2007, Ben Marchbanks wrote: I would be shocked if the next release of Flex did not include support of PDF rendering as has been announced for

Re: [flexcoders] PDF in Flex

2007-06-07 Thread Christopher Olsen
Tom Chiverton wrote: On Thursday 07 Jun 2007, Christopher Olsen wrote: Well if we want to add bloat an html render would be nice since the IFRAME hack is above the player itself Why does the Flash player (that runs in a browser) need a HTML renderer ? OK, so RichTextEditor has issues

Re: [flexcoders] PDF in Flex

2007-06-07 Thread Christopher Olsen
... And the overlay/child indexing is where it become an issue For an example see http://cupid.ubixos.com/reddawg -Christopher Paul deCoursey wrote: Tom Chiverton wrote: On Thursday 07 Jun 2007, Christopher Olsen wrote: Well if we want to add bloat an html render would be nice

[flexcoders] SWFLoader

2007-06-07 Thread Christopher Olsen
Hey, I'm not sure if this is possible but if I load a swf with swfload is there a way to halt the execution of that swf and then resume it? -Christopher

[flexcoders] Tree leafnodeicon

2007-06-04 Thread Christopher Olsen
Hello, What's the best way to dynamically control a leafnodeicon? I have my tree bound to xml variable inside the xml i have an property @online and i want if online = 1 the leafnode is one icon and if online = 0 the leafnode is a different icon -Christopher

[flexcoders] Sleep / Blink Image

2007-06-03 Thread Christopher Olsen
Is there a way to make flex sleep for a specified amount of miliseconds? I'm trying to make an icon flash or does anyone have any alternate solutions for this

Re: [flexcoders] Question about delete

2007-05-31 Thread Christopher Olsen
] *On Behalf Of *Christopher Olsen *Sent:* Wednesday, May 30, 2007 11:02 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Question about delete Hello, Quick question.. The following doesn't work says it must be dynamically defined... how do we make something a pointer? var

[flexcoders] Question about delete

2007-05-30 Thread Christopher Olsen
Hello, Quick question.. The following doesn't work says it must be dynamically defined... how do we make something a pointer? var tmpPod:Podz = new Podz(); delete(tmpPod);

[flexcoders] Two was chat

2007-05-29 Thread Christopher Olsen
Anyone here working on a two way chat application? -Christopher

[flexcoders] link inside textarea

2007-05-25 Thread Christopher Olsen
Hello, I'm not sure if anyone has seen anything like this or would know how to do it... What I'm trying to do is put a link or something inside of a text are so when it's clicked it calls a functions -Christopher

Re: [flexcoders] link inside textarea

2007-05-25 Thread Christopher Olsen
I'm going to check it out Thanks ;) Tom Chiverton wrote: On Friday 25 May 2007, Christopher Olsen wrote: What I'm trying to do is put a link or something inside of a text are so when it's clicked it calls a functions If you put a HTML-type link like a href='event:makeSugList

Re: [flexcoders] link inside textarea

2007-05-25 Thread Christopher Olsen
Tom, for your example it would be addEventListener(makeSugList,doSugList); ?? Tom Chiverton wrote: On Friday 25 May 2007, Christopher Olsen wrote: What I'm trying to do is put a link or something inside of a text are so when it's clicked it calls a functions If you put a HTML-type

Re: [flexcoders] link inside textarea

2007-05-25 Thread Christopher Olsen
Tom, Sorry to hear... Anyways I got it TextEvent.LINK thanks a bunch you've been a great help -Christopher Tom Chiverton wrote: On Friday 25 May 2007, Christopher Olsen wrote: for your example it would be addEventListener(makeSugList,doSugList); ?? addEventListener('link

[flexcoders] Flex Apps

2007-05-25 Thread Christopher Olsen
Flex Developers, I'm putting together a small showcase for flex apps if anyone is interested in having the app showcased let me know. Thanks, Christopher -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Dragging onto a tree

2007-05-24 Thread Christopher Olsen
Michael, Thanks for the help... What I found that works good is dropTarget.calculateDropIndex(event); -Christopher [EMAIL PROTECTED] wrote: You probably need to look at the: event.dragInitiator.selectedItem Christopher Olsen [EMAIL PROTECTED]ntic. To com [EMAIL PROTECTED

[flexcoders] Quick Question

2007-05-24 Thread Christopher Olsen
Hello, Quick question may sound a bit silly But if I include a .as file in my project it can't directly reference variables in the mxml file that's imported it... this.parent.variable doesn't seem to work either... is there a special way to reference parents objects? -Christopher

Re: [flexcoders] Quick Question

2007-05-24 Thread Christopher Olsen
Tom, Thanks... I'm a bit new to AS... But I'll tell you one thing... It's a very different way to program compared to what I'm used to... It's not a simple transition from c/c++ -Christopher Tom Chiverton wrote: On Thursday 24 May 2007, Christopher Olsen wrote: Quick question may

Re: [flexcoders] Quick Question

2007-05-24 Thread Christopher Olsen
Yes a little easier to keep organized... Over time I'll get a little more rounded with AS Are you familiar with modules? Tom Chiverton wrote: On Thursday 24 May 2007, Christopher Olsen wrote: It's not a simple transition from c/c++ Oh, no, not at all. import != include

[flexcoders] Checking if an Object has as property/element

2007-05-24 Thread Christopher Olsen
What's the best way to check if an Object has a particular element If i do if Object.blah == null i get an error because blah doesn't exist -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Dragging onto a tree

2007-05-23 Thread Christopher Olsen
Hello, What I am trying to do is drag an icon off of a panel and drop it onto an item in a Tree and get the value of the item that I dropped on in the tree... tree.selectedItem does not return this. How should I be handling this? Thank you all, Christopher

Re: [flexcoders] Re: RTMP Server

2007-05-17 Thread Christopher Olsen
mailto:flexcoders%40yahoogroups.com, Christopher Olsen cwolsen@ wrote: For anyone interested I've been working on an RTMP server written in C to handle messaging streaming.. If anyone is interested in testing it out please let me know and I'll let you know where you can obtain a copy

Re: [flexcoders] Re: RTMP Server

2007-05-17 Thread Christopher Olsen
see if it can be applied to us. -Bod --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Christopher Olsen [EMAIL PROTECTED] wrote: For anyone interested I've been working on an RTMP server written in C to handle messaging streaming.. If anyone is interested in testing

[flexcoders] Question: Modules

2007-05-15 Thread Christopher Olsen
What's the best way to make sure a module has no current dependencies before unloading it? I'm having an issue that unloaded modules are leaving things behind such as event listeners -Christopher

Re: [flexcoders] Re: Flex: Modular Applications

2007-05-15 Thread Christopher Olsen
Kyle, Thanks a bunch this should help... I'm guess things like producers/responders would also need to be disconnected first before garbage collection happens? Because when i unload a module all these things appear to continue to hang around. -Christopher kyle.vanvranken wrote: This

[flexcoders] RTMP Server

2007-05-15 Thread Christopher Olsen
For anyone interested I've been working on an RTMP server written in C to handle messaging streaming.. If anyone is interested in testing it out please let me know and I'll let you know where you can obtain a copy of the source. -Christopher