Re: [Flashcoders] Video Class Problem

2009-07-16 Thread Omar Fouad
Ok I'll try and feed you back. Thanks On Thu, Jul 16, 2009 at 2:24 AM, Bob Wohl bob.w...@gmail.com wrote: I believe it would still be on top if it was from the start. Full screen doesn't change the swf's internal index. So with the video object's heightwidth, modify that on the resize

[Flashcoders] Filtering xml with E4X

2009-07-16 Thread Mark Burvill
Hello flashcoders, I'm trying to work out how to filter the below XML (loaded into a var called projectsXML) by the contents of the tag nodes, but can't quite get it working. So for instance, how would I use an E4X expression to return an XMLList that contained only those projects which

Re: [Flashcoders] Filtering xml with E4X

2009-07-16 Thread Kenneth Kawamoto
You may want to try: projectsXML.project.(tags.tag.contains(Website)) Kenneth Kawamoto http://www.materiaprima.co.uk/ Mark Burvill wrote: Hello flashcoders, I'm trying to work out how to filter the below XML (loaded into a var called projectsXML) by the contents of the tag nodes, but can't

Re: [Flashcoders] Filtering xml with E4X

2009-07-16 Thread Mark Burvill
Awesome - that's what I'm after. I didn't know about contains. Thanks On 16 Jul 2009, at 13:56, Kenneth Kawamoto wrote: You may want to try: projectsXML.project.(tags.tag.contains(Website)) Kenneth Kawamoto http://www.materiaprima.co.uk/ Mark Burvill wrote: Hello flashcoders, I'm trying

[Flashcoders] Flash vs Flex - could you point me at an old thread please?

2009-07-16 Thread allandt bik-elliott (thefieldcomic.com)
Hey guys I know it's been brought up time and again but i can't seem to find anything in the archives (they end at 2007) Could someone point me at a decent rundown (or give their personal preference) of why a flash developer would get into developing in Flex? We are looking at it in our studio

Re: [Flashcoders] Flash vs Flex - could you point me at an old thread please?

2009-07-16 Thread Nate Beck
Hey Allandt, I posted a while ago on my blog about Flash vs Flex in regards to widget development. http://blog.natebeck.net/2009/01/widget-development-on-the-flash-platform/ It's not a comprehensive list of pros and cons for each... but it might give you some ideas. Cheers, Nate On Thu, Jul