all groups > macromedia flash flash remoting > october 2004 > threads for october 1 - 7, 2004
Filter by week: 1 2 3 4 5
How to pass a structure to a CFC???
Posted by SteveSt at 10/7/2004 9:46:38 PM
I have a cfc that requires a structure to be passed in:
<cffunction name="getContracts" output="true" returnType="struct"
access="remote">
<cfargument name="structContracts" type="struct" required="yes">
<cfset var tReturnValue = structNew()
<cfset tReturnValue.bSuccess = true>
<... more >>
Flash can't call ColdFusion Component using CF Ma
Posted by DARAB at 10/7/2004 2:12:21 AM
I need to connect to a ColdFusion Component from Flash (2004). Every thing
is working fine if I use the <web folder>dot<ColdFusion Component Name> syntax.
When I use a ColdFusion mapping locally or remotely, nothing happens. When I
use the mapping locally and run the Netconnection Debugger... more >>
Using J2EE Back End - What is DataGrid Expecting?
Posted by TiredOne at 10/6/2004 9:15:32 PM
I have MX 2004 and have loaded the remoting for AS2. I am trying to retrieve an
ArrayList into a DataGrid. Flash gets to the java server and successfully
executes the retrieval, but when the ArrayList comes back into the remoting
connector, it is an array of empty objects (as seen in debugger)... more >>
remoting not working in mx 2004
Posted by folerf at 10/6/2004 2:48:37 PM
I have been working with remoting in mx, but when i try the same exact code in mx2004 it won't work. did anyone have any similar experiences? any suggestions how to get it to work? thanks... more >>
AS 2.0 Classes not installed?
Posted by Silverline at 10/6/2004 11:29:12 AM
Hello,
I am using Flash Remoting to connect to a dotnet assembly, but I think the AS
2.0 classes are not being installed on my computer, even though the AS 2.0
classes installer completes successfully. After installing the classes
directory contains a folder called "remoting", but that fol... more >>
How is Flash Remoting installed
Posted by hasanali00 at 10/6/2004 9:12:40 AM
Hi
I tried to look for this answer on the website, but could not find one.
My question is: if I buy Flash Remoting. where is it installed. Is it
installed on a web server, or on a local machine.
If it is installed on a web server, would I have a problem installing it on a
shared hostin... more >>
JUST GET ME CONNECTED
Posted by stebennettsjb at 10/5/2004 3:02:40 PM
Hi, i've been making a website using cfcs flash remoting (on mx 2004) it works
great on my home computer using coldfusion developers edition...
Now i want to put it up on site... i have coldfusion web space and put all
files up as they where on my computer, nothing... i emailed my hosting
... more >>
Returning ASObject in Flash/.NET remoting
Posted by KVdS at 10/5/2004 12:11:18 PM
I've written a small test-class in C#:
using System;
using System.IO;
using System.Collections;
using FlashGateway.IO;
namespace FlashRemoting.FlashTest
{
public class TestClass
{
public TestClass()
{
}
public ASObject GetAnObj() {
ASObject aso = new ASOb... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
openAMF
Posted by neosamz at 10/5/2004 8:30:38 AM
I am a beginner in Java and Flash. Could anyone give me a "hello world" sample
using openAMF from java project into flash presentation? This sample will help
me to start and I'm really appreciate for the help. Please send it to
samuel@britesoftcorp.com. Thank you.
... more >>
CFC Trouble
Posted by Course Vector at 10/5/2004 4:05:12 AM
I created a CFC that lists directories and jpgs. I can target it using a
normal coldfusion file and it works fine. The CFC is located at the root in a
folder named "remoting"
.cfm code:
<cfoutput>
<cfinvoke component="remoting.getDir" method="getList" directory=""
returnVariable="me... more >>
pass arguments using remoting component
Posted by ultimateCF at 10/5/2004 12:31:46 AM
Is it possible to do the following, and if so how? Using the remoting component pass a variable as an argument to my cfc.... more >>
Flash Remoting with very large databases?
Posted by Saywell at 10/4/2004 8:42:34 PM
I am very interested in utilising Flash remoting, to redevelop my company?s
system.
I would like users to access and administer our databases using flash as a
front end, as I see enormous potential for it to be a complete all encompassing
office solution.
I have very little idea of the... more >>
java pagedResultSet problem
Posted by killjoy_tr at 10/4/2004 11:10:42 AM
Hello,
I've been trying to make use of PagedResultSet created in a servlet the way
below;
Connection connection = getConnection("oracle_map");
Statement statement = connection.createStatement
(ResultSet.TYPE_SCROLL_INSENSITIVE,
... more >>
Can Flash remote access CFM SESSION?
Posted by Jeremy Tan at 10/3/2004 11:34:57 AM
Hi everyone, I am new to Flash. I am thinking to convert a HTML ColdFusion
Application to Flash version, In the HTML Version, I am keeping most of the
user login details in SESSION, how can I do this in flash if want to re-use the
existing code.
... more >>
google search and flash SWFs
Posted by animathor at 10/1/2004 4:06:10 AM
Hello,
We have a flash enhanced site, completely built with flash, with lots of text
content embedded in the flash swfs. But, we want to make sure that google can
index our content!
google can't search swfs properly.
There are issues with timelines and levels trying to link to a s... more >>
|