Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
RusD #1
Re: Passing NetConnection Object trough a LocalConnection
Globe Cube wrote:
no> Is it possible to send a NetConnection Object as a parameter of the LocalConnection's send method ?
>
> If yes, How !?
>
> if no, Why not !?
When you pass parameters to LocalConnection the copy of object is
passed, so, even if NetConnection object was passed, it is different
instance of NetConnection object and it must establish connection again.
But when I tryed to pass NetConnection object, it was not passed, the
reason is probably in object size limitations or maybe reason is only
simple objects can be passed .
RusD Guest
-
Pass Class Object To FMS Using NetConnection.call Method
Hello All, I have a custom class that defines several methods on itself to retrieve its data. This class object is then sent to FMS via the... -
ArgumentError: Error #2126: NetConnection object must beconnected.
I have a windows xp computer and a windows 2003 server computer connected with a single network cable. I am running Flash Media Server on the... -
Passing an object as an argument
I hava a class that i use to connect with my db. After I instantiate the class and I am connected with the database i save the connection link to a... -
Passing an object
Hey again! I have a quick question about passing objects to other classes. What I am trying to do is create an object, and then pass that object... -
passing C++ object in VARIANT
I hope I unerstand the question correctly but normally its done like this. IDispatch* pDisp VariantInit(rVal); if (SUCCEEDED(hr =...



Reply With Quote

