all groups > macromedia flash flash remoting > june 2004 > threads for june 1 - 7, 2004
Filter by week: 1 2 3 4 5
Remoting problem loading multiple swfs
Posted by Dechirico0 at 6/5/2004 11:01:59 PM
I have created 3 flash files: main.swf, one.swf, and two.swf. Both one and two
connect to different cfc's using flash remoting. When accessing the swf's
directly they both work fine. Main.swf is the container and I load one.swf and
two.swf as separate pages into main.swf using the loader comp... more >>
Remoting Security
Posted by maliko50 at 6/5/2004 2:53:08 AM
I'm developing an ecommerce flash client that handles sensitive data that needs
to be secure. I'm not too experienced with flash remoting and I'm wondering
what needs to be done for security.
I know communication between flash clients and application server is not
encrypted and I think flash... more >>
Example to share?
Posted by mannix31 at 6/3/2004 9:42:33 PM
I am really struggling to use flash remoting with a dbase and the charting
components. Does anyone have an example that they can share in which you use
remoting via a cfc to query a dbase and then populate one of the charts with
the results (dynamically). I have looked through many of the vari... more >>
Passing data question mark
Posted by GeezerButler at 6/2/2004 4:51:15 PM
Here's the problem, this actionscript won't pass names to the URL string
getURL(_root.UnitStr+"/detail.asp?unitStr="+names);
but when i take out the questionmark
getURL(_root.UnitStr+"/detail.asp_unitStr="+names);
there's no problem passing the variable.
I'd be really grateful i... more >>
Flash Remoting MX Components (2004 Pro Full - Mac)
Posted by T.J. Frevert at 6/1/2004 8:52:50 PM
The installer quits %80 of the way through. Full version install of MX Pro
2004. Panther 10.3.4 although 10.3.3 didn't work either. I repaired permissions
and reinstalled Dreamweaver and Flash. Still quits unexpectedly at the same
spot. I downloaded it straight from
http://www.macromedia.com... more >>
ActionScript 2.0 class scripts may only define class or interface constructs.
Posted by japshere NO[at]SPAM hotmail.com at 6/1/2004 8:03:37 AM
I have the following class with the name "Service.as".
#include "NetServices.as"
class Service
{
var GATEWAY_URL:String =
"http://localhost:7001/flashservices/gateway";
var gatewayConnection:NetConnection;
var client;
function Service(argClient)
{
//establish the remote co... more >>
|