netconnection
How can I share the same NetConnection Object between two views?
Flex Mobile applications are view based. And I\'m using Adobe Cirrus (im assuming its the same for any FMS netConnection) Does anyone know how to maintain a persistent netConnection between views in a[详细]
2023-03-12 20:20 分类:问答Multiple netconnection at one mxml application?
Since I have to get data from other re开发者_StackOverflow社区d5 application. is it possible using multiple netconnection in one mxml application? Yes it is possible yo use multiple netConnection.[详细]
2023-03-12 17:32 分类:问答How do I make a single connection to handle video, audio and chat in Flex
I\'m developing an application and I want to make one single connection for video (netstream) and chat (sharedObject).[详细]
2023-02-24 11:17 分类:问答Timeout in AS3 events
I have a NetConnection object: myNetConnection = new NetConnection(); myNetConnection.addEventListener(NetStatusEvent.NET_STATUS, statusHandler);[详细]
2023-02-22 12:09 分类:问答Muting all sound for a streaming video in Actionscript-2
So I\'m trying to mute a streamed video. For now I\'m working with one in the same directory. 开发者_Python百科[详细]
2023-02-19 15:03 分类:问答How to relay complex type via NetConnection to FMS?
I need to send complex type object (marked RemoteClass in Flex) via NetConnection to other clients. [RemoteClass][详细]
2023-02-12 11:35 分类:问答Flash NetConnection Problem
I wrote an flash actionscript 3.0 movie that needs to use netconnection and netstream for streaming. When I test the movie through flash ide the movie connects alright.But when I insert the swf in ht[详细]
2023-02-10 01:51 分类:问答Connecting to web server using flash.net.NetConnection
The ActionScript 3.0 Reference says the following about flash.net.NetConnection: The NetConnection class creates a two-way connection between a client and a server. The client can be a Flash Player o[详细]
2023-01-25 07:22 分类:问答flex 3: netconnection - how do i set a timeout?
Using flex 3, how do i set a timeout for a Net开发者_如何学CConnection? code sample: nc=new NetConnection();[详细]
2022-12-14 11:45 分类:问答RTMP stream of a+v plays only audio, no video
In Flash, AS3, I am using NetConnection to connect to a RTMP server, then I use NetStream to play a video+audio stream.[详细]
2022-12-11 22:42 分类:问答