all groups > macromedia flash flash remoting > december 2004
Filter by week: 1 2 3 4 5
Remoting Component installation?
Posted by dtsammons2 at 12/28/2004 6:54:42 PM
I've installed Flash Remoting components on my local system, (where I build applications). Do I need to install them on the Coldfusion MX server to make remoting work?
ds... more >>
Managing connection and services
Posted by Jeff at 12/28/2004 1:02:00 PM
Hi list,
I am looking to make the leap from basic remoting calls from timeline to
using one (or more) AS classes to 1) establish a connection, 2) get multiple
references to services (e.g. ColdFusion CFC's in my case). I'd also like to
end up with a template that makes it easy to add services and... more >>
hosting Flash Remoting for ASP.NET
Posted by codegeek at 12/22/2004 8:31:59 PM
Does anyone know of a web host that supports Flash Remoting for ASP.NET?
I am having a difficult time finding one to host my web site...
I would be incredibly grateful!... more >>
MS Access Multiple Field Searches
Posted by Tomdogggg at 12/21/2004 2:49:52 PM
I've been working on building an advanced search for a database, but I can't
get it past 2 variables(and arguments). I can't do it as simply as just
searching all fields, I have 8 separate arguments I would like to be able to
use in the search. My current code is as follows:
<cfcomponent ... more >>
Memory Leak and Performance problem in flashgateway.jar
Posted by mikelawrence at 12/20/2004 5:48:07 PM
Macromedia,
There is a large memory leak in the flashgateway.jar. Each time a flashgateway
method is called it is added to a method cache hashMap to reduce the number of
Java introspection calls However, the key it is using is a StringBuffer object
instead of the toString() value. Therefo... more >>
NetConnection Debugger Problem
Posted by derobinson at 12/19/2004 5:56:35 PM
hello All--
Just moved over to a new box. I thought I had everything installed in my new
environment, but things aren't wroking quite as expected. I'm opening projects
that I previously developed on my old machine (where everything worked
properly) and I'm not getting any ouput to the NetC... more >>
Flash remoting components for AS 2.0 and AS1.0
Posted by William... at 12/16/2004 8:24:35 PM
Hi there,
I am wondering if both Flash remoting components for AS1.0 and AS1.0 can be
installed with Flash MX Pro 2004. The reason is I ask, is because, there are
times I would want to make use of the deprecated classes such #include
Netservices.as for my flash apps for backward compati... more >>
Sample asp.net Flash Remoting
Posted by bigredmaching at 12/16/2004 5:24:21 PM
Hi, When I try to view one of the sample flash remoting asp.net applications
it displays the loading screen and then doesn't progress any further. The files
are in the default directory Inetpub\wwwroot\flashremoting\samples where setup
installs them to, what do I need to do to get the sample ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HELP: flash application failed to connect via socket sometimes
Posted by Wing at 12/14/2004 10:22:58 AM
Hi all,
I've a flash application connect to a server A via socket, if I load
that flash application in my flash website (located in server B),
sometimes it's failed to connect the socket server. but if I load the
application standalone, everytime the connection is successful.
I suspect i... more >>
NetServices.as ?????
Posted by k.stannard at 12/13/2004 8:14:28 PM
When I try doing a simple beginner tutorial with Flash Remoting, I am
instructed to insert #include NetServices.as in the first frame of
ActionScript. (I have installed the remoting components for ActionScript 2.0.
I am using Flash MX 2004 Professional and the server is ColdFusion MX.) I
... more >>
Security
Posted by tsamu at 12/13/2004 8:06:36 PM
I've a problem about :
NetServices.setDefaultGatewayURL('http://yourhost/gateway'); lets say,
somebody 'decompile' my swf he/she can connect to http://yourhost/gateway also,
and can call my service methods too is there any solution to solve this
problem?
... more >>
No more #include "NetServeces.as"?
Posted by Hendro Soetrisno at 12/10/2004 8:27:16 PM
I am using Windows XP and Flash MX Professional 2004.
I just tried to do some Flash Remoting for the first time.
I went to
http://www.macromedia.com/software/flashremoting/downloads/components/ to
install Flash Remoting for the first time.
I chose ?Flash Remoting Component for ActionScript... more >>
Flash Remoting vs. Flex
Posted by GuyInTn at 12/10/2004 8:35:52 AM
Hi all,
Where I work we have a coldfusion CRM/Email/Database Marketing application
that is access over the web by our clients. We are going to be giving it a
major facelift starting in the first quarter of next year. We are wanting to
make it more of an RIA and with that, we are looking at ... more >>
Designs for remoting?
Posted by FF at 12/9/2004 11:18:42 PM
I am having reasonable success with remoting from the main timeline.
However, once I place the remoting code into a function my callback
functions (_Result and _Fault) don't get called. If I pull just the callback
functions back out onto the timeline (no longer in function) then everything
wor... more >>
CFLOGIN w/ Remoting
Posted by pudrocker at 12/9/2004 3:33:18 AM
Extreme newbie here, so please bear with me. Could someone please explain to me
if this code is valid?
<CFFUNCTION NAME = "myLoginFunction">
<CFLOGIN>
<CFIF isDefined("cflogin")>
<CFQUERY NAME="query"
DATASOURCE="MyDatabase">
SELECT Roles FROM SecurityRoles
WHERE username='#cflogin... more >>
Remoting gateway connection
Posted by kmontecalvo at 12/8/2004 9:46:18 PM
Hello all,
I have started to create a site on a ColdFusion MX host that has remoting
components installed. Per their instructions, I am trying to connect using
http://mindthrive.com/flashservices/gateway. The host structures its folder by
having the name of the site as the root and then a ... more >>
Synchronous programming
Posted by aloha_developer at 12/7/2004 9:55:40 PM
Flash is asynchronous. When making a flash remoting service method call flash
does not wait for a response before executing the next command. I have a
program that needs to wait for a response from the server. That is I need the
server to send me the name of the current user after which I... more >>
Formatting Date Time in a DataGrid
Posted by mshe at 12/7/2004 7:52:50 PM
Is there a way to format the datetime in a datagrid? My datetimes are showing
up as: 'Tue Dec 7 09:44:30 GMT -0500 2004' Basically I just want 'Tue Dec 7
14:44:30 2004' or whatever datetime I specify. Is there a way to easily
format the time? I'm using a datagrid with flash remoting + asp... more >>
I give up...
Posted by Krogman at 12/6/2004 9:36:18 PM
Good Day I'm brand new to the whole Flash remoting idea so I worked through a
couple of tutorials on the MM site and I think I'm very close to getting my
'Hello World' example to work. I have searched all the forums for help with
this, but I'm about to give up. Can someone please explain to m... more >>
Getting Address Line
Posted by socalfish at 12/5/2004 1:11:31 PM
I am trying to get the url address line variables from IE when Flash is
launched and put them into variables to be used later to direct the user to
different url address's at the end of the presentation. In all my research I
have not been able to locate anything easy to help me. Does anyone ha... more >>
Issue with Flash Remoting .NET
Posted by DrKo at 12/2/2004 8:52:45 AM
I installed .NET flash remoting when I try to run the web service example
(credit card check) it does not work. Generally I don't manage to run any WS I
get an gatway error. Is there anything to configure? Is there any doc for
installation?
Any help will be welcome
... more >>
|