• Parameter Descriptors in BlazeDS Remote Services

    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...
    rgalletto
    created by rgalletto
  • newbie question - please point direction

    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...
    cane2980
    created by cane2980
  • AS3/BlazeDS remote function calls

    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...
    brownninja
    created by brownninja
  • Remote actionscript call and get bitmapdata result

    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 ...
    zibranet
    created by zibranet
  • UDP connections

    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...
    km_fnc
    last modified by km_fnc
  • Do Do I need to explicitly close a blazeds channel, when I create it at runtime?

    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...
    diso4
    created by diso4
  • Creating a TSL/SSL socket connection to a server

    Hi   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 ...
    Chrestang
    last modified by Chrestang
  • flash remoting components for 8 missing on adobe site

    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?
    alucidgeeked
    created by alucidgeeked
  • Server side flash

    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...
    Kim_h
    created by Kim_h
  • Pass Data from Visual Basic 6.0 to SWF Text - What Should I Do?

    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...
    JonSea38
    last modified by JonSea38
  • FTP client problem

    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...
    Marco_01_88
    last modified by Marco_01_88
  • Responder error callback function argument type?

    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...
    Ziggizag
    created by Ziggizag
  • Zend_AMF and NetConnection: Non descriptive error

    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...
    Ana G. Pino
    created by Ana G. Pino
  • AMFPHP hanging in browser but not Flash IDE?

    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 ...
    MartyGoldberg
    created by MartyGoldberg
  • URLLoader + SecurityError

    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...
    julienfelix
    created by julienfelix
  • NetStream.client custom handler problem

    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...
    W.Gerard
    created by W.Gerard
  • Using External API from Visual Basic 2008 throw Error

    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...
    M.Kessler
    last modified by M.Kessler
  • Flash CS4 AS2 flash remoting classes -  can't find them

    Is there something I need to download?  If so what's the link?
    AttaBoy2
    last modified by AttaBoy2
  • Flash Remoting Responder

    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...
    Ronsweb
    last modified by Ronsweb
  • rubyAMF Flash give parameters

    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...
    leaflashdev
    created by leaflashdev