all groups > macromedia flash flash remoting > january 2004 >
You're in the

macromedia flash flash remoting

group:

What this code meaning?



What this code meaning? Yashnoo
1/20/2004 7:00:18 PM
macromedia flash flash remoting: 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 number of the server where you deployed the Flash Remoting MX server."

What the "/flashservices/gate" meaning? I haven't this servlet. My web app haven't this directory so the app can't run property. Someone had test this example?
How to fix it?
Thkes!

Re: What this code meaning? fragnrock
1/23/2004 8:47:52 AM
I didn't use tomcat but coldfusionMX which has a built-in support of flash-remoting.
http://localhost:8100/flashservices/gateway/ is a virtual directory that normaly display a blank page when you try to watch it in a web browser. If you have an error message, it means that your server isn't configured to support flash-remoting.

Did you have installed Flash remoting MX?

Re: What this code meaning? Yashnoo
1/26/2004 2:50:23 AM
I install it . And I resolve it.only add Attribute to web.xml.

If I read many data from database to DataGrid,how to paging? I mean I want to display 10 records per time. How to do it?

Re: What this code meaning? fragnrock
1/26/2004 8:23:32 AM
I don't know If it can helps you but you can return recordsets to flashMX in increment with coldfusion. Perhaps you can do the same with Java (?)

Did you read this doc? http://livedocs.macromedia.com/flashremoting/mx/Using_Flash_Remoting_MX/

There is a java section.

Re: What this code meaning? Yashnoo
1/26/2004 3:02:41 PM
I use java programming. I get many data from database frequently. If you get 10,000 records from mySQL how do you process them? load them to DataGrid one time? I want to populate them several times. Do you have better sugguestion? : )

AddThis Social Bookmark Button