all groups > macromedia flash flash remoting > january 2004 > threads for january 15 - 21, 2004
Filter by week: 1 2 3 4 5
Include "NetServices.as" not found
Posted by WorkRequest at 1/20/2004 8:11:26 PM
I am using Flash MX Professional 2004. I got the following error when I test my Flash.
I didn't install Flash Remote, I think it is already included in the Flash MX Pro 2004, isn't it?
**Error** Screen=application, layer=Layer 1, frame=1:Line 1: Error opening include file NetServices.as: File no... more >>
What this code meaning?
Posted by Yashnoo at 1/20/2004 7:00:18 PM
Hi everyone:
I want to run an example of dataGrid with Flash remoting.I use Tomcat (jsp server). The Remote doc says:
"13. Inside the parenthesis, type ?http://localhost:8100/flashservices/gateway? for the location of the Flash Remoting servlet that handles all remote requests. Use the port n... more >>
remoting and active directory
Posted by Anton_FA at 1/20/2004 1:17:56 AM
Hi there
I was wondering if anyone had used Flash remoting to display and query the Active Directory?
if so, does anyone have any examples?
thanks
... more >>
Problem debugging a flash remoting program
Posted by arjunurs at 1/16/2004 8:46:33 PM
Hi,
The flash remoting application does not display any output and it doesn't show any error either. I have a apache server with php and mysql running on a windows 2000 machine. I have checked the configuration of each of these and they seem to be working fine.
Flash Source
/*** Section 1 *... more >>
Can Flash remoting respond to server events?
Posted by zip_2 at 1/16/2004 7:26:09 PM
In the documentation I see that Flash Remoting MX can call web services or other services on the server. But can it respond to server-side events? Can the server call all listening Flash applications to perform some action?
This could be a group chat application, or updating a data set that chang... more >>
Put a CF struct into a Flash Datagrid
Posted by fragnrock at 1/16/2004 4:03:36 PM
I have some problems putting the content of a coldfusion structure into a datagrid component.
If I use this AS code, Nothing appears :
function freestruct_Result(result){
//mydrid is my datagrid component
mygrid.dataProvider = result;
}
My cfc component looks like this :
<cf... more >>
Problem with remoting
Posted by fragnrock at 1/15/2004 5:14:29 PM
I've got a problem with remoting. I'm using flashMX pro 2004 and coldFusion's CFC. It's work great under FlashMX environment but it does'nt work when I publish my flash on my web server.
Source of my flash
// Include the required classes for Flash Remoting
#include "NetServices.as"
// Set... more >>
Passing array from CF to Flash
Posted by lshake at 1/15/2004 4:07:06 PM
This is my first attempt at flash remoting. I can't seem to find a simple answer anywhere for this. It may be that the answers are there, but just over my head.
I want my Flash application to pass a variable to a CF page, which then runs a query using that variable, then passes the results back... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
What needed?
Posted by fragnrock at 1/15/2004 9:38:19 AM
Hi, I have coldfusionMX Pro server installed on my server. I want to make some flash remoting pages (FlashMX and Coldfusion).
I'd like to know what product I have to install on my server to do flash remoting.
Thanks
... more >>
Flash remoting only works for localhost on PetMarket application on ASP.NE
Posted by scarpenter at 1/15/2004 1:25:42 AM
Hi, I have installed the Macromedia PetMarket application on the ASP.Net platform, and I have gotten it to work using localhost in the url: http:/localhost/petmarket
I have a licensed copy of Flash Remoting, and tried to access the petmarket application using the actual IP address, instead of l... more >>
|