| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Senior Citizen
Join Date: Feb 2003
Location: underneath the arches
Posts: 443
|
hi, I followed the tutorial on the mm site re getting started with remoting, and built a helloWorld swf with a cf component at the back end........it works in test mode and when I publish it locally, but when I publish it on the web, no go........here is the as:
ActionScript Code:
and when the version on the web loads the movie seems to have problems cos the button doesn't turn the cursor into a hand as it should........I thought it could be a problem with including the as files, but they seem to be in the right place....? |
|
|
|
|
|
#2 |
|
Master of Nothing
Join Date: Dec 2002
Location: San Diego, CA
Posts: 2,468
|
When you publish to the web, is the swf doing the calling on the same machine as the Remoting server? If not that is your problem.
|
|
|
|
|
|
|
|
|
#3 |
|
Senior Citizen
Join Date: Feb 2003
Location: underneath the arches
Posts: 443
|
yes it is
|
|
|
|
|
|
#4 |
|
Senior Citizen
Join Date: Feb 2003
Location: underneath the arches
Posts: 443
|
let me know if anybody thinks it would be useful to see the fla on this, or if you think it could be to do with the host....it's a free host, the only one I could find that do remoting....
![]() |
|
|
|
|
|
#5 |
|
Master of Nothing
Join Date: Dec 2002
Location: San Diego, CA
Posts: 2,468
|
Nothing in life is free my friend
![]() |
|
|
|
|
|
#6 |
|
Senior Citizen
Join Date: Feb 2003
Location: underneath the arches
Posts: 443
|
you said a mouthful there, fred
![]() |
|
|
|
|
|
#7 |
|
Registered User
|
If your website is under IIS you should take a look at the following article:
http://www.macromedia.com/support/fl...connection.htm HTH Emanuel |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Sep 2005
Posts: 2
|
I'm having the same problem. If I double click the swf and view it in the local flash player, my web services work. If I attempt to go to a url where the swf is hosted (in the same domain/server as the web service even), the data never loads. I thought it might have been a problem with cross-domain-policy, so I made that file in the servers root with a * policy. This did not help. I'm not sure what else to try at this point.
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Sep 2005
Posts: 2
|
I have finally solved a problem I've seen posted on many forums including this one.
-- WebServiceFault: VersionMismatch -- Make sure that if you're using nusoap and apache compression that you go edit nusoap and comment out the lines that perform compression on the soap envelope. Whats happening is that it is being double compressed and the flash client is getting garbage (when viewed in IE). It works fine from the localhost since you're not passing the "compress me plz" header (which both Apache AND nusoap react to). |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Dec 2005
Posts: 8
|
Emanweb... you are my hero... me and my boss/network admin have been banging our heads against the wall for nearly a week with this issue!
bless you sir! dont know why i coudlnt find this article when serachign macromedia site though... oh well... just thrilled to have foudn it... thanks again! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|