I have created an application in Flash 8 professional that remotes thru CF to
get data from SQL. The first time the web page is accessed I get an error
saying Flash is telling me it can't find
http://domainname//flashservices/gateway?cfid=XXXX&cftoken=xxxx. How is the
CFID and CFTOKEN getting appended to the URL for the flash services gateway?
How do I stop it from doing that? What happens is that the first call to the
gateway works, the second one doesn't. If you refresh the page, the problem
disappears. But I can't have my viewers refreshing the page because Flash
isn't connecting correctly to the flash services gateway.
Please help.
enfantterrible - 08 Dec 2005 15:52 GMT
I've been having the same problem for a long time, and I've never been able to
find the answer... if you find the answer or the reason for the error please
let us know!!
But on the other hand if you call your flash movie from a cf page instead of a
html page I don't get this error.
scheri - 08 Dec 2005 15:59 GMT
I did find an answer by experimentation. In Flash, put a ? after http://www.domain.com/flashservices/gateway?
I was calling it from a cfm page and still having the problem.