all groups > macromedia flash flash remoting > march 2005 > threads for march 8 - 14, 2005
Filter by week: 1 2 3 4 5
getawayUrl
Posted by AntGreene at 3/14/2005 11:46:07 PM
I have just uploaded the application I made to the hosting company?s server.
Before uploading it, I had tested it locally and it worked perfectly. What has
confused me is that it runs awkwardly in the server.
The lists below are the problems I have been facing since the first time I
upload... more >>
CFDOCUMENT IVA FLASH
Posted by stebennettsjb at 3/14/2005 12:35:32 PM
Hi im trying to create a simple pdf creator in flash mx 2004 with cf 7... i
have a cfc containing the following:
<cfcomponent>
<!--- Create PDF --->
<cffunction name="createPDF" access="remote" returntype="string">
<cfargument name="input" type="string">
<cfdocument format="flashp... more >>
_Result not called inside a class
Posted by shadysamir at 3/9/2005 3:41:28 PM
I am using .NET remoting inside a class, my code is like that:
import mx.remoting.*
class myclass{
function myClass(){
//no initializtion, call from symbol
}
public function init() {
gatewayConnection =
NetServices.createG... more >>
CFM Var to CFC
Posted by Circulus at 3/9/2005 4:07:38 AM
I can make this shorter than my earlier post: Does anyone know how to pass a
variable from a regular CFM template to a CFC component to create a dynamic
query? Any help is greatly appreciated. Thanks
... more >>
Reusing Flash Remoting 2.0 in several .swf
Posted by J.Sal at 3/8/2005 8:58:34 AM
I am making an application using flash mx 2004 and remoting 2.0 that uses
several different .swf files (about 30 files, each one with about 8 kb without
remoting). This architecture is important since these swf movies are only
loaded when needed, and are reused in another projects.
I need ... more >>
Flash Remoting with Flash MX 2004
Posted by Janyer at 3/8/2005 5:07:08 AM
I am running a windows XP machine with Flash MX 2004 and ColdFusion MX 7
Developer Edition.
I am very familar with CFML and want to use Flash as my client side instead
of HTML.
I am also very familar with Flash MX 2004.
I don't know what I am doing wrong but I have followed very simple ... more >>
|