Thanks Jason, I'll give your idea a shot and I'll check the Yahoo list as well.
THANKS! Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 ************************************************************************ ************* Any views expressed in this message are those of the individual sender, except where the sender states them to be the views of Garrison Enterprises Inc. This e-mail is intended only for the individual or entity to which it is addressed and contains information that is private and confidential. If you are not the intended recipient you are hereby notified that any dissemination, distribution or copying is strictly prohibited. If you have received this e-mail in error please delete it immediately and advise us by return e-mail to [EMAIL PROTECTED] ************************************************************************ ************* -----Original Message----- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 6:44 PM To: CF-Talk Subject: Re: SOT: Flash Question Joshua, Have you tried allowing each file to be included before including the next? Occasionally flash chokes on things when data/ files are not loaded. I would as a test - either write a function that checks the loaded bytes of a file - if it equals the complete first file - then load the second. Or as a REALLY simple test - try this -create a new empty flash file - on frame 1 load #include "BIN/LoadXML.as" then on frame 5 load the next and so on. It will help you determine at least if flash is choking on loading the files. Also - I have found the most active list to be http://groups.yahoo.com/group/FLASHmacromedia/ - someone almost always provides a speedy response. Hope this helps, Jason Miller Joshua Miller wrote: >Hi, > >Sorry for the OT Post - I tried using the Flashcoders list at FigLeaf >but even after subscribing it denies my messages with a failure notice. >I tried to email the moderator and it got bounced because my address >isn't recognized. I tried to resubscribe but it says I'm already >subscribed, so it looks like CF-Talk will have to do for now :) > >Anyway, FLASH is behaving strangely when trying to include ActionScript >files. I've got 3 AS files in a folder BIN ... when I do this: > >#include "BIN/LoadXML.as" >#include "BIN/Questions.as" >#include "BIN/ComboBoxes.as" > >It says it can't find the last 2 .... even though they're all there. If >I change the order it doesn't matter - always "can't find" the last 2 >items I'm including. > >Is there a secret to including files with FlashMX ??? > >Joshua Miller >Head Programmer / IT Manager >Garrison Enterprises Inc. >www.garrisonenterprises.net <http://www.garrisonenterprises.net/> >[EMAIL PROTECTED] >(704) 569-9044 ext. 254 > >*********************************************************************** >* >************* >Any views expressed in this message are those of the individual sender, >except where the sender states them to be the views of >Garrison Enterprises Inc. > >This e-mail is intended only for the individual or entity to which it >is addressed and contains information that is private and confidential. >If you are not the intended recipient you are hereby notified that any >dissemination, distribution or copying is strictly prohibited. If you >have received this e-mail in error please delete it immediately and >advise us by return e-mail to ><mailto:[EMAIL PROTECTED]> >[EMAIL PROTECTED] >*********************************************************************** >* >************* > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

