House of Fusion
Home of the ColdFusion Community
Hostmysite ColdFusion Hosting

Search adobe-integrated-runtime

July 20, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  Adobe Integrated Runtime (AIR)

My First Apollo App

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Rick Root
05/09/2007 01:24 PM

I'm attempting to do my first apollo app by converting an existing Flex 2 app that uses Flex Remoting. I followed the instructions for setting up an apollo project, modified the mx:ApolloApplication attributes as I needed, and then copied everything in from my old mxml file (obviously except the mx:Application tag) Then I hit the debug button to run it... I got an error when attempting to access the remote object: Channel.Connect.Failed error : NetConnection.Call.Failed: HTTP: Failed: url: 'https://odeUtility-debug.swf/flex2gateway/" It's pretty clear that it's got the URL for the flex2gateway wrong, but I don't know why.  It's very intersting that the "C" from the beginning of the swf name (it should be CodeUtility-debug.swf) is missing.. although it shouldn't be in the URL at all, should it? I'm using flex builder to compile.  The app works fine as a web app (see here, https://www.it.dev.duke.edu/go/codebook Thanks. Rick -- CFMBB - Coldfusion Message Boards, Version 1.21 Now Available! http://www.cfmbb.org

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Rick Root
05/09/2007 01:38 PM

Shucks, after a little more googling I found that hardcoding the endpoint into the remoteobject tag is apparently necessary, and it works now! Rick


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists