RE: [Flashcoders] AS3 - XML Filter by Date

2009-03-10 Thread Doug Coning
Thank you, that helped a lot. For anyone else trying to filter by date, here's the line of code: var today:Date = new Date(); var showXML:XMLList = result_xml.item.(new Date(date.toString()) = today); Thanks, Doug Coning Senior Flash / ASP.Net Developer Webize Interactive Media

[Flashcoders] AS3 - XML Filter by Date

2009-03-09 Thread Doug Coning
Greetings everyone, In AS3, can you filter xml by a date value or range? Thanks, Doug Coning ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] RE: Flex vs. Flash

2008-11-20 Thread Doug Coning
How about Silverlight or AJAX, haven't heard any arguments for them ;-) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Increase Recursion Level?

2008-10-01 Thread Doug Coning
Is there an actionscript command that can increase the recursion level within a flash movie? I have a legitimate method that calls itself and may exceed the 256 recursion limitiation. Or, is it just best not to use recursion in Flash? Thanks, Doug

RE: [Flashcoders] Increase Recursion Level?

2008-10-01 Thread Doug Coning
internal Innovative Learning Blog subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Coning Sent: Wednesday, October 01, 2008 1:59 PM To: Flash Coders List Subject: [Flashcoders] Increase Recursion Level? Is there an actionscript command

[Flashcoders] Resizing Flash Windows with Loaded JPGs?

2008-09-16 Thread Doug Coning
Greetings everyone, I have a Flash web site in which I need flash to resize depending on the user's browser window size. However, the flash file dynamically loads images and FLVs. Is there a simple way to have flash automatically take a 950 X 600 size file and reduce it to fit in a smaller

[Flashcoders] RE: Resizing Flash Windows with Loaded JPGs?

2008-09-16 Thread Doug Coning
Nevermind. Figured out that I was using a class that was overriding the Stage.scaleMode and thus, the resize wouldn't work... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Coning Sent: Tuesday, September 16, 2008 1:35 PM To: flashcoders

[Flashcoders] Video CuePoints

2008-07-03 Thread Doug Coning
Greetings everyone, When adding CuePoints through ActionScript to a Video, do you have to use FLVPlayback component, or can CuePoints be added to a Video Symbol that you added to a stage? Thanks, Doug Coning ___ Flashcoders mailing list Flashcoders

[Flashcoders] Prevent Enter Key Playback?

2007-09-13 Thread Doug Coning
unsuccessfully to prevent it from playing. Is there a way to prevent Enter Key from playing the movie when the swf has the focus? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s) are intended for the specified recipient(s) only

RE: [Flashcoders] Team Foundation Server

2007-07-26 Thread Doug Coning
Thanks, I believe Dreamweaver is suppose to work with TFS through MSSCCI Provider interface, but I haven't discovered how to set it up... Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] Adobe Flash Certified Expert -Original Message- From: [EMAIL PROTECTED

[Flashcoders] Team Foundation Server

2007-07-25 Thread Doug Coning
Greetings All, Is anyone using Flash with Team Foundation Server for source control? If so, do you mind sharing the steps it took to setup the connection to TFS? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s

[Flashcoders] FileReference: View Content?

2007-04-13 Thread Doug Coning
and can't see the data. Does anyone know of a way to perform FileReference.Browse and then view the text or xml in Flash without uploading it to the server first? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s) are intended

[Flashcoders] Flash Player Communication Error?

2007-04-12 Thread Doug Coning
that the swf is compiled at? Why would one swf file trigger the error and another not, even though they are calling the same data source and are in the same directory? Any feedback is much appreciated!!! Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail

FW: [Flashcoders] Flash 8 Certification Study Tips?

2007-01-02 Thread Doug Coning
Coning Adobe Certified Flash Expert :) -Original Message- From: Doug Coning Sent: Wednesday, December 20, 2006 10:05 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Flash 8 Certification Study Tips? Excellent! Thank you for the link. -Original Message- From: [EMAIL

[Flashcoders] Flash 8 Certification Study Tips?

2006-12-20 Thread Doug Coning
Greetings All, I'm preparing to take the Flash 8 Certification and was wondering if anyone who has already taken the test had any study tips on areas that you wished you may have been more prepared for? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL

RE: [Flashcoders] Flash 8 Certification Study Tips?

2006-12-20 Thread Doug Coning
my experience with the exam on my blog. http://www.jamesor.com/2006/10/04/aryadobecertifiedexpertspushme/ Good luck with your test! James James O'Reilly - Consultant Adobe Certified Flash Expert http://www.jamesor.com Design * Code * Train Doug Coning wrote: Greetings All, I'm

[Flashcoders] TEXT Fields Speed

2006-12-18 Thread Doug Coning
things throughout the Application where I parse it and set lists and datagrid. But when I do this, again it only takes seconds, not minutes. Any suggestions as how to display this XML in a text field faster? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED

[Flashcoders] Compare Decimal Point Value?

2006-12-06 Thread Doug Coning
point and see if it equals 0.3. Thanks for your help. Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error

RE: [Flashcoders] Compare Decimal Point Value?

2006-12-06 Thread Doug Coning
of testing if they are equal, You could test if the difference between them is very small, e.g.: trace(Math.abs(num2 - num3) 0.1); // true On 12/6/06, Doug Coning [EMAIL PROTECTED] wrote: I'm scratching my head over this. Not sure what I'm doing wrong? I need to compare a decimal value

RE: [Flashcoders] Compare Decimal Point Value?

2006-12-06 Thread Doug Coning
: [Flashcoders] Compare Decimal Point Value? Math.round(myNum * 10); :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Coning Sent: Wednesday, December 06, 2006 12:32 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Compare

RE: [Flashcoders] Re: Flashcoders Digest, Vol 23, Issue 13

2006-12-06 Thread Doug Coning
(), and it still doesn't work. I need to get the value after the decimal point and see if it equals 0.3. Thanks for your help. Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] find same label

2006-10-23 Thread Doug Coning
I actually like using associative arrays to test for duplicate values. Something like this: var findItem_array:Array = new Array(); for (var i = 0; i my_cb.dataProvider.length; i++){ if(findItem_array[my_cb.dataProvider[i].label){ my_cb.removeItemAt(i);

RE: [Flashcoders] Moving to AS2, array always undefined

2006-10-10 Thread Doug Coning
Stephen, is that A2 standard way for initializing an object or is that old A1 style? Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: Tuesday, October 10, 2006 2:24 PM To: Flashcoders mailing list Subject: RE:

[Flashcoders] Direct ODBC connectivity?

2006-10-04 Thread Doug Coning
and then pass in the sql query? I imagine this is not possible, but thought I'd ask before ruling it out. Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally

RE: [Flashcoders] Q:Change publish path dynamically

2006-09-26 Thread Doug Coning
I use a config.xml file to store URLs in so that I can change them on the fly. Just load the config file first. Doug Coning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 25, 2006 4:29 PM To: flashcoders

[Flashcoders] DECODE XML Encoded Characters?

2006-09-25 Thread Doug Coning
; apos; lt; gt; I'd greatly appreciate if someone could let me know how to decode this text! Thank you! Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected

RE: [Flashcoders] DECODE XML Encoded Characters?

2006-09-25 Thread Doug Coning
. I wonder if there is a way to get the XPath class to return the XML in the decoded manner like the nodeValue method does? Thanks again! Doug Coning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Monday, September 25, 2006 11:23 AM

RE: [Flashcoders] DECODE XML Encoded Characters?

2006-09-25 Thread Doug Coning
Yes please. I use extensive use of the XPath class and would appreciate it. Thanks, Doug Coning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Monday, September 25, 2006 12:20 PM To: Flashcoders mailing list Subject: RE

[Flashcoders] Flash Player 9 Issues?

2006-09-15 Thread Doug Coning
. Has anyone else had any problems with Flash Player 9? Any suggestions? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions [EMAIL PROTECTED] This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you

RE: [Flashcoders] Flash Player 9 Issues?

2006-09-15 Thread Doug Coning
I had the user check their IE, and they are still on IE 6. We are having this problem with several different users at different companies. The problem only occurs with Flash Player 9. When we uninstall the player and reinstall 8, we have no problems. Thanks, Doug Coning -Original Message

RE: [Flashcoders] ListBox component, get Data (2nd Value)?!

2006-09-01 Thread Doug Coning
Try this: lista.addItem ({label:categorias[n + 1], data:categorias[n + 0], otherData:categorias[n + 3]}); Lista.selectedItem.otherData; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MJorge Sent: Friday, September 01, 2006 10:47 AM To: Flashcoders

RE: [Flashcoders] ListBox component, get Data (2nd Value)?!

2006-09-01 Thread Doug Coning
Sorry, try this: trace(Lista.selectedItem.data); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Coning Sent: Friday, September 01, 2006 11:11 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] ListBox component, get Data (2nd Value)?! Try

[Flashcoders] Speed up Datagrids

2006-07-20 Thread Doug Coning
component for showing simple data? Thanks, Doug Coning FORUM Solutions Senior Web Software Developer This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error, please reply to sender's e-mail

RE: [Flashcoders] trying to call a function passed as an argument

2006-06-30 Thread Doug Coning
This is how I do it: var functA:Function = function(){ trace(A); } var functB:Function = function(){ trace(B); } function performFunctions(funct:Function){ funct(); } performFunctions(functA); performFunctions(functB); Doug Coning Senior Web Development Programmer

[Flashcoders] Object Listener?

2006-06-12 Thread Doug Coning
! Doug Coning Senior Web Development Programmer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error, please reply to sender's e-mail address with notification

RE: [Flashcoders] Object Listener?

2006-06-12 Thread Doug Coning
Good thought, if only I set up my object to be part of a class. Bummer... So, does anyone know if there is an event listener that can be triggered if an object is modified? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL

RE: [Flashcoders] Validating Zip Code for Tax Purposes

2006-06-09 Thread Doug Coning
this for you, then you don't have to worry about tax codes and law changes. No liability! Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Digital Rust Sent: Friday, June 09

RE: [Flashcoders] Flash SWF Loading fine, but Remoting hangs...

2006-06-09 Thread Doug Coning
Jim, Curious, did the individual that had the problem have the same version of Flash Player? I'm sure you checked that out, but that is a curious problem... Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED

[Flashcoders] Alert Component Cutting off Text

2006-06-05 Thread Doug Coning
? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error, please reply to sender's e-mail address with notification

RE: [Flashcoders] XML Parsing

2006-06-05 Thread Doug Coning
parsedData:Array = new Array(); for(i = 0; i myXML_array.length; i++){ var newObj:Object = new Object(); for (var attr in myXML_array[i].attributes){ newObj[attr] = myXML_array[i].attributes; } parsedData.push(newObj); } Doug Coning Senior Web Development Programmer FORUM

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

2006-05-30 Thread Doug Coning
that the first call was sent 'foo' and the second call was sent 'moo'? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error

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

2006-05-30 Thread Doug Coning
myVar:String = This is my value; TraceThis(myVar); Simple function that would save time when developing by allowing me to just pass a variable and it would spit out both the name and value without me always typing it out (trace(myVar = + myVar). I guess I'm lazy... Doug Coning Senior Web

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

2006-05-30 Thread Doug Coning
Nothing heinously wrong. See other post for how I'd like to be able to trace the original name of the variable for tracking purposes... Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders

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

2006-05-30 Thread Doug Coning
I thought I couldn't do it, but wanted to ask before ruling it out... Thanks! Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: Tuesday, May

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-23 Thread Doug Coning
Diddo! I'd love to hear some discussion on this... Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Kevin Newman Sent: Tuesday, May 23, 2006 11:10 AM To: Flashcoders

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-23 Thread Doug Coning
to use charts? Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Muzak Sent: Tuesday, May 23, 2006 1:10 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flex vs

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-23 Thread Doug Coning
projects. Hope that makes sense... Doug Coning Senior Web Development Programmer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error, please reply to sender's e-mail

[Flashcoders] Listener: 'Best Practice'

2006-05-12 Thread Doug Coning
? OR 3) Does it not matter? Thank you, thank you, thank you... Doug Coning Senior Web Development Programmer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error

RE: [Flashcoders] Business Plan?

2006-05-10 Thread Doug Coning
Business Plan Pro is a great tool to help you think through each of the components involved in creating an accurate business plan and forecast: http://www.paloalto.com/ Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED

[Flashcoders] Class Dropdowns in Flash

2006-04-27 Thread Doug Coning
for the class show. Is this possible? How would I do this? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error, please

RE: [Flashcoders] Out of curiosity, XPath and String Datatype Oddity

2005-12-20 Thread Doug Coning
Yes, I have come across this as well and always use: String(XPath.selectNodes(temp_xml,myPath/text())[0]) Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Tuesday

[Flashcoders] Integrating Flash with ASP.Net

2005-12-01 Thread Doug Coning
to access C# functions within the page? If someone could point me in the right direction I'd greatly appreciate the headstart... Thanks, Doug Coning Software Developer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected

[Flashcoders] WebService Class Help

2005-11-15 Thread Doug Coning
(Rate for + country1 + to + country2 + = + nRate); }; } WebCall(country1, country2); THANKS FOR ANY HELP!!! Doug Coning Software Developer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have

RE: [Flashcoders] WebService Class Help

2005-11-15 Thread Doug Coning
I found my own answer in using arguments to determine the amount of parameters passed then setting up a switch statement to select the correct call... Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED

[Flashcoders] Flash Certification

2005-11-04 Thread Doug Coning
if anyone know the plans for certifications now that Flash 8 is out (i.e. will there be a Flash 8 certification test?) and also is Adobe going to continue the flash certification process when Flash becomes Adobe Flash? Thanks, Doug Coning Software Developer FORUM Solutions, LLC This e-mail

RE: [Flashcoders] Flash Certification

2005-11-04 Thread Doug Coning
Thanks. I agree with your assessment. Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 04, 2005 8:55 AM To: Flashcoders mailing list

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
It allows you to query the 'first' child, but not any other children... Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Chris Wilcox Sent: Thursday, November 03, 2005 8:30 AM

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
You are correct. Yes, it allows you to query if you nest the child node. Thank you very much Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Chris Wilcox Sent: Thursday

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Doug Coning
Thank you very much. It works great... Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Tim Beynart Sent: Wednesday, November 02, 2005 10:41 AM To: Flashcoders mailing list Subject

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Doug Coning
Grant, Thank you very much for your help on this! Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 2:18 PM To: flashcoders

RE: [Flashcoders] Flash project FLP files are useless

2005-11-02 Thread Doug Coning
Yeah, I use it all the time to organize my projects. We also have MS Visual Sourcesafe and it work very nicely for versioning! In fact I like how it works for versioning much better than Dreamweaver. Dreamweaver's versioning code is really buggy! Doug Coning Software Developer FORUM Solutions

[Flashcoders] XPath bug?

2005-11-02 Thread Doug Coning
that are red, the Xpath doesn't return it properly. I have tested and retested the xpath that I'm using in an XML editor and it works. Thank you ahead of time for you help... If someone knows how to get around this, I'd appreciate your help! Thanks, Doug Coning Software Developer FORUM

[Flashcoders] Extending WebService Class

2005-10-27 Thread Doug Coning
URL file:///C|/flash/undefined Any suggestion on what I'm doing wrong? Thanks, Doug Coning Software Developer FORUM Solutions, LLC This e-mail and any attachment(s) are intended for the specified recipient(s) only and are legally protected. If you have received this communication in error