|
I’m assuming that you are serving
your SWF over http (and not https). This means that the RemoteObject does not know
how to reach the gateway over https. In flex-config.xml you’ll see the
amf-https-gateway which by default is {context.root}/amfgateway. You will need
to change that to the full url of your gateway (e.g., https://myserver:9100/amfgateway) since
we cannot automatically resolve what the https port should be (since it’s
a different port than where the SWF was served and we don’t want to
assume 443 by default). HTH, Matt From: Hi, I'm receiving the
following error during compiles from within FB SPONSORED
LINKS
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com ---- LSpots keywords ?> ---- HM ADS ?> YAHOO! GROUPS LINKS
|
- RE: [flexcoders] You must set https-url to a non-relative http... Matt Chotin

