User Guide
Manuals
Brands
Macromedia Manuals
Other
FLASH MX 2004-ACTIONSCRIPT LANGUAGE REFERENCE
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1066
Chapter 2: ActionScript Language Reference
if (!socket.connect(null, 2000)) {
gotoAndStop("connectionFailed");
} else {
gotoAndStop("waitForConnection");
}
See also
function
,
XMLSocket.connect()
1
...
...
1064
1065
1066
1067
1068
...
...
1104