all groups > macromedia flash flash remoting > april 2004
Filter by week: 1 2 3 4 5
CFLogin and Flash Remoting Trouble
Posted by bluestix at 4/30/2004 1:17:40 AM
I can not get my flash form to actually login into a ColdFusion application.
I have used Flash forms before for this purpose and had no trouble.
My form sends the login data and returns the AuthUser and the Roles.
This part works because I have tested it in flash and it returns the proper
... more >>
How do i wait for remoting results.
Posted by mikeDrex at 4/29/2004 7:01:30 PM
I would like to dynamically add instances of a class to another one that was
also created from a database . The problem i have is that the result passes
back a string in a global var. I need to then pass that to a CFC in order to
get the data to create the new objects. However, since flash ... more >>
Any documentation for Remoting with MX 2004 Pro?
Posted by W Gerber at 4/29/2004 3:11:24 PM
Would someone please point me to the documentation for Flash remoting with MX
2004 Professional. The only documentation that I have found for Flash remoting
is "Using Flash Remoting MX". But I am using Flash MX 2004 Professional and a
decent amount of the MX documentation is outdated and fla... more >>
Session Variables in Flash with ColdFusion
Posted by Mario Giannone at 4/28/2004 7:41:31 PM
Can someone help me with some example that shows me how I can create a session variable in ColdFusion MX and then retrieve the value of that session variable in a Flash MX 2004 movie ?
... more >>
3 FLASH DATAGRID ISSUES!!
Posted by google NO[at]SPAM kruelintent.com at 4/28/2004 8:49:29 AM
Hi,
1.)
Assume I am pulling data back into a flash movie from an ASP page and
populating a datagrid with the results.
These results include a boolean (Yes/No) and I would like to display
this in the datagrid as a checkbox.
Anybody know how to do this?
2.)
On the same datagrid I am pu... more >>
Flash MX Pro 2004, Remoting and Chart Help Needed
Posted by mannix31 at 4/27/2004 5:25:06 PM
Hi,
I have been driving myself crazy trying to populate a dynamic chart via Flash
Remoting with a connection to MS Access Dbase. Does anyone have any examples
that they can share as the documentation for chartng and remoting sucks. Any
help would be greatly appreciated.
-mike
... more >>
Flash MX 2004 Pro Datragrid & dataprovider
Posted by Vevmesteren at 4/27/2004 1:56:56 PM
hello,
I have a CFC that returns a range of records. Each record holds a variety of
columns., Now, I do not want the datagrid fed by the CFC, to display all the
columns, just three of them. Also, if I just use dataProvider , the datagrid
automaticly set's the header-texts to the column names... more >>
From localhost to live server...
Posted by intrepid_12 at 4/27/2004 9:59:31 AM
Hi,
When I run my application on localhost, everything works fine. But when moving
to a live server I get: "Error opening URL .....".
I'm using server-side AS to send and retrieve data from my DB. I run
Coldfusion MX 6.1 on Apache 2.0.
Here's the code for the failed call:
#inclu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Install .NET Remoting on Windows 2003 Server
Posted by Tathata at 4/26/2004 10:13:47 PM
Hello,
I get an error when I try to install Flash Remoting on a Windows 2003 Server.
The error says this "1607: Unable to install InstallShield Scripting Runtime".
I guess from the error message this is a problem with InstallShield and
probably has something to do with tighter security s... more >>
setting and passing variables
Posted by BionicAnkle at 4/26/2004 6:03:13 PM
oh for the love of all things NEWBIE! All I'm trying to do is pass variables
from a PDA SWF to Remoting and then from Remoting back down to another SWF on a
main computer.
So... how do I set that up? (_global MyVar = something) ?
Just need to set the Var with the PDA SWF and then have ... more >>
Flash Remoting and less than mediocre MM support for DevNet Subscr.
Posted by john_pape NO[at]SPAM hma.honda.com at 4/26/2004 10:13:57 AM
I am utilizing Flash MX Pro to develop some data oriented Flash movies
that use remoting to get data from EJB's deployed on WAS 5
I have no issues with cross domain loading. The problem is the
frconfig.txt file. I have the serial key in their and the file is on
the server's class path, however... more >>
Manage result sequence Remoting J2EE
Posted by Adrian Cadena at 4/24/2004 4:17:06 AM
Hello,
I hope this post will be replied soon. AN please if a Macromedia developer
look at this i will appreciate much if he gives his/her mail to communicate.
Look in developing a FLASH INTERFACE FOR A J2EE Back end, im using flash
remoting on OC4J .
I need to make flash to wait u... more >>
Flash Remoting and Cold Fusion Issues
Posted by mjtanzer at 4/23/2004 6:07:03 PM
I am just getting started with Flash Remoting and Cold Fusion so I apologize
for the newbie question, but I have been spinning my wheels trying to figure
out this problem. I am using a very simple example that I took from the
developer site and have modified it to return a string from a cfm fi... more >>
I do not see the Schema tab
Posted by ScottyMTL at 4/23/2004 3:42:57 PM
Hi,
I have Flash MX 2004 Pro and am trying the XML Tutorial : Timesheet.
I drag and drop the XMLConnector component, then the Dataset component, but I
can't see the schema tab that should show me the XML document...
It seems unavailable.
Any idea?
Many thanks,
Pat
... more >>
pageable resultsets problem
Posted by andygen at 4/23/2004 2:15:32 AM
Hi
I am using Flash Remoting MX with coldfusion MX 6.1. I have set the
Flash.Pagesize variable in my CFC and the
gateway is returning the first page of results OK, I set the result's delivery
mode to page, but when I try to retrieve the next page, the result comes back
as undefined. Is ... more >>
Date format from Flash to Access
Posted by jktieman at 4/22/2004 4:27:59 PM
How do I get my Flash Date from this: Mon Dec 20 00:00:00 GMT-0600 2004 to this 12/20/2004 so I can use the RDBMSProcessor.cfc to update my Access Database.
... more >>
createGatewayConnection
Posted by Cyont at 4/21/2004 3:24:47 PM
We are running a web server on Win 2003 with IIS, ColdFusion, Flash, and MS
SQL. I have a question about Gateway Connection.
In the GatewayConnection statement below,
var server =
NetServices.createGatewayConnection("http://localhost/flashservices/gateway"
);
http://localhost/flashservices/... more >>
Insert data into DB w/ Server-Side Actionscript
Posted by MatteoSanchez at 4/21/2004 7:14:53 AM
Hi,
I'm looking for some documentation on inserting data into a DB with SSAS. I've seen many examples of retrieving data, but is it possible to insert it as well?
Thanks in advance.... more >>
Flash Remoting and SSL
Posted by Bobby1500 at 4/20/2004 2:54:05 PM
I have a interesting problem with Flash Remoting. Due to certain government
regulations, we must authorize every time we go to a secured site and we are
not allowed to use certificate trust list. I already setup IIS 6.0 with Custom
HTTP headers and enable Content Expiration. I think the pr... more >>
Are you sure FlashRemoting w/FlashMX2004 and EJB
Posted by KarstenTS at 4/19/2004 11:48:46 AM
I do have serious problems...
For quite a long time I am trying to connect some Enterprise JavaBeans to a
FlashMovie. The idea was to combine a great FrontEnd and a great BackEnd.
The problem is, I can't get it work.
I bought a copy of FlashMX2004 and installed the RemotingComponents (fro... more >>
Flash Remoting Bug?
Posted by dicknjane at 4/17/2004 6:07:58 PM
I have just started working with Flash Remoting and am having trouble with what
appears to be a bug in the service.
These two threads have not found a solution for me and I haven't seen anything
from Macromedia support which will cover the problem.
[L=Thread
1]http://www.macromedia.com/c... more >>
Remoting with 2004?!
Posted by KarstenTS at 4/16/2004 9:06:04 AM
Hi all!
I do have some serious problems as I can not run an remoting application from
FlashMX2004. When I save it as a FlashMX file it works well an without any
errors. I'm trying to call an EJB and in fact I get the BeanInstance, but can
not call any methods. What's the problem with that?... more >>
no callback on Status
Posted by thedanster at 4/15/2004 7:54:49 PM
I have a simple cfc function that is to return an "OK" if the cf server is up
and data available. If I have a checkStatus_Result return, everything works
fine. If there is a status(as I can see using the netConnection debugger), The
callback function checkStatus_Status does not get called. ... more >>
Keep getting "netConnection.Call.BadVersion"
Posted by seversp at 4/14/2004 9:44:23 PM
I have Flash Remoting for .NET installed on a server running Windows Server
2003.
The Remoting service runs fine when calling movies from the web server via a
browser.
However, I am unable to send/recieve data or do anything when developing on my
local workstation. I just get the "netC... more >>
Does Nike use Flash Remoting?
Posted by sullis at 4/14/2004 5:49:41 PM
Nike's web site uses Flash. Does the web site use Flash Remoting?
[L=http://www.nike.com/nikerunning/usa/home.jhtml?ref=global_home]http://www.nik
e.com/nikerunning/usa/home.jhtml?ref=global_home[/L]
... more >>
recordset cloning
Posted by csushi at 4/14/2004 1:30:22 PM
I am using Flash remoting to populate a recordset and I have a datagrid
component to display this recordset. The datagrid is editable. I have a reset
button which should revert the datagrid to show the original recordset that was
received from the database.
The problem is, I don't know... more >>
Must SWF be at same domain as Gateway?
Posted by mcarlson at 4/12/2004 2:54:28 PM
I've written an MP3 player application in Flash. It uses Flash Remoting to
connect to a web service which provides the artists, albums and songs from a
database. This all works fine when the SWF is run from the same domain as the
Gateway server, but when I access it from a different domain on ... more >>
Network connection loss detection
Posted by magnet_web at 4/10/2004 3:48:34 PM
Hello,
We use FlashRemoting to call a CFC. We also use the onStatus function to
handle all errors that may arise because of the CFC. We now need to add a
further level of check to the calls.
What if the network connection broke up? How can we detect a network
connection failure in Fla... more >>
does not work: localhost:8100
Posted by rexhome at 4/10/2004 1:28:03 PM
I have Coldfusion MX 6.0 installed and Flash MX. Many instructions explain I
should receive a blank page when http://localhost:8100/flashservices/gateway,
but I receive an error 404
When I use http://localhost:8500/flashservices/gateway I get the blank page
and It seems to indicate I have FR... more >>
How to find the remoting gateway? HELP!
Posted by PaulAnka at 4/10/2004 1:00:49 PM
I have big trouble with my provider.
They offer ColdfusionMX but becouse no client ever of them has used flash
remoting functionality they don't know what the gateway of them is. How can
they, or me check what the gateway adress is?
Thanks,
Paul
... more >>
Calling assemblies that are written in VB
Posted by teleski at 4/10/2004 8:17:08 AM
I have a question though about calling ASP.NET assemblies. They are not working
in VB, but they do for C#. My employer is an ASP.NET VB shop and not a C# shop.
I am trying to get them to purchase Flash Remoting for .NET. We really want to
call assemblies, but they need to work in VB. Can you s... more >>
Flash remoting needed with ColdfusionMX ?
Posted by PaulAnka at 4/8/2004 10:48:06 AM
Hi,
I'm working on a nice Flash site wherefor I'm using remoting to connect to
Coldfusion.
I've found a provider who uses ColdfusionMX. Now when I asked for the gateway
data they said that Remoting MX is a seperate package and not included with
ColdfusionMX. Is this true?? I always thoug... more >>
preloader of flash remoting need..
Posted by jerry2004 at 4/7/2004 9:55:57 AM
where can I get the sample of preloader of flash remoting??? or how to use progress bar with flash remoting???
thanks a lot!!... more >>
DateTime Format in Datagrid
Posted by jerry2004 at 4/7/2004 9:52:57 AM
Hi everone,
Is there any way to format date type in Datagrid component without binding
with Dataset, I using the function manually format to string, but the
datagrid's sorting will become sort by string based.
how to use Datagrid's schema to directly bind to flash remoting's result???
pls ... more >>
Basic architectural question
Posted by jimbo_jr at 4/7/2004 1:42:03 AM
Hello all,
I'm architecting my first RIA, and from what I've read on the macromedia web
site, there are 4 possible ways of handling data transfer between flash and the
server.
1)Flash remoting (requires a server licence, which is expensive, right?
Proprietary, so some lock-in concern, righ... more >>
Flash Remoting Waiting / Bug
Posted by AndrewKamphuis at 4/6/2004 6:08:46 PM
I'm a newbie to Flash Remoting. We have a site using flash remoting -
[L=http://dev.curtiscustomwheel.com/highbandwidth.cfm]http://dev.curtiscustomwhe
el.com/highbandwidth.cfm[/L] - (Sorry, it's high bandwidth only right now)
If you click on "Wheels" in the menu on the right - it pulls up ... more >>
NetConnection.call.badversion + others... Weird
Posted by 71eh at 4/5/2004 11:11:53 PM
NetConnection.call.badVersion and underlying connection was closed and the name
server cannot be resolved...
The error we are having is very unpredictable. It means like 4 weeks we don't
have any problem to run the server and testing it and all of sudden it didn't
work, simplly.
Anyone... more >>
help flash online
Posted by Silvan Vella at 4/5/2004 9:32:15 AM
I made an swf which load other swfs. I succeded what i wished but when I put
it on my website using dream weaver and load it to the server only the first
level is shown. Can someone tell me why and why this happens?
... more >>
is it possible to upload files directly via flash
Posted by cosmits at 4/5/2004 5:58:19 AM
Hi all
I know it is possible to pop up an html form to upload
but then again - is it possible to use flash and send the file via flash
remoting to ColdFusion server
to be manipulated by the cffile tag?
Maybe flash MX 2004 makes it possible with the tree component?
anybody had any luck wi... more >>
Connecting CFC with MX2004Pro Components. Help!
Posted by PaulAnka at 4/4/2004 2:00:19 PM
Hi,
I'm new with the new Flash 2004 Pro Components. I want to fill a listcomponent
with the Categories from an Access Database. I made a CFC file (see under)
which gets the data from the database.
What do I have to do now exactly in Flash? First the webserviceconnector?
Can anybody exp... more >>
java and flash in same JVM
Posted by shivram at 4/2/2004 11:26:47 PM
We have a standalone java application built on swings. We just were looking to
give it a flash UI. We know we could use flash remoting but we dont really
require a web server since our application is there in the same machine as the
UI. So is there any other product (similar to flash remoting ... more >>
Netconnection.Call.Prohibited ???
Posted by rfvieira at 4/2/2004 6:36:55 PM
hello.
we have recentlly purchased Flash Remoting .NET
when we moveed ou app. from development to production we got this error
"Netconnection.Call.Prohibited".
there is no documentation on this specific error ?
what does this mean ?
is this a bug ?
is this wrong server side configurat... more >>
HTML formating not working with remoting.
Posted by designlevel2 at 4/1/2004 7:47:34 PM
Ok I have A remoting site working, finally! Woohoo. The only problem is html
formatting is not working on site. I need to be able to add <b> and <i> tags
into the database and have them render. Note Im using flash mx. Can someone
please tell me what Im doing wrong. I stripped out all of the co... more >>
Retrieving Values Directly from the DataHolder
Posted by kpritchett at 4/1/2004 4:07:07 PM
A question from a member of my users group... would really appreciate some help
answering this (I'm not familiar with remoting):
[Q]The Setup:
- Flash MX 2004 Professional.
- Flash Remoting direct to ColdFusion with a MySQL Database.
- DataGrid.selectedItem --> DataHolder.data --> Var... more >>
|