Flex FTP and PHP
Hi Everyone,As you can see by the title, I'm trying to use Flex to upload a file, followed by having PHP FTP the file to the server.I have been successful at having PHP move the file once Flex uploads...
View ArticleError #2004: One of the parameters is invalid
I'm trying to send an object from Java to Flex using BlazeDS and the following code:quote:var remoteObject:RemoteObject = new RemoteObject();remoteObject.destination =...
View ArticleCannot connect to named destination (webservice)
I'm trying to add a named destination to proxy-config.xml for a webservice but I'm getting this error when trying to send a message: 'my-http' fault handler called. [IOErrorEvent type="ioError"...
View ArticleFlex AIR iOS application with rtmps
Hi, If I am accessing flex AIR application from Mac or iOS (iPad) using secure rtmp then it gives me error. It is not able to connect to the server. I have a self signed certificate generated using...
View ArticleHow do I dynamically create and add a "sourceSet" object using FormCalc script?
I would like to be able to use a script that creates a "sourceSet" object and connects to my ms access database on an event like "onclick" rather than automatically having to connect when the form is...
View ArticleLoadXML external XML
Hello everybody,Question,HowI canload theexternalxmlfiledatain theform.ForexamleI have ownedadropdownlist boxthat contains the followinggive: A,B, C.And thenI havefields inmy...
View ArticleDuplicate rows in DataGrid in Flex3/LCDS2.5
Hi,My project in Flex2/LCDS2 uses DataGrid very extensively with streaming data coming in.After we recompiled it with Flex3 and run with LCDS2.5, we see a strange behavior:originally it shows...
View ArticleFlexClient with multiple FlexSession's
I noticed a FlexClient can be associated with multiple FlexSession objects and viceversa, a FlexSession can be linked to multiple FlexClient objects.What would be a typical scenariothe former of the...
View ArticleFlexSessionBindingListener bug?
I have created a class implementing this interface, but it's method "valueUnbound" does never get called when my HttpFlexSession object is invalidated (and I do store attributes on this session during...
View Articleflex.messaging.io.amf.ASObject
My application is suffering from the following error.[RPC Fault faultString="Cannot invoke method 'putOrder'." faultCode="Server.ResourceUnavailable" faultDetail="The expected argument types are...
View ArticleDidn't receive an acknowledgement of message
Hi,I am getting an issue in flex with respect to de-serialization of java objects to as3. I am already having as3 objects being referenced in main SWF but once I am fething the data from the middleware...
View ArticleTypeError :Error #1085: at flash.external::ExternalInterface$/call()
Hi...I am calling javascript function of wrapper from flex. The funcation is called but when it return a value , the value is not returned to flex.The same value if i print using alert in javascript...
View ArticleStackOverFlow with FDS
I have an application using Flex Data Services running from Tomcat. I've created Java domain objects as well as corresponding ActionScript objects and everything seems to work fine when I pull the Java...
View ArticleManaging Large Data Sets using Cold Fusion/LCDS/Flex
Sorry to bother you but is there any examples anywhere of using Flex 3 with LCDS and CF8 specifically data paging. We have spent about a week now trawling around and can only find either dated code...
View ArticleWar file created in Eclipse works, but fails when created by Ant
Hi,I am having trouble getting my flex war file to work when I create it using Ant, even though the same war works fine when I create it from my Eclipse Export War function. This is a critical problem...
View ArticleHow to extract signature/certificate from PDF
Hi everyone!!! I have a problem and hope someone can help me.I have a PDF form accessed via a secure connection which requires the user to identify himself using a digital certificate, and the PDF has...
View ArticleHow to send complex object through webservice in Flex 3 to .Net
Hi, I am new to Flex and trying to pass a complex object(a object which have another object array collection as property) through Flex 3 to .Net WCF service. I tried all mean but no success. I can...
View Articlecatch java exception in flex
Hi in my pojo i have one object @Column(name = "GRUPO", unique = true, nullable = false, length = 45)public String getGrupo() { return this.grupo; } then i have a DAO Class to save object in...
View Articleunable to load wsdl. if currently online please verify the uri and or format...
Hi,i have one aspx page in which i have embeded an swf object,which calls webservice to load data,it works fine on localhost,but when uploaded it gives the error no 2032 stream error ,i added the...
View ArticleLCDS License
In the past, we builded web app to create pdf file using xdp template. We drop the LCDS license file into WEB-INF folder and it worked fine. Now We want to create a java stand alone application to...
View Article