NetConnection
963
Constructor summary
Method summary
Methods inherited from class Object
connect (NetConnection.connect method)
public connect(targetURI:String) : Boolean
Opens a local connection through which you can play back video (FLV) files from an HTTP
address or from the local file system.
When using this method, consider the Flash Player security model and the following security
considerations:
■
The default is to deny access between sandboxes. The website can enable access to a
resource via a cross-domain policy file.
■
A website can deny access to a resource by adding server-side ActionScript application
logic in Flash Communication Server.
■
For Flash Player 8, NetConnection.connect() is not allowed if the calling SWF file is in
the local-with-file-system sandbox.
Signature
Description
NetConnection
()
Creates a NetConnection object that you can use in conjunction with
a NetStream object to play back local streaming video (FLV) files.
Modifiers
Signature
Description
connect
(targetURI:St
ring) : Boolean
Opens a local connection through which you can play
back video (FLV) files from an HTTP address or from
the local file system.
addProperty (Object.addProperty method)
,
hasOwnProperty
(Object.hasOwnProperty method)
,
isPropertyEnumerable
(Object.isPropertyEnumerable method)
,
isPrototypeOf (Object.isPrototypeOf
method)
,
registerClass (Object.registerClass method)
,
toString
(Object.toString method)
,
unwatch (Object.unwatch method)
,
valueOf
(Object.valueOf method)
,
watch (Object.watch method)
Содержание FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Страница 1: ...ActionScript 2 0 Language Reference ...
Страница 1352: ...1352 ActionScript classes ...