all groups > macromedia flash flash remoting > march 2004 > threads for march 22 - 28, 2004
Filter by week: 1 2 3 4 5
Flash Portlet with Remoting
Posted by tjpotter at 3/28/2004 6:59:04 PM
I'm interested in developing rich Internet Portlets that adhere to the JSR 168
and WSRP Portlet specifications using Flash MX technology. I have a couple of
questions/concerns:
1) Flash MX Remoting Gateway integration into the Portlet framework.
With Portlets, all requests from a Portlet... more >>
Flash2004 -- SQL Server --> Flash Remoting
Posted by Ptiper at 3/26/2004 2:42:39 PM
Hi everyboby, I've got a question for U all, I have to dev an appli
involving Flash 2004 and a DB SQL Server.
I'm looking for information about the architecture to start with.
Can I have
[Flash2004, ASP pages and SQL Server] directly
or
[Flash2004, Flash Remoting, ColdfusionMX, SQL Server] is... more >>
display data
Posted by cheggers at 3/25/2004 1:56:08 PM
I have managed to import a data object with about ten colums and multiple
records into flash. I di d this using a cfc in coldfusion. I am now trying to
display this data.
What is the quickest way of achieving this ?
I have tried using the dataGrid component but have not yet manages to ge... more >>
How to Export flash movies to picture files?
Posted by Siavash at 3/25/2004 9:54:34 AM
Hi,
In my movie users can drag some object in stage (such as: Text, Image ?) and
create a greeting cart.
Now I need to save it in server on image format. I want to print that greeting
cart and send it to a person.
How can I export any flash movies to one of image format (from client to
... more >>
Remoting RecordSet to DataSet
Posted by refriedChicken at 3/24/2004 9:46:12 PM
I am trying to take a recordset returned from a cfc via remoting into a dataset
that can be looped through. The following code is what I have:
popup_data = {};
popup_data.onResult = function(rs){
trace("Remote Data for popup");
trace("result Length: " + rs.length); //displays the num... more >>
Errors Installing Flash Remoting
Posted by seesaw at 3/24/2004 1:55:28 PM
I am trying install FlashRemoting on a linux server with Tomcat. I am doing
the install with the following command
./flashremoting-java-linux-en.bin -i
I then receive the following feedback:
Preparing to install...
Extracting the installation resources from the installer archive...
... more >>
flashgateway API ?
Posted by alan_leung at 3/24/2004 10:57:37 AM
hi,
I would like to ask is there any API that i can know whcih method i can use in
flashgateway by using java? from the documentation for flash remoting, i only
know i can use get(), put() and getType() for ASObject class ... thx a billion.
alan.
... more >>
Sun One Application Server
Posted by Cocwaye at 3/24/2004 4:06:33 AM
Hi,
I am new to flash remoting. I am using Sun One Application Server for the web
service:
http://localhost:81/flashservices/gateway ...... and it come to me,
netConnection.Call.BadVersion
how to know that the service is up ??
can any one tell how to deploy the .java file into my appli... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
flash/coldfusion
Posted by macca242424 at 3/23/2004 5:43:24 PM
i am calling items from a database into a list box in flash, which lists every
item in the database.
i want to change this so when a user clicks a specific button in the preovious
cfm page it displays only a selection of items in the flash list box.
i can get it to work in cfm but i really... more >>
Flash Remoting AS 2.0
Posted by traden at 3/23/2004 3:53:35 PM
I've just downloaded the remoting components for mx 2004. I was wondering when,
or if it i opssible to intergrate remoting into the new AS 2.0 class based
structure. I know that the NetService class have an instrisic version built
that exist in the classes directory...but intrinsic classes are... more >>
Recordset Null Values
Posted by TheScarecrow at 3/23/2004 3:21:02 PM
I have a coldfusion database that I am pulling employee data from. There are
portions of the database that are NULL or empty based on the employee. How do
I prevent Flash from displaying NULL as a value. Can you loop through the
records values and replace them with " " if they are null? or ... more >>
Flash remoting with C#
Posted by CSharpee at 3/23/2004 1:30:12 AM
Hi there,
I was wondering if anyone here is an expert at Flash Remote procedure calls.
I have written some functions in C# that basically query a database and I would
like to retrieve the recordsets and place them in a datagrid within Flash. I
installed flash remoting for .NET and I am usi... more >>
macromedia site's flash menu system
Posted by Finty at 3/22/2004 3:42:54 PM
I'm designing a menu system in flash for a website that uses javascript &
framesets. Whenever I select a section from the flash menu I want that section
button to change colour so that its clear that the user is now in that section.
The problem arises when I navigate to a section from a lin... more >>
BadVersion
Posted by Cocwaye at 3/22/2004 9:52:57 AM
Does anyone can tell me what is "netConnection.Call.BadVersion" ?
Thanks
... more >>
Flash Remoting/Java http://404 error
Posted by crzymnmchl at 3/22/2004 5:31:16 AM
Just starting this stuff - everything looks good in TomCat dirs:
C:\Program
Files\jakarta-tomcat-5.0.19\webapps\flashgateway\WEB-INF\lib\flashgateway.jar
C:\Program Files\jakarta-tomcat-5.0.19\webapps\flashgateway\WEB-INF\web.xml
has FlashRemoting servlet mapped to /gateway
Following Tom M... more >>
|