This may be a stupid question....but does Flash MX have to be installed on
the server for this to work?

I don't think so...but I'm grasping at straws here ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
----- Original Message -----
From: "Igor Ilyinsky" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 10:52 AM
Subject: RE: Flash Remoting Issues with CFMX


> Bryan, I think I found it
>
> check this
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx
_updater01.html
> under "flash remoting-related issues" (or read snippet below)
>
>
>
> Access from Macromedia Flash to web services using the Flash Gateway is
disabled by default in Updater 3. To enable access from Macromedia Flash to
web services add the following DISABLE_CFWS_ADAPTERS Servlet init-param
entry to the FlashGatewayServlet entry in the web.xml file that is contained
in the flashgateway.ear archive.
>
> <init-param>
> < param-name>DISABLE_CFWS_ADAPTERS</param-name>
> < param-value>false</param-value>
> < description>When set to true, this setting disables the ColdFusion
WebServices Adapters in the gateway.</description>
> < /init-param>
>
>
> -----Original Message-----
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2003 12:47 PM
> To: CF-Talk
> Subject: Re: Flash Remoting Issues with CFMX
>
>
> I wonder if it's this bit??:
> >      <servlet-mapping>
> >       <servlet-name>FlashGateway</servlet-name>
> >        <url-pattern>/flashservices</url-pattern>
> >      </servlet-mapping>
>
> All my old Flash work uses http://"domain_or_IP"/flashservices/gateway
>
> The above just says /flashservices (no /gateway)....could that be it?
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
>
> ---------------------------------------------------------
> Macromedia Associate Partner
> www.macromedia.com
> ---------------------------------------------------------
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> ----- Original Message -----
> From: "Mike Townend" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 18, 2003 10:40 AM
> Subject: RE: Flash Remoting Issues with CFMX
>
>
> > It doesn't kill remoting...
> >
> > What it just stops flash from conneting to other webservices running on
> > other machines (afaik)
> >
> >
> >
> > -----Original Message-----
> > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 18, 2003 18:37
> > To: CF-Talk
> > Subject: Re: Flash Remoting Issues with CFMX
> >
> >
> > Same here....don't have that setting but U3 is installed
> >
> > I also installed U3 on another server and it DID NOT kill remoting....so
> I'm
> > not sure that's the issue??
> >
> > colour me confused by remoting again ;-)
> >
> > Bryan Stevenson B.Comm.
> > VP & Director of E-Commerce Development
> > Electric Edge Systems Group Inc.
> > t. 250.920.8830
> > e. [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------
> > Macromedia Associate Partner
> > www.macromedia.com
> > ---------------------------------------------------------
> > Vancouver Island ColdFusion Users Group
> > Founder & Director
> > www.cfug-vancouverisland.com
> > ----- Original Message -----
> > From: "Igor Ilyinsky" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 18, 2003 10:25 AM
> > Subject: RE: Flash Remoting Issues with CFMX
> >
> >
> > > Thanks Collin,
> > >
> > > I don't have a 'DISABLE_CFWS_ADAPTERS' boolean in web.xml. All I have
> > > is
> > this....
> > >
> > > <servlet>
> > >        <servlet-name>FlashGateway</servlet-name>
> > >
> > <servlet-class>flashgateway.controller.GatewayServlet</servlet-class>
> > >        <display-name>Flash Gateway</display-name>
> > >        <description>Allows flash to connect to CFML and CFC
> > templates.</description>
> > >      </servlet>
> > >
> > >      <servlet-mapping>
> > >       <servlet-name>FlashGateway</servlet-name>
> > >        <url-pattern>/flashservices</url-pattern>
> > >      </servlet-mapping>
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Collin Tobin [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, June 18, 2003 10:32 AM
> > > To: CF-Talk
> > > Subject: RE: Flash Remoting Issues with CFMX
> > >
> > >
> > > /WEB-INF/web.xml
> > >
> > > In the "FlashGateway" servlet section, change "DISABLE_CFWS_ADAPTERS"
> > boolen value to "false". Restart.
> > >
> > >
> > >
> > >
> > > Collin Tobin
> > > CFMX QA Engineer
> > > MacromediaR
> > > What the web can be.(tm)
> > >
> > > Announcing Macromedia DevNet Subscriptions
> > > Maximize your power with our new premium software subscription for
> > Macromedia developers
> > > Find out more: <http://www.macromedia.com/go/devnetsubs/>
> > >
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Mike Townend [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, June 18, 2003 11:27 AM
> > > To: CF-Talk
> > > Subject: RE: Flash Remoting Issues with CFMX
> > >
> > >
> > > Are you running updater 3 on the cfserver?
> > >
> > > I believe they switched that off for this update... So you will need
> > > to
> > edit
> > > one of the XML configuration files for CF and switch it back on...
> > > Cant remember which one, but I assume the U3 release notes will have
> > > this documented
> > >
> > >
> > > HTH
> > >
> > > Mikey
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Igor Ilyinsky [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, June 18, 2003 16:01
> > > To: CF-Talk
> > > Subject: Flash Remoting Issues with CFMX
> > >
> > >
> > > Any remoting gurus out there?
> > >
> > > I have an app that uses Flash Remoting to consume local CFCs and as a
> > proxy
> > > to consume remote web services. However, on my host, the first part
> > > works, but the second part (consuming remot web services) does not.
> > > Are there any configurational changes that I am overlooking? Any
> > > suggestions?
> > >
> > > I was going to try consuming my CFC as a web service through the Flash
> > > remoting proxy, but I'm not sure what that should indicate to me. Any
> > > insights? Or a different list that may be able to help.
> > >
> > > TIA
> > >
> > > -Igor
> > >
> > >
> > >
> > >
> >
> >
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to