
Access DLL 229
Modifying Access DLL
The Access DLL module contains the Sample.dsp file. You can change or configure this file to
conform to your site-specific conditions and needs for authenticating connection requests to
Flash Media Server.
For an excerpt of this file, see “Sample Adaptor.cpp file” on page 230.
setReadAccess
Sets the read access for a client. The Access string is configured as
JavaScript's client.readAccess. The second parameter is a Boolean
value with its default as
true. This Boolean value, if true, will block
user scripts from changing this value. If
false, user scripts will be
allowed to change this value.
setWriteAccess
Sets the write access for a client. The Access string is configured as
JavaScript's client.writeAccess. The second parameter is a Boolean
value with its default as
true. This Boolean value, if true, will lock user
scripts from changing this value. If
false, user scripts will be allowed
to change this value.
File name Description
Adaptor.cpp
C++ file that contains the code for Access DLL.
Adaptor.h
Header file associated with Adaptor.cpp.
Makefile.access
Work file to be used for building Access DLL in a Linux environment.
Readme.txt
Text file with more information on Access DLL.
Sample.dsp
Work file to be used with Microsoft Visual C++ for building Access
DLL in a Windows environment. You can change or modify the
values to reflect the authentication practices in your environment.
Sample.dsw
Work file to be used with Microsoft Visual C++ for building Access
DLL in a Windows environment. You can change or modify the
values to reflect the authentication practices in your environment.
API name Description
Commenti su questo manuale