Sign in to follow, share, and participate in this community.
Hi Everyone! I'm having an issue with getting the names of parameters in Java defined services to show up in the converted Action Script services. Unfortunatley, whenever I define a java service with paramete... please point me in the right direction on this. I have a coldfusion site with a members section. I'm building a video chatroom to accompany this site. The chatroom will be hosted on a different domain on a dif... We have a pure as3 - no flex - project which connects to server-side Java. The actionscript will, upon interaction from the user, invoke a Java function on the server side, which will then broadcast out a messag... Hello, I'm using flash aplication to generate (in real time) complecated Bitmap / BitmapData, and then I would like to give result to web user. How to run this process without putting whole application ... Hi all, I'm new to flash (as in, have never developed anything in it) and was wondering if it is possible to create something that can make a UDP connection back to a given IP address. It would be to send a small amou... Hi, In my application, I am creating 5 blazeds channels dynamically. I am doing something similar to the following example: http://cookbooks.adobe.com/post_Performance_tip__Use_multiple_duplicate... Do Do I need to explicitly close a blazeds channel, when I create it at runtime?
in Flash Remoting
BackHi Is it posible to create a TSL/SSL socket connection to a server with as3 - webapp, I foundSecureSocket but it seems like it is only for Air, and is not in the flex 4.5 sdk? Then NetConnection has ... I had to reinstall my copy of Flash Professional 8 and need the Flash Remoting components for it, but the link I have always used appears to be dead. Can anyone help? Hello, we're investigating a way to get our content onto the ipad. The content is dynamically driven web based training. Flash is the delivery mechanism, and it pulls from our database what it's supposed t... I heard there is a way for the Visual Basic user to pass data (text) from Visual Basic to the text in the SWF file. What do I have to do to successfully display certain text from Visual Basic in the SWF file? &n... Hello. I'm trying to create a ftp client running on adobe AIR in flex builder. The fcommand socket work, but when i create the data socket, the command socket still work but if I tipe a new command, like PWD, i do n... Hi, Simple question - presume the following AS3 code: var param:String = "Hello World"; nc = new NetConnection(); nc.connect("gateway.php"); nr = new Responder(onRespond, onRespondError); nc.call("so... Hi, I am trying to make a simple call from my flash to Zend_AMF in a flash file. I am calling the same server function in Flex and it works but not from the flash. I have been trying to find the solution for 3 days n... Wrote a service that sends a bytearray to my Flash app that works perfectly fine when I test it in the Flash IDE (CS5), and when I compile the app and run it in a browser directly from my computer. When I load ... Hi there, i have an issue with a URLLoader loading a PHP request with POST method. the SWF and the PHP are not on the same Domain and i get a SecurityError back which is normal. But what is the Best w... Hi all, (allready posted this question at the Flash Media Server topic, but there might be some knowledge about this subject here as well) I'm trying to add a custom callback handler to a NetStream cli... Dear Developers, topical i'm doing some experiments with Flash and Visual Basic 2008. I want to call a AS function from VB. Therefor i made a litte Flash-Application with a Button and a Label. After the Button... Is there something I need to download? If so what's the link? I am trying to make different method calls to a coldfusion cfc using flash remoting. I am having problems calling a different function with a second responder. Here is what I am trying to do: //Flas... Hello , Its been 1 day that i am trying to give some parameters to a ruby function from the flash side import flash.net.*; var nc:NetConnection = new NetConnection(); nc.connect("http://localhost:3000/rubya...