[Flashcoders] OT -- job opening

2007-05-07 Thread LMSpam
Intertech Media in Stamford, CT is looking for intermediate level Flash programmers. Fluency in AS2 and Flash 8 is required. Familiarity w/ AS3 and Flex Builder is a huge plus. We are looking for someone who can work on site in Stamford. If you'd like to send a resume, or have questions,

Re: [Flashcoders] XPathAPI recursive XML search

2007-02-23 Thread LMSpam
I believe: XPathAPI.selectNodeList(node,/*/nameOfNode); will return an array of all child nodes with nameOfNode as their nodeName On Feb 23, 2007, at 5:39 PM, Tom Klepl wrote: Hi.. I am working on a project currently and I'm using Macromedia's XPathAPI. However, I need to recursively

[Flashcoders] IE 7 and ExternalInterface.call()

2007-02-19 Thread LMSpam
ExternalInterface.call(myFunction); is working great in Firefox and Safari, but does nothing in IE7 (though it worked in IE6). (addCallback still works OK) Anyone have a suggestion as to how to fix this? Thanks, L ___

Re: [Flashcoders] IE 7 and ExternalInterface.call()

2007-02-19 Thread LMSpam
I'm slowly tracking it down... It seems that there has to be an actual click executed in the swf -- just pressing a spacebar or hitting enter doesn't seem to do the trick... Also, under the security settings, I had to enable Navigate sub- frames across different domains But it seems to

Re: [Flashcoders] help

2007-02-16 Thread LMSpam
it's usually a safer bet to use or rather than == On Feb 16, 2007, at 1:48 PM, Gustavo Duenas wrote: Hi, I need desperately some help...how can I detect if some dragged object is moving right or left. Because I need to trigger some event when its moving right and other when it is moving