[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, please contact me  
off-list.


Thanks,

Lance
PS. Yes, this is a legit email address -- I always sign up for lists  
using my spam address just in case.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 search one of my XML files  
which is 4 or 5 levels deep. The search I want to perform should  
return all nodes with a specified name, no matter where they are in  
the hierarchy.


Can anyone suggest/point me to a solution? I don't want to use  
xfactorstudio's API due to its size. I am thinking of extending  
XPathAPI.


Thanks.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 be working now -- albeit in a typically unpredictable  
IE kind of way...


thanks,

L
On Feb 19, 2007, at 2:37 PM, Alain Rousseau wrote:


this could be related to how you reference the ActiveX control in your
javascript. Some things have changed a little between IE6 and IE7  
regarding

DOM objects access

Alain

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 19 février 2007 14:12
To: Flashcoders mailing list
Subject: [Flashcoders] IE 7 and ExternalInterface.call()

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
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http:// 
www.figleaf.com

http://training.figleaf.com

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.2/692 - Release Date:  
2007-02-18

16:35


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 left.


so far I'm trying to use this, but it appears to be useless.


this is the code inside the object which is dragged.


var xright = this._x+1;
var xleft = this._x-1;

if (this._x==xright){
launching
}
if(this._x==xleft){
launching2
}




regards



Gustavo Duenas

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com