I received a few respones from various places, here are the 2 most viable options (below). Let me know if either works well for you.
-Igor _______________________________________________________________________________ >From Mark Altenberg: There is sparse Firefly API documentation here: http://www.macromedia.com/software/dataconnection/resources/api_documentation/ If you check: Firefly Components > Plugins > Remoting > FxRecordSetConnectorClass > Methods you will encounter a method called setSourceUrl, and I believe that will accomplish your ends. _______________________________________________________________________________ >From Cory Hanson: We were able to bypass the Component Parameters Panel by modifying the FxRecordSetConnector component. Within the component, search for the following: con.setSourceUrl( this.sourceUrl ); We then replaced it with something like the following: con.setSourceUrl( _root.sourceGatewayUrl ); Then we passed this variable (sourceGatewayUrl) into the movie from coldfusion (or whatever way you want). This may not be the best way, but we preferred to have the component look for the gateway in another location. There were some weird problems with setting the other parameters in that Component Parameters Panel... Once you get your SERVICE and METHOD set (with GATEWAY blank), don't click back in the GATEWAY field! Clicking in the GATEWAY for anything will wipe out your SERVICE and your METHOD. :-) -----Original Message----- From: Brad Howerter [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:11 PM To: CF-Talk Subject: Firefly Remoting from CFMX Igor, my coworkers are trying to do the same thing. If we discover a way to do it, we'll post here. If you beat us to it, please let us know. -- Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

