all groups > macromedia flash flash remoting > december 2003
Filter by week: 1 2 3 4 5
Where can I get the "Flash Remoting Adapter"?
Posted by dbarker at 12/31/2003 4:19:11 PM
I was reading one of the Flash Remoting articles on the Macromedia web-site (http://www.macromedia.com/devnet/mx/flashremoting/articles/fr_java.html) and they say that I can use Tomcat if I have a "flash remoting adapter" to which they provide a link. Except the link just takes me to the generic do... more >>
system requirements for remoting???
Posted by santhikevin at 12/29/2003 4:20:15 AM
hi there,
i have windows 2000 PRO AND cold fusion MX with flash MX not 2004 and am wondering where and what version of remoting to download for my system ??
thanks
santhi
... more >>
Unable to use remoting with root context in Tomcat 5
Posted by kbirch at 12/27/2003 9:28:14 AM
I have had success using flash remoting with both beans and servlets on Tomcat 5.0 running on Linux. However, I have not been able to interact with a servlet when the web app is at the root context of a virtual host:
<Host name="www.myhost.com" ...>
<Context path="" docBase="www" ...>
I'm as... more >>
Listbox & ComboBox - did I get shafted??
Posted by jeffcg2 at 12/22/2003 12:33:26 AM
Well I've spent another weekend reading, Flash MX 2004 Pro documentation. I have learned a lot about Flash Remoting, Action Script 2.0, Creating objects and classes, and much other stuff.
It seems that the documentation is still left over from Flash MX. I find it very irritating that Flash Remoti... more >>
Couldnt get _result from Coldfusion MX6.1
Posted by Xihoo at 12/20/2003 10:22:05 PM
Hello thank you ahead.
I'm running Coldfusion MX6.1, IIS 5.0 on WIn2000 server locally. Flash MX2004 Pro, and have installed FlashRemotingComponents-win-en.exe, FlashRmtngCmpntsInstall.exe and FlashRemotingCmpntsUpdater_r1_en.zip all downloaded from http://www.macromedia.com/software/flashremoti... more >>
insert date to database thru cfc
Posted by illusime at 12/19/2003 7:39:15 AM
Wanted to insert the current date to the database throught the component, but its not working.. Anyone knows how to solve this prob?
<cffunction name="saveData" access="remote" returnType="boolean">
<cfargument name="postName" type="string" required="true" >
<cfargument name="content" type="s... more >>
Colfusion 4.5 and Flash Remoting MX
Posted by lamynes at 12/19/2003 7:09:50 AM
I am new to the flash remoting arena and have some questions:
I have some a few .cfc files with the flash interfaces in my root folder.
Of course the page pulls up but can't connect to the data.
I keep getting the error in the flash debugger as follows:
Status (object #2)
......code: "NetCo... more >>
Please help binding DataTable to ComboBox
Posted by Nsentra at 12/18/2003 6:05:25 PM
It seems so simple, I've read help and followed samples, but no luck. I am using MM Flash 2004 MX and Flash Remoting MX. Here is my _Result function.
function GetDates_Result(result)
{
DataGlue.bindFormatStrings (Dates_cb,result,"#ZDate#","#ZDate#");
}
It seems like combobox does get populate... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash Remoting and Datagrid Problems
Posted by digiwake at 12/18/2003 5:15:48 AM
I am getting some freaky things going on with the dataGrid component. It worked flawlessly in one application and now it's freaking out in another giving me an error code: RecordSet warning 104: getItemAt(x) index out of range. I have CF returing a query that has two records - the grid is displayi... more >>
Input file ??
Posted by egyserv at 12/18/2003 2:35:54 AM
hello every body
what if i wanna make a flash app with asp
but i wanna know if i can make file upload in flash
i think thats still not avilble right??
regards
... more >>
set Default Gateway Url
Posted by marioV at 12/18/2003 1:38:34 AM
I tryed my app on my local machine and (finally) it works. I try it on my host and nothing....I mean nothing. No error message, no results. I asked my host to make sure they had CFMX and to ask what the webroot would be. This is what they say:
"We had to enable it on your site.
One thing to ... more >>
Flash Remoting Beginner Question...
Posted by bensmash at 12/18/2003 12:09:57 AM
Hello Everyone,
I've been using Flash for many years and have only now reached a point in which accessing an XML file on a remote server is necessary.
I've downloaded the trial to see if Flash Remoting is indeed what I needed, and so far all I've done is read the beginning of a very long PDF. ... more >>
JBoss EJB Example
Posted by lc_kman at 12/17/2003 9:20:19 PM
I'm looking for an example of Flash Remoting that uses EJB's and has worked on a JBoss server (without coldfusion). The demo included in the install package doesn't work. All the demo's work except the EJB example. I currently have servlet and EJB applications running on the server, so I know it ... more >>
XML or Remoting
Posted by dj2321 at 12/17/2003 7:01:23 PM
I am currently in the build process of an app using .NET and using XML to talk back and forth between Flash and the Databases. Basically .NET pages create XML feeds that I parse through in Flash for the data and display the data in a Flash front end.
Someone had suggested to me that it would be ... more >>
Configuring Virtual Hosts on Windows 2003 Server with Flash Remoting
Posted by ironfalcon at 12/17/2003 4:46:48 PM
Hi,
I have a Windows 2003 Server that host about 10 virtual host web sites. I would like to implement flash remoting on a few of those sites.
After I installed the flash remoting I am able to run the samples and other flash remoting application without problem on the "Default Web Site".
I... more >>
Peer-To-Peer Chat
Posted by Julia at 12/15/2003 12:29:09 AM
I want to create a Peer-To-Peer chat app, but don't know where to begin. Can
anyone please help me get started?
... more >>
error opening remoting url
Posted by sean-o at 12/12/2003 10:10:27 PM
hello...
i have trials of the cf stand alone server, flash pro 2004 and the remoting components installed and am trying to get flash to cooperate with a cfc through remoting. i'm developing a form application if that makes any difference. when i test my movie it tells me "error opening URL "http:... more >>
Loading progress bar with Flash Remoting.
Posted by kimhansensurfer at 12/12/2003 10:46:14 AM
I want the fastest way to retrieve data from the server, so Flash Remoting together with Jave is my choice.
For example if I want to load pictures returned from a database and I want to show a loading bar displaying the progress to the client.
Until now I have been using the LoadVars.getBytesL... more >>
Help with Response Objects
Posted by allan_h at 12/12/2003 3:15:29 AM
Sorry if this appears twice, but I got an error message after posting it last time. (and lost all the text!!)
I hope someone can help me. I am working through the examples in Complete Flash Remoting MX by Joey Lott, and I can?t get the Response Object examples to work. I can get connection and re... more >>
How to find CFCs on host?
Posted by Jens Hauser at 12/11/2003 12:28:39 AM
I am having difficulties in finding my cfc on the remote server, host. I
have all of my CFCs in a catalog under the root called Test. On the local
machine I just call them like Test.getAddress without a problem from a
cfm-page or in remoting Test.getAddress and the gateway to
http://.../flashser... more >>
Do I need Flash Remoting?
Posted by marioV at 12/10/2003 4:26:26 PM
I'm a little new to getting data into Flash. The article writen by Kevin Towes (http://www.macromedia.com/devnet/mx/coldfusion/articles/remoting.html) walked me through the whole proccess. It was pretty easy, but it didn't work. I get records back, but I can't populate the datagrid. Am I doing s... more >>
Unable to populate ListBox
Posted by mangoman at 12/10/2003 12:07:14 PM
Hi all,
Am pretty frustrated!!
Am using coldfusion mx installed on a redaht 8 machine and flash mx.
I have a mysql databse on the same machine which works fine.
I am trying to populate a listbox with the return from a query in a component (cfc)
Here is my component code:
<cfcomponent ... more >>
Flash remoting not working from external browser
Posted by dennismr at 12/10/2003 2:54:03 AM
I've loaded the 30 day trial of Flash Remoting and the trial version of MX. My flash remoting application works successfully from the localhost where the Flash app resides but when I try to access the app from a remote browser I don't have any successful results.
Any ideas? I'd appreciate an... more >>
getting data from array to flash?
Posted by illusime at 12/9/2003 3:20:02 AM
<cffunction name="getArray" access="remote" returntype="array">
<cfscript>
array = ArrayNew(1);
struct1 = StructNew();
struct1.Name="Picture 1";
struct1.Picture="1.jpg";
struct1.Info="abcdefghij";
array[1] = struct1;
struct2 = StructNew();
struct2.Name=... more >>
Remoting fails when web page URL doesn't match flash remoting URL
Posted by Nashville at 12/8/2003 4:24:10 PM
Hi,
I have a flash movie containing a data grid that isn't quite working all the time. The data grid is the one included in Flash 2004 Pro. I am using remoting to get a query recordset from a cold fusion component. Basically what I am finding is that if the server I call the coldfusion component ... more >>
Flash movie will not play on Win 2003, IIS 6.0 Coldfusion MX 6.1
Posted by Joe Bigler at 12/8/2003 3:53:58 AM
We are trying to get Flash Remoting working with ColdFusion MX 6.1, on a Windows 2003 standard server running IIS 6.0 and Flash Communications server. I followed the instructions in technote 18307, "ColdFusion MX: Recommended configuration of multihomed Microsoft IIS web servers"
I have several ... more >>
Time Entry Application: Is it really working?
Posted by Jens Hauser at 12/7/2003 11:20:21 AM
I have found the Time Entry Flash sample and it teaches You to build a
appliction on AS 2.0 with classes and forms.
I can´t get it to work after reading the installing instructions. I get the
following error:
Scene 1, Binding between constant(ID) and
application.dmTimeEntry.wscSaveTimeEntry.p... more >>
reference to VB.Net namespaces for Flash Remoting
Posted by Dmop456 at 12/6/2003 8:57:38 AM
I use VB.net in Visual Studio and always look in the Help Index for namespace and class members. However, it doesn't have any entries for the "FlashAccessibity" or "FlashGateway" namesapces that I import at the top of the script.
Is there a link to get these help files installed into my Visual St... more >>
Very Frustrated
Posted by dmain007 at 12/5/2003 8:12:25 PM
Has any tried the example bicycle parts catalog? I installed cold fusion on my PC and have followed the instrcutions to the tee. But I am having problems getting the data to show up in Flash. The code I have input is:
var net_conn = NetServices.createGatewayConnection("http://127.0.0.1:8500/flash... more >>
Flash Remoting 2.0 Components ETA?
Posted by Sidney69 at 12/4/2003 4:31:28 PM
I read in the updater for Flash MX 2004 that the MM team was in its final stages of rewriting Flash Remoting for 2.0 and that we should keep our eyes peeled over the next few weeks. Is there any new estimated time of arrival for the 2.0 version of remoting classes? Will we seem them before the holid... more >>
Authentication via SiteMinder
Posted by KeAuraPete at 12/3/2003 3:24:13 PM
Like a number of people writing Enterprise-level applications, I need to authenticate the user. However, we use SiteMinder and the user will already have been authenticated by the time they reach the HTML page containing my Flash movie.
The question is - how does the application server know this?... more >>
Flash Remoting and Data with Flash MX 2004 -- Question
Posted by Pother at 12/2/2003 2:50:27 PM
I'm posing this as a challange for Macromedia to answer, since I can't seem to find a clear answer of it anywhere else.
I'd like to bind a Flash Remoting Recordset (made with recently updated 2004 Flash Remoting components) to a Flash MX 2004 AS2 DataGrid component.
With the MX versions of Fla... more >>
Flash remoting with Coldfusion on JRun developer license: singleIP problem
Posted by james NO[at]SPAM iokio.com at 12/2/2003 7:34:33 AM
Hello,
I have developed a ColdFusion application using the stand alone
installation of ColdFusion under the free developer license. The
application contains a CFC that provides information to a Flash
application via Flash Remoting. So far, so good.
Now, a new developer has joined the projec... more >>
AMFPHP example problems.
Posted by gknow at 12/2/2003 5:48:44 AM
Been trying the AMFPHP tutorial (http://www.macromedia.com/devnet/mx/flash/articles/amfphp.html). I put the flashservices dir in my web server's document root (public_html/flashservices). The gateway is on the root as well (http://www.gknow.com/gateway.php). This is not the Gateway.php in app/Gatewa... more >>
I give up!!!!!! No support!!! Rant!!!
Posted by jeffcg2 at 12/1/2003 5:53:48 AM
Flash MX 2004 Professional must be too difficult to use for data. I see no answers in this forum only questions. MacroMedia apparently can't figure out how to use it either since there are no worthwhile examples of how to use all these wonderful new components after all this time.
If it is going... more >>
|