[Flashcoders] Delete node using e5x inline.

2009-06-08 Thread Jiri
List, Does anyone know how to delete nodes from an xml using ex4 and a condition specific in the node. I really need to delete these nodes. For example: var tXML:XML = new XML( dataimage_conf randomImage id=1 delete=true/ randomImage id=2 delete=true/ randomImage id=3 / randomImage

RE: [Flashcoders] Delete node using e5x inline.

2009-06-08 Thread Cor
Create a for loop to walk through all the childnodes. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jiri Sent: maandag 8 juni 2009 11:53 To: Flash Coders List Subject: [Flashcoders] Delete node using e5x

Re: [Flashcoders] Delete node using e5x inline.

2009-06-08 Thread Glen Pike
Is it because you are using: delete pXML.randomImage.(attribute(delete) == true)[0] rather than delete pXML.randomImage.(attribute(delete) == true) Glen Jiri wrote: List, Does anyone know how to delete nodes from an xml using ex4 and a condition specific in the node. I really need to

Re: [Flashcoders] Delete node using e5x inline.

2009-06-08 Thread Jiri
Thnx, but delete is not a method of XMLList so you suggestion wont work. I guess I will have to build an loop, but it feels like overhead, becuase e4x should support it, or am i wrong. Jiri Glen Pike wrote: Is it because you are using: delete pXML.randomImage.(attribute(delete) ==

[Flashcoders] does anyone use MonsterDebugger

2009-06-08 Thread Anthony Pace
I have used it and it seems okay; yet, would this ever be used in a professional development environment? I have been using the basic debugger in the flex 3 sdk for quite a while now, and I am looking for alternatives. ___ Flashcoders mailing list

Re: [Flashcoders] does anyone use MonsterDebugger

2009-06-08 Thread Matt Muller
sure. I use it a lot great tool. tutorial here http://theflashblog.com/?p=980 On Mon, Jun 8, 2009 at 5:13 PM, Anthony Pace anthony.p...@utoronto.cawrote: I have used it and it seems okay; yet, would this ever be used in a professional development environment? I have been using the basic

Re: [Flashcoders] does anyone use MonsterDebugger

2009-06-08 Thread Ktu
I use it on a consistent basis. It is really nice to get a tree display of arrays using trace rather than just plain text. Love it. On Mon, Jun 8, 2009 at 12:31 PM, Matt Muller matthewmul...@gmail.comwrote: sure. I use it a lot great tool. tutorial here http://theflashblog.com/?p=980

Re: [Flashcoders] does anyone use MonsterDebugger

2009-06-08 Thread Sam Brown
not sure about more options, but Lee Brimelow has a good tut on MonsterDebugger here http://www.gotoandlearn.com/play?id=109 I've found it to be a pretty solid debugger. On Mon, Jun 8, 2009 at 9:13 AM, Anthony Pace anthony.p...@utoronto.cawrote: I have used it and it seems okay; yet, would this

[Flashcoders] Having trouble posting.

2009-06-08 Thread flashonla
I get this message when I post. Message body is too big: 260458 bytes with a limit of 40 KB I have compressed my file and its attachments are: 180k + the contents of the message. Can't possibly get help on this without the files. Thanks, Flashon_LA

Re: [Flashcoders] Having trouble posting.

2009-06-08 Thread Bob Wohl
Zip and upload to webserver. Not even sure if attachments are supported on FlashCoders. On Mon, Jun 8, 2009 at 11:23 AM, flashonlaflasho...@gmail.com wrote: I get this message when I post. Message body is too big: 260458 bytes with a limit of 40 KB I have compressed my file and its

RE: [Flashcoders] Having trouble posting.

2009-06-08 Thread Kerry Thompson
I get this message when I post. Message body is too big: 260458 bytes with a limit of 40 KB I have compressed my file and its attachments are: 180k + the contents of the message. Can't possibly get help on this without the files. I don't think the Flashcoders list allows for

[Flashcoders] The reset button removes assets but now rotating star button doesn't restart application??

2009-06-08 Thread flashonla
files at this link: www.lindaweller.net/forum/prototype_cs3.zip Hello: First you click the rotating star button 3 times. Then you have new assets on the stage. Reset button removes assets from the stage. Once these assets are removed by the reset button when you click the spinning star again

[Flashcoders] FLVPlaybacl Skin Question

2009-06-08 Thread Omar Fouad
Hello everybody, I skinned the FLVPlayback skin, it works and all but I need to change it's show/hide transition. I've seen video controls that slides from the bottom like youtube etc.. The default for the skin is fade in and fade out even in FullScreen Mode. i don't know if skinning the

Re: [Flashcoders] FLVPlaybacl Skin Question

2009-06-08 Thread Sam Brown
Hey Omar, Here's a couple of resources I found very useful: The first is a 2 part series and is very through. Expanding the Flash Actionscript 3.0 Videoplayerhttp://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/ The second is great for a very quick build. Uses a 3rd party