
04.10.2003, 05:03
|
|
Регистрация: Jan 2002
Адрес: СПб-Denver-Лермонтов
Сообщений: 1,525
|
loadMovie
Availability
Flash Player 3.
Usage
loadMovie("url",level/target[, variables])
Parameters
url The absolute or relative URL of the SWF file or JPEG file to be loaded. A relative path
must be relative to the SWF file at level 0. The URL must be in the same subdomain as the URL
where the movie currently resides. For use in the Flash Player or for testing in test mode in the
Flash authoring application, all SWF files must be stored in the same folder, and the filenames
cannot include folder or disk drive specifications.
target A path to a target movie clip. The target movie clip will be replaced by the loaded
movie or image. When the Actions panel is in normal mode, you can specify either a target
movie clip or a level of a target movie; you can’t specify both.
level An integer specifying the level in the Flash Player into which the movie will be loaded.
The level parameter is vailable with the loadMovie action only when the Actions panel is in
normal mode. If you select a level of a target movie while in normal mode, Macromedia Flash
MX automatically changes the unloadMovie action to the unloadMovieNum action in the
Actions panel Script pane. When the Actions panel is in expert mode, you cannot specify a level
with unloadMovie. You must use unloadMovieNum instead.
variables An optional parameter specifying an HTTP method for sending variables. (In
expert mode, the variables parameter is identified as the method parameter.) The parameter
must be the string GET or POST. If there are no variables to be sent, omit this parameter. The GET
method appends the variables to the end of the URL, and is used for small numbers of variables.
The POST method sends the variables in a separate HTTP header and is used for long strings
of variables.
__________________
Для того чтобы узнавать, есть два способа: - задавать вопросы и пытаться самому на них ответить. Второй способ более продуктивный.
(S.Wizard)
Последний раз редактировалось sergwizard; 04.10.2003 в 05:07.
|