all groups > macromedia flash flash remoting > june 2005
Flash Remoting Classes in external AS2 Classes
Posted by JoeBazz at 6/30/2005 12:00:00 AM
Hello!
Well, I just started a critical part of my flash application development - I?m
implementing the sections of the site using a MVC (Model View Controller)
approach based on the Essential ActionScript 2 explanation and code. My site
has a album section which opens albuns of pictures in... more >>
General remoting help
Posted by jrpugh at 6/29/2005 12:59:52 AM
I am a CFC with my AS. The page loads fine with all data from the "Test Movie"
menu item but once loaded to the site it no data is displayed, only variable
definitions. The code I am running in the test movie is exactly the same as
on-line, meaning I am not using a localhost for anything, al... more >>
Help : Using the RelayResponder
Posted by lewisw5 at 6/29/2005 12:00:00 AM
import mx.remoting.Service;
import mx.rpc.RelayResponder;
import mx.remoting.PendingCall;
import mx.rpc.ResultEvent;
import mx.rpc.FaultEvent;
import mx.services.Log;
function getString_Result(evt:ResultEvent):Void {
responseAreaText.text = evt.result;
}
functi... more >>
Help needed with installation
Posted by balupton at 6/28/2005 7:55:46 AM
Can somone give me step by step instructions on how to install this and its
components and anything else that is required.
The only thing i have installed so far is flash mx 2004 7.2
Which files do i download? do i download the updates?
Thanks
-Balupton
... more >>
amfphp:
Posted by dubya at 6/25/2005 7:41:01 PM
hey everybody
amfphp: i've been struggling with it for five hours now. i've had enough and
i'm going to stop.
what's the deal? i've got this hunch that this problem is about versioning.
which versions of:
flash
remoting components
amfphp
php itself
should i be running to ge... more >>
Enabling Remoting license in IIS 6.0
Posted by Danjea at 6/23/2005 8:30:19 PM
I'm running an ASP.NET web application under IIS 6.0/W2K3 using the MX Remoting
license. It works fine when the swf files within the application are looking
at localhost for the gateway files. However, it fails when I point the swf
files to the IP address of the application even though the b... more >>
Flash Remoting & .NET 1.1 "Object Reference" Error
Posted by The_Plague^ at 6/21/2005 12:00:00 AM
I have a Remoting project I am working on with ASP.NET, Framework 1.1
When I test the flash file I receive Object reference not set to an instance
of an object, returned as an error from the service.
When I go to my ASPX page the data displays properly and shows inside the
datagrid without... more >>
ASP.NET 2.0 using Flash Remoting - URGENT
Posted by nsnvas at 6/20/2005 12:00:00 AM
Is there anybody worked Flash Remoting on ASP.NET version 2.0 (beta2)?
If so can you post a sample "hello world" sample.
Thanks a TON in Advance!!!!
-SN... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash remote calls and Performance testing with LoadRunner
Posted by Lana1983 at 6/16/2005 6:52:55 PM
Hi
I believe Mercury LoadRunner can not run flash plugin. Therefore, in an
application that ultilizes flash remoting calls to the servers, will they be
recorded correctly?
In another word, can we use Mecury LoadRunner for these flash applications
with remote calls? What's the way to go... more >>
flashremoting_comp_as20-win-en.exe Crashes in Win2003 SE SP1
Posted by mikelawrence at 6/14/2005 12:00:00 AM
When I run the flashremoting_comp_as20-win-en.exe on my Win2003 Standard
Edition Server, I
get a InstallAnywhere Application Error window:
Instruction at 0x00421cb0 referenced memory at 0x000. The memory could not
be written.
OK to terminate...
Is there any other way to insta... more >>
Please.... help just small thing
Posted by Kryss2099 at 6/13/2005 9:28:16 PM
Hi,
My application is close from completion, actually I just miss one little
thing, I've searched the forum and Macromedia site for days,
When my datagrid displays the result I would like the user to choose a data in
the column "CERNO" and append it to the URL so as to open the target pa... more >>
Netservices.as
Posted by jfillman at 6/7/2005 10:47:01 PM
I seem to recall that with Flash MX 2004 that the syntax for #include
"NetServices.as" AND #include "NetDebug.as" changed, but I can't seem to get it
right.
Anyway, I get the following error when trying to use the #include code above:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line ... more >>
Returning value from myFunction_result
Posted by mshaheen220 at 6/7/2005 8:45:50 PM
I have a simple remoting call that returns a user name based on a supplied ID.
It works fine if within myFunction_result I set the value of a text field to
the return value of the function. But, I don't want to set a specific textfield
with the value. Instead, I'd like to return the value of t... more >>
|