Two things: First, if you're having trouble subscribing to FlashCoders, email [EMAIL PROTECTED] Second, try putting a carriage return (and/or comment) between each of your includes. There's a quarky behavior in FlashMX where it has issues doing one include after another if you don't have something (even a carriage return) between the #include statements.
~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion MX Developer Certified Flash MX Developer CFDJList - List Administrator Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -----Original Message----- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 17:45 To: CF-Talk Subject: RE: SOT: Flash Question So any idea why it wouldn't be able to find the files? They're right there. I can open and edit them with Notepad, Jedit, HomeSite, etc. but Flash can't find them when it goes to compile the SWF file. It finds the first one, just not the subsequent items. I think I've got enough horsepower so it shouldn't be running out of memory/processor/swap space during compilation: (PIII 800 / 512MB Ram / 60GB HDD / Windows XP - since I don't have a Flash license for Mac yet). Thanks for any info - I'd much rather code the ActionScript in something more friendly than the Action panel of Flash and just include the scripts where they need to go. 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: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 4:52 PM To: CF-Talk Subject: Re: SOT: Flash Question At 03:44 PM 12/17/2002, you wrote: >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. #include is a compile/publish time include ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

