[Flashcoders] Interesting problem - doesn't work without call to trace.

2009-04-17 Thread Tim Hawkins
Hi, I've come across this a few times in my own code, but haven't seen it mentioned online - though it's a difficult thing to google for. In the following function, if the trace at the top is present, formData traces a load of XML and select1 also traces a load of XML. If I comment out the top

[Flashcoders] Interesting problem - E4X query doesn't work without call to trace.

2009-04-17 Thread Tim Hawkins
Hi, I've come across this a few times in my own code, but haven't seen it mentioned online - though it's a difficult thing to google for. In the following function, if the trace at the top is present, formData traces a load of XML and select1 also traces a load of XML. If I comment out the top

Re: [Flashcoders] Interesting problem - doesn't work without call to trace.

2009-04-17 Thread Tim Hawkins
for this - check the XML class for the proper function name... Glen Tim Hawkins wrote: Hi Matt, No, afraid not.. I actually use the select1 variable elsewhere, so it's not just that trace which is the problem. Thanks for the suggestion though! 2009/4/17 Matt S. mattsp...@gmail.com Does

Re: [Flashcoders] AS statement this[testStudent + i] in JAVA ?

2008-11-25 Thread tim shaya
Awesome. Thanks guys. The HashTable class ended up being especially useful. Stupid me thought there was eval() functionality in a Compiled language... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] AS statement this[testStudent + i] in JAVA ?

2008-11-17 Thread tim shaya
: / (Student)(testStudent+(i+1)) = new Student(myStudnts[i][0], myStudnts[i][1], myStudnts[i][2], myStudnts[i][3], myStudnts[i][4], myStudnts[i][5]); } ** } *Again, sorry if this is a bit off-topic and thank you for taking the time to read this. - Tim

Re: [Flashcoders] Best Practices for Flash Video and Flash Site Delivery AS3

2008-07-24 Thread tim shaya
with these: http://gskinner.com/blog/archives/2008/04/failure_to_unlo.html http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html Hope this helps (I know that feeling), Tim On Thu, Jul 24, 2008 at 3:02 PM, David Rogers [EMAIL PROTECTED] wrote: Hello All, This is a long one, but PLEASE, PLEASE

Re: [Flashcoders] DART external SWFs/.as?

2008-07-22 Thread tim shaya
Thanks for getting back to me on this, Manuel. That was reassuring. On Tue, Jul 22, 2008 at 1:02 PM, Manuel Ponce de Leon [EMAIL PROTECTED] wrote: Hi Tim, I just happen to work for DoubleClick/Google :)... ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Flash CMS

2008-07-16 Thread tim shaya
Hi Paul, I've recently played around with Drupal as well because it's open source, built on PHP/MySQL and I've seen AMFPHP, SWFaddress, SWFobject modules for it. HOWEVER -- I started messing with Drupal 6.3, since the latest version is Drupal 7, but quickly realized that if I wanted a fuller list

Re: [Flashcoders] load 500 by 500 from db in flash

2007-10-25 Thread Tim Consolazio
/flashcoders Tim Consolazio [EMAIL PROTECTED]  ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Dashboard - Flash Developer(s) wanted

2007-08-03 Thread Tim Arney
* Solid organization, time management skills and communication skills * XML * HTML, CSS, JavaScript would be an asset but not necessary //Tim Arney Studio Manager Dashboard - Driving Brand Communications 355 Adelaide Street West, Suite 200 Toronto, Ontario. M5V 1S2 ph 416.504.4422 fax

[Flashcoders] toronto flash developer

2007-05-08 Thread Tim Arney
Dashboard is seeking a fulltime flash developer to join our growing team For details - http://www.dashboard.ca/?section=jobs http://www.youtube.com/watch?v=BuS3jHZN4SI ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] What don't I understand about the display list?

2007-02-26 Thread Tim Consolazio
If you're doing this in the same frame, the fact that the object is no longer on the displaylist may not have been updated yet. Try moving the code throwing the error into the childRemove event. Daniel Thompson wrote: Why will the following error be thrown? Shouldn't the displayObject be

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 42

2007-01-21 Thread Tim Consolazio
The embed attribute can actually be used in a number of different ways in Flex, both as an attribute and as an inline parameter when setting your source (say, for an image). The issue is documented in the flex builder documentation pretty thoroughly. Check out the documentation for the Image

[Flashcoders] JOB TORONTO ON. CANADA - fulltime flash developer

2007-01-18 Thread Tim Arney
Dashboard is currently seeking fulltime flash developer(s). If your interested or would like more info contact me with your resume and links. //Tim Arney Studio Manager [EMAIL PROTECTED] www.dashboard.ca ___ Flashcoders@chattyfig.figleaf.com

[Flashcoders] How to make changes to a parent class

2006-08-01 Thread Tim
any suggestions for best practice when it comes to this sort of thing? Thanks Tim -- Tim Stickland Include Digital | Director 2nd Floor, 145-157 St. John Street, London EC1V 4PY tel: +44 (0) 20 7526  4611 web: http://www.include-digital.com blog: http://blog.include-digital.com

Re: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Tim Stickland
exactly are you trying to do? Tim ___ 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

Re: [Flashcoders] rss feed

2006-04-13 Thread Tim Braeckman
Isn't the URL of the XML file for the RSS-feed always the same? Than you can write a php script which creates that xml file and link to it from the flash movie... On 4/6/06, MetaArt [EMAIL PROTECTED] wrote: I have dev a full Flash website, and I need to add the chance to access to RSS for

[Flashcoders] Flash 8 Projectors under OS 9

2006-02-07 Thread Tim Cox
Projectors I've created under Flash MX2004 run fine on OS 9 where as Projectors created under Flash 8 won't run on OS 9. I know the minimum requirement for Flash Player 8 is OS X, but is it possible to create a OS 9 compatible projector in Flash 8 or do I have to recompile in MX2004?

[Flashcoders] How to get colour of text formatted with CSS

2005-11-29 Thread Tim Stickland
Hi Does anyone know if it's possible to read the text colour specified in an externally loaded CSS style? Cheers Tim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] How to get colour of text formatted with CSS

2005-11-29 Thread Tim Stickland
Excellent, thanks Nikolaj On 11/29/05, Nikolaj Selvik [EMAIL PROTECTED] wrote: var yourStyle:Object = yourStyleSheet.getStyle(yourStyleName); then get yourStyle.[color]; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stickland Sent: den

Re: [Flashcoders] AS2, compiler errors...

2005-11-17 Thread Tim Stickland
unable to ever create a project involving AS2 classes without getting syntax errors when error checking. These often don't stop the classes compiling and the application running properly, but they're a pain. Cheers Tim On 11/17/05, Gregory_GOusable [EMAIL PROTECTED] wrote: Check the following

Re: [Flashcoders] AS2, compiler errors...

2005-11-17 Thread Tim Stickland
True to form (in my experience anyway), I've just gone in to the classes to amend them using some of your suggestions and they're now not throwing any errors... I just don't get it. One thing that I noticed in your example code was that you called methods of the parent class using super.method()

Re: [Flashcoders] AS2, compiler errors...

2005-11-17 Thread Tim Stickland
Absolutely, but I'd never have been trapped as I didn't understand overriding properly ;) I wasn't aware that when a subclass overrides a superclass method it leaves the superclass method intact. Is that correct? On 11/17/05, Ian Thomas [EMAIL PROTECTED] wrote: Not just more readable -

RE: [Flashcoders] XML and CData

2005-11-09 Thread Tim Beynart
Not the best workaround, but why not just use the parent node for yout HTML tags as your string? What is the issue with the child nodes being read as nodes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wagner Sent: Wednesday, November 09, 2005

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
hope this gets you on the right path (har har). - - - - - - - - - - - - Tim Beynart Athens, GA, USA - - - - - - - - - - - - ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
. - - - - - - - - - - - - Tim Beynart Athens, GA, USA - - - - - - - - - - - - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Beynart Sent: Wednesday, November 02, 2005 10:22 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] XPath Query HELP! Look at the class

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
Oops, I meant to say: Line 70 of com.xfactorstudio.xml.xpath.XPathUtils reads: for (var i=1 ; imax ; i+=2) Note the less than - - - - - - - - - - - - Tim Beynart Athens, GA, USA 706.372.6994 - - - - - - - - - - - - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
Thanks, I did sent him an email this morning. This was my first decent contribution after years of reading this list! - - - - - - - - - - - - Tim Beynart Athens, GA, USA - - - - - - - - - - - - -Original Message- Great find Tim! You should send that to Neeld Tanksley [EMAIL

RE: [Flashcoders] setInterval() and the trouble

2005-10-30 Thread Tim Beynart
Why is something so useful undocumented? I have to bend over backwards to create single-fire timers. Thanks for the post. -Original Message- Its undocumented, but it works in a fire once kind of situation like javascript: foo = setTimeout( func, ms) clearTimeout(foo) but only if you