Re: [Flashcoders] E4X filtered statement returns null

2010-11-17 Thread Deepanjan Das
Did you try this:
var topic:XML = topicData[0]; //  gets the below xml, came from an xmllist
var wording:String = "Presentation";
var assets:XMLList = topicData[0]..asset;
trace(assets.(@title == wording));

-- 
Warm Regards
Deepanjan Das
W: http://deepanjandas.wordpress.com
|| Om Manasamarthadata Shri Aniruddhaya Namah ||

*"Think of the environment before printing this email"*


On Thu, Nov 18, 2010 at 12:19 AM, Mendelsohn, Michael <
michael.mendels...@fmglobal.com> wrote:

> Hi list...
>
> I have an E4X statement that breaks when I add a filter to it to get a
> specific node.  I keep getting null when I include hasOwnProperty() to the
> statement.
>
> // I want to get "giraffe.ppt" or  fileName="giraffe.ppt"/>
> var topic:XML = topicData[0]; //  gets the below xml, came from an xmllist
> var wording:String = "Presentation";
> // I get an xmllist for this:
> var assets:XMLList = topicData[0]..asset;
> // but I keep getting null returned for these:
> var assets:XMLList = topicData[0]..asset.(hasOwnProperty("@title"));
> var assets:XMLList = topic..asset.(hasOwnProperty("@title") &&
> attribute("title") == wording)@filename;
>
> Why does the statement break with the E4X filter?
>
> Thanks...any help is appreciated,
> - Michael M.
>
> 
>dog,cat,bird
>blah blah
>
>
>
> 
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] E4X filtered statement returns null

2010-11-17 Thread Mendelsohn, Michael
Hi list...

I have an E4X statement that breaks when I add a filter to it to get a specific 
node.  I keep getting null when I include hasOwnProperty() to the statement.

// I want to get "giraffe.ppt" or 
var topic:XML = topicData[0]; //  gets the below xml, came from an xmllist
var wording:String = "Presentation"; 
// I get an xmllist for this: 
var assets:XMLList = topicData[0]..asset;
// but I keep getting null returned for these:
var assets:XMLList = topicData[0]..asset.(hasOwnProperty("@title"));
var assets:XMLList = topic..asset.(hasOwnProperty("@title") && 
attribute("title") == wording)@filename;

Why does the statement break with the E4X filter?

Thanks...any help is appreciated,
- Michael M.


dog,cat,bird
blah blah





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Gregory Boudreaux
It reads as if it will be a new suite offering based on InDesign for the
publishing part and the other design tools to help support graphics and
video.

Coincidentally, I just saw a tweet from Wired magazine that said they
sell an average of 32000 digital issues on the iPad and about 83000
copies on news stands.

I am hoping everything shakes and smooths out between Apple and Adobe.
I am just starting to really focus on a mobile strategy and hope that I
can leverage building once and deploying to as many devices as possible.

gregb

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Brian
Mays
Sent: Wednesday, November 17, 2010 10:23 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Adobe software used to build Wired magazine

My initial read on it was an InDesign add-on. I'm not sure that is what
it
actually is. What is your read on it?


On 11/17/10 10:15 AM, "Gregory Boudreaux"  wrote:

> That is good info  Looks like Q2 of 2011 is the target date.
> 
> gregb

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Brian Mays
My initial read on it was an InDesign add-on. I'm not sure that is what it
actually is. What is your read on it?


On 11/17/10 10:15 AM, "Gregory Boudreaux"  wrote:

> That is good info  Looks like Q2 of 2011 is the target date.
> 
> gregb

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Gregory Boudreaux
That is good info  Looks like Q2 of 2011 is the target date.

gregb

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Gregory
Boudreaux
Sent: Wednesday, November 17, 2010 9:58 AM
To: Flash Coders List
Subject: RE: [Flashcoders] Adobe software used to build Wired magazine

Thanks!

gregb

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Brian
Mays
Sent: Wednesday, November 17, 2010 9:53 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Adobe software used to build Wired magazine

Found this one right after I sent:

http://blogs.adobe.com/digitalpublishing/



On 11/17/10 9:22 AM, "Gregory Boudreaux"  wrote:

> For the iPad... my fault.
> 
> Thanks for the info.  I will do a little searching to see if I can
find more
> about it.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Gregory Boudreaux
Thanks!

gregb

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Brian
Mays
Sent: Wednesday, November 17, 2010 9:53 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Adobe software used to build Wired magazine

Found this one right after I sent:

http://blogs.adobe.com/digitalpublishing/



On 11/17/10 9:22 AM, "Gregory Boudreaux"  wrote:

> For the iPad... my fault.
> 
> Thanks for the info.  I will do a little searching to see if I can
find more
> about it.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Brian Mays
Found this one right after I sent:

http://blogs.adobe.com/digitalpublishing/



On 11/17/10 9:22 AM, "Gregory Boudreaux"  wrote:

> For the iPad... my fault.
> 
> Thanks for the info.  I will do a little searching to see if I can find more
> about it.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Brian Mays

A couple of links that might help.

http://www.adobe.com/digitalpublishing/

http://www.adobe.com/products/digitalpublishingsuite/

Brian Mays

On 11/17/10 9:22 AM, "Gregory Boudreaux"  wrote:

> For the iPad... my fault.
> 
> Thanks for the info.  I will do a little searching to see if I can find more
> about it.
> 
> gregb

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Gregory Boudreaux
For the iPad... my fault.

Thanks for the info.  I will do a little searching to see if I can find more 
about it.

gregb

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt S.
Sent: Wednesday, November 17, 2010 9:05 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Adobe software used to build Wired magazine

For the iPhone, or the iPad? I know (via friends in the magazine
industry who are involved in various iPadization efforts at their
respective publications) that the solution they provided for the Wired
iPAD app is a solution that ties into inDesign and is available for
licensing. I've heard that it's pretty templated though, that is,
customization is limited and as a result it probably won't be long
before it'll be easy to spot the "Adobed" magazines for the iPad. So
it might depend on just how custom or innovative a solution you're
looking for.

That being said, my knowledge is all second-hand, so take it with a
grain of salt.

.m

On Wed, Nov 17, 2010 at 9:55 AM, Gregory Boudreaux
 wrote:
> Does anyone know what software Adobe used to build the Wired magazine
> app for the iPhone?  Is it available for purchase or is it something
> they are still working on?
>
> Thanks.
>
> gregb
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Matt S.
For the iPhone, or the iPad? I know (via friends in the magazine
industry who are involved in various iPadization efforts at their
respective publications) that the solution they provided for the Wired
iPAD app is a solution that ties into inDesign and is available for
licensing. I've heard that it's pretty templated though, that is,
customization is limited and as a result it probably won't be long
before it'll be easy to spot the "Adobed" magazines for the iPad. So
it might depend on just how custom or innovative a solution you're
looking for.

That being said, my knowledge is all second-hand, so take it with a
grain of salt.

.m

On Wed, Nov 17, 2010 at 9:55 AM, Gregory Boudreaux
 wrote:
> Does anyone know what software Adobe used to build the Wired magazine
> app for the iPhone?  Is it available for purchase or is it something
> they are still working on?
>
> Thanks.
>
> gregb
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Adobe software used to build Wired magazine

2010-11-17 Thread Gregory Boudreaux
Does anyone know what software Adobe used to build the Wired magazine
app for the iPhone?  Is it available for purchase or is it something
they are still working on?

Thanks.

gregb

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders