MACROMEDIA FLASH MEDIA SERVER 2-CLIENT-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR FLASH MEDIA SERVER 2 Instrukcja Użytkownika Strona 80

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 79
77
SERVER-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR ADOBE MEDIA SERVER 5.0.1
Server-Side ActionScript Language Reference
Last updated 7/2/2013
A Boolean value specifying whether or not posting is enabled for the specified NetGroup. The default value is false.
For information about posting, see
NetGroup.post().
Availability
Flash Media Server 4
GroupSpecifier.routingEnabled
groupSpecifier.routingEnabled
A Boolean value specifying whether or not the directed routing methods are enabled in the specified NetGroup. The
default value is
false.
Availability
Flash Media Server 4
GroupSpecifier.serverChannelEnabled
groupSpecifier.serverChannelEnabled
A Boolean value specifying whether or not members attempt to open a channel to the server for this group. The default
value is
false.
A channel to the server must be open before the server can provide supporting functions, such as bootstrapping, to
group members. Supporting functions may or may not be provided over this channel depending on server
configuration.
To use the server channel for automatic bootstrapping, set the JoinLeaveEventsmode attribute to "All" in the
Application.xml file.
<GroupControl>
<JoinLeaveEvents mode="All"/>
</GroupControl>
Availability
Flash Media Server 4
GroupSpecifier.setPostingPassword()
groupSpecifier.setPostingPassword(password, salt)
Specifies a password that is required to call NetGroup.post().
Availability
Flash Media Server 4
Parameters
password A String. The password. If null, no password is required to post. The default value is null.
salt A String. Modifies the hash of the password to increase the difficulty of guessing it. For best security, this
parameter should be set to a random value. The default value is null.
Przeglądanie stron 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag