[Flashcoders] Re: Flashcoders Digest, Vol 5, Issue 32

2008-02-29 Thread Chris Wilcox
-- Bounce Digital Ltd 7 Greenland Street London NW1 0ND +44 (0)20 7209 3620 -Original Message- From: [EMAIL PROTECTED] Date: Sat, 23 Feb 2008 12:04:12 To:flashcoders@chattyfig.figleaf.com Subject: Flashcoders Digest, Vol 5, Issue 32 Send Flashcoders

RE: [Flashcoders] onLoop event for sound

2005-11-17 Thread Chris Wilcox
Isn't onSoundComplete called when the sound has stopped playing, not when it loops?? In which case you could create a SoundLoop class which uses onSoundComplete to increment the loopCount and fire next loop. Not sure how it being called on next frame affects this (seemed fine to me in the past)

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Chris Wilcox
Hmm... it works if you nest the predicate bit to... //product[colors[clr= 'green']] ...apparently (after quick google) this is legal XPath. Chris Wilcox Bounce Digital Ltd 12 Goslett Yard | London | WC2H 0EQ UK T +44(0)207 478 4488

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Chris Wilcox
Well spotted hadn't seen the inconsistent xml, which means you're also right about the XPath... Chris Wilcox Bounce Digital Ltd 12 Goslett Yard | London | WC2H 0EQ UK T +44(0)207 478 4488 | www.bouncedigital.co.uk -Original Message- From

RE: [Flashcoders] Nothing returned from XML stream ...partway there

2005-10-26 Thread Chris Wilcox
] = j.selectSingleNode(./headline/text()) detail_array[i] = j.selectSingleNode(./detail).toString() } } Should be no need for CDATA tags... HTH Chris Wilcox Bounce Digital Ltd 12 Goslett Yard | London | WC2H 0EQ UK T +44(0)207 478 4488