all groups > macromedia flash flash remoting > june 2004 > threads for june 15 - 21, 2004
Filter by week: 1 2 3 4 5
Multiple Service Calls
Posted by sitestrux at 6/21/2004 7:23:45 PM
Are there any rules for multiple concurrent Service calls? I'm building an app
where different objects are independently calling remoting services to populate
data. (I'm using AFMPHP and Remoting MX 2004/ AS 2.0):
If more than one service is called from the same frame, the following error... more >>
remoting.Net and web.config
Posted by titouille at 6/21/2004 6:41:01 PM
Hi hello !!!
I'm running on WinXP home edition and can't install IIS on this OS. (I
can with a special trick, but want not to install it, I use webMatrix
and it's Cassini webServer.)
Anyone can copy/paste the content of the web.config in the
wwwRoot/flashremoting, please ??
:)
Than... more >>
AMFPHP vs Flash remoting
Posted by bossche at 6/21/2004 1:26:23 PM
Hi
Just want a small poll here.
I want to set up a database drive website made in flash. Except for the
different in languages (PHP / ASP.NET) and the cost for Flash Remoting (999 $)
I want to know which one is faster in delivering data to flash, which one is
easier to develop, which one... more >>
SENDING EMAILS WITH FLASH AND COLDFUSION
Posted by fefel0 at 6/20/2004 4:18:24 PM
HOLA
IM PRACTICE TO SEND SOME EMAILS TROW COLDFUSION AND FLASH BUT IT NOT SEND TO
MY RECIPIENT
IM MY FLASH FORM I HAVE SOME INPUT FIELS THAT I LOAD IN A VARIABLE CALL CFDATA
AND SEND IT TO A CFM FILE CALL SENDFEEDBACK..CFM BUT IT NOT WORK
I HAVE SET THE STMP WITH MY MAIL.COMPANY.NET ... more >>
LoadVars.send()...please help! Gotta B a way!
Posted by Sharkmenace at 6/19/2004 4:00:29 AM
Wow, the posts in this forum looks reeal skimpy.
I've finally gotten to the .send() method to work and it brings frustration to
know tha macromedia has still not built a solid programming model. >>taking
deep breaths<<
I'm new to remoting & PHP and my server doesn't allow sockets :( WTF... more >>
.Net remoting with AS2 remoting components and classes
Posted by titouille at 6/18/2004 2:41:30 PM
Hi hello everybody !!
First, sorry for my poor english, this isn't my mother tongue :)
Ok... I want to use the new FlashRemoting AS2 components and classes
with .Net assembly...
So I create a very simple assembly, with just one method who return a
"hello world" string. I add FlashGatewa... more >>
publish flash site using remoting
Posted by shacke at 6/17/2004 9:03:10 AM
Error opening URL "http://localhost/flashremoting/gateway.aspx"
I receive this error when I publish the file from the flash.
The browser shows no error for this URL.
I have the flash remoting, the flash remoting component and the IIS 5.1
installed.
Please advice
... more >>
CF error when parsing update packet
Posted by derobinson at 6/16/2004 3:39:57 PM
I have a Flash application that is passing an Update Packet back to a CFC. I
keep getting the following "SERVER.PROCESSING" error in the NetConnection
Debugger:
"Service threw an exception during method invocation: Document root element is
missing."
I'm ouputting the packet into a text... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
From Remoting AS1 to Remoting AS2
Posted by initObject at 6/16/2004 7:15:38 AM
hi,
i try to make my remoting app work with the new remoting API AS2.0, i try to
call a remote web service with Flash Remoting, it was working with the
netServices object like this :
#include "NetServices.as"
var myURL = "http://fs27/flashremoting/gateway.aspx";
var myServicePath... more >>
How to check net connection?
Posted by Jeremy Tan at 6/16/2004 1:17:08 AM
Can someone teach me how to make the flash check for a internet connection before communicate with the server?... more >>
System.security.loadPolicyFile issues
Posted by varmac NO[at]SPAM tmlp.com at 6/15/2004 7:19:00 PM
Hi
idf I add the code as suggested in the article @
http://www.macromedia.com/devnet/mx/flash/articles/fplayer_security.html
System.security.loadPolicyFile("http://www.mysite.com/flash/myPolicy.xml");
loadVariablesNum("http://www.mysite.com/flash/vars/myVars.txt",5);
it returns a ... more >>
prob changing data in datagrid result
Posted by dave66 at 6/15/2004 5:47:48 PM
I'm new to flash remoting and I'm trying to load the result set from a CFC
query into a datagrid (Flash MX 2004 Pro, using DataGrid UI component).
So far, I've been successful in doing this with one BIG problem. When I
attempt to modify the values in the datagrid, the datagrid reverts back ... more >>
gateway url not defined in flash 7
Posted by allan_h at 6/15/2004 5:06:19 AM
I have a connection to a Coldfusion function working fine using Flash MX. When
I save as Flash MX 2004 (so I can use the components in MX 2004), the player
comes up with this error:
NetServices warning 4: createGatewayConnection - gateway url is undefined
Here's the code for the connecti... more >>
|