all groups > macromedia flash flash remoting > may 2004 > threads for may 22 - 28, 2004
Filter by week: 1 2 3 4 5
where on server do I paste "NetServices.as" file
Posted by artane at 5/28/2004 6:02:04 PM
hey guys,
I'm trying to make this hello world example work and I get an error saying:
An error occurred : Service threw an exception during method invocation: null
I'm curious, where on my site do I need to paste the "NetServices.as" file?
The first line in my actionScript is: #includ... more >>
Flash remoting MX and Weblogic
Posted by jeng83 at 5/28/2004 9:42:58 AM
Hi, i'am new to flash remoting MX. Now, i'm working with flash MX pro 2004 and
BEA weblogic server. Can anybody tell me where i can find tutorial and article
or examples about using remoting component and weblogic server?
Thank you!!!!
... more >>
Local aplication that updates when connected
Posted by Rossco G at 5/28/2004 1:20:29 AM
I'm trying to build a stand alone application that is used as a sales tool on a
laptop, this sales tool is managed via on online .NET application. ie. product
name, model, images etc.
When the salesperson is online i want the application to go and retrieve the
latest data and cache it on t... more >>
How to pass ASObject back to .Net Assembly?
Posted by mrism at 5/27/2004 10:09:46 AM
Hi Guys,
Can any one help me out how can I pass back an ASObject back to .Net assembly method and then read the values from it in the assembly method to process it further ??
Thanks
... more >>
Debugging with Remoting
Posted by Vidal at 5/26/2004 3:24:14 PM
When I select Control/Test Movie everything works fine except for some script
unrelated to my Flash Remoting calls. So, I selected Control/Debug Movie, I
can't debug the script that's unrelated to the remoting calls, because the data
I'm loading into the movie no longer loads. Is this a bug ... more >>
install flash remote mx 2004 Proon mac problem
Posted by visual-wow at 5/25/2004 9:19:06 PM
I can not install the component. It was a folder on download. After playing
with root and such on mac it finally turned into an icon application. But never
the less it tries to launch and intall flash remote and cannot. Any solutions?
thanks
... more >>
Flash MX Remoting Components
Posted by bonifacas at 5/25/2004 5:51:49 AM
Flash MX Remoting Components
Do i have to pay for remoting components for Flash MX if i have Flash MX license?
... more >>
setDataProvider and list component question
Posted by hAndyMan03 at 5/25/2004 4:16:32 AM
I'm using a list component (flash mx 2004 pro) to display all the members i my
Access Database. I order to to that i have a coldFusion Mx component (cfc)
which returns firstName, lastName and ID.
I use the following code to populate the list component (and that works fine):
myList.setDataP... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
In Progress returned from remoting recordset
Posted by Vidal at 5/24/2004 4:28:09 PM
Hello,
I'm using Remoting to return a recordset. The first 10 records are returned,
but after that "In Progress" is returned. Here's the code I'm using:
function getCustomers_Result( result )
{
result.setDeliveryMode("fetchall");
var intLength:Number = result.length;
... more >>
Remoting with ActionScriptV2
Posted by Gundja at 5/24/2004 2:11:35 PM
Hi,
I am trying to do Remoting with actionscript V2.
i've got a class which is the entry point of the application like that :
class Application {
static var globalGateway:NetConnection
public static function getGateway():NetConnection
{
if(this.globalGateway==null)
{
... more >>
Server Requirements !
Posted by ajknight at 5/24/2004 10:57:36 AM
Does flash remoting require any particular components to be installed on the
server. ??? I am still a little niave when it comes to flash remoting, so i am
wondering are the flash remoting libraries hosted on the server or within the
flash player itself.
Help appreciated!!!
... more >>
|