|
|
The Problem: When I load a file that contains ANY cfform tag with
format="flash", all I get is a partially rendered object with a spinning clock
for a pointer.
Your initial reaction is probably "oh, thats just bad code"... but, read on..
the plot thickens...
I have 2 domains... Domain.A is hosted out of the root of my folder (i.e.
/hosting)... a second domain, Domain.B is hosted out of a subfolder of the root
(i.e. /hosting/DomainB)...
I have a stripped down page with a cfform format="flash" located at
/hosting/DomainB called test.cfm.
If I open a browser and go to www.domainB.com/test.cfm - the file will NOT
compile or load all the way
If I open another browser and go to www.domainA.com/domainb/test.cfom - the
file loads correctly.
Exact same file, referenced by 2 different domain paths, with 2 different
results.
I have copied this file to various other folders in my main domain, and it
works fine. I have also copied this file to other servers and it runs fine. I
have created new files and placed them in DomainB's folder and they ALL exhibt
the same problems - they will only compile so far and then I get a spinning
clock for all eternity.
I'm at a total loss on this one and would appreciate ANY thoughts...
Thanks all!
|
|