> We have a flash5 movie with an uncertain amount of movie clips, each using > loadvariables to a CF page. If that flash movie has multiple movie clips > in it running that page, how many times will the CF page run > simultaneously? does flash only open one and wait for that to finish > before starting with the next, or are they all just fired off at once and > potentially using up all the connections set in CF.
If you can manage it you might want to take a look at Flash MX loadVars object -- easier to implement than loadvariables, or so I've heard. I would guess that access to the cf page would only be serialized if it all used the same loadvariables object (?) in the actionscript, i.e. the actionscript must be processed in sequential order and therefore can only process the loadvariables calls in order -- unless of course they are separate scripts running in separate layers during the same frame of your flash movie. Am I making any sense? ... > This message is for the named person's use only. Who did you name again? ... :) S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

