all groups > macromedia flash flash remoting > january 2005 > threads for january 1 - 7, 2005
Filter by week: 1 2 3 4 5
URLEncodedFormat in remoting
Posted by kinetic at 1/7/2005 10:44:25 PM
Hey all, Happy New Year! I am returning some stuff from a database to flash
via CF remoting. I need to format some of what I am returning with
URLEncodedFormat. I tried this: <cffunction name='getNews' access='remote'
returnType='query'> <cfquery name='news' datasource=#db# username=#us#
... more >>
Can't import classes in Flash Remoting for Flash MX 2004 ActionScript 2.0
Posted by Kodde at 1/7/2005 4:17:04 PM
I've problems importing the classes that come with Flash Remoting for Flash MX
2004 ActionScript 2.0. I've installed it properly but when I run for example
the following code:
import mx.remoting.Connect;
var con1:Connection = new Connection();
I get this message:
class 'mx.remoting.Con... more >>
I just don't get it!!!!
Posted by Tomdogggg at 1/5/2005 9:47:34 PM
Check this out, it's pissing me off majorly. The web services panel in Flash
shows 2 functions in the web service in question, so it definately exists; but
when I call the last function(a very simple one just querying the entire
database), it screws up.
Here is my Cold Fusion code:
<cfc... more >>
Getting data from MySQL database
Posted by Ekur at 1/4/2005 10:10:58 AM
I've earlier only used php to recieve data from my MySQL database.
Now I'm working on a flash MX 2004 application and would like to get and
insert data to the same MySQL database. I've read a few articles on the
internet and it seems to be a bit complicated. Do I have to install ColdFusion
t... more >>
install issues.
Posted by wadearnold at 1/3/2005 3:26:57 PM
I am working on an installation of Flash Remoting for Java. The most un support
macromedia porduct although one of the coolest. [/home/wadearno/java]#
../flashremoting-java-linux-en.bin -i console Preparing to install... Extracting
the installation resources from the installer archive... Con... more >>
Flash Remoting Weirdness
Posted by SeanRenet at 1/1/2005 10:10:33 AM
I am having the weirdest problem ever. I have some web services (coldfusion
cfc's) that I can successfully call from both php and coldfusion. I decided
to build a flash interface for them. In FLASH MX 2004 PRO, they work fine when
I test the movie (Control>Test Movie). I can see the metho... more >>
|