Fl.activeeffect; Fl.browseforfileurl() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

fl.activeEffect

Availability
Flash MX 2004.
Usage
fl.activeEffect
Description
Read-only property; the
available to
fl.activeEffect
Example
The following example stores an object that represents the current effect in the
var ef = fl.activeEffect;

fl.browseForFileURL()

Availability
Flash MX 2004.
Usage
fl.browseForFileURL( browseType [, title [, previewArea ] ])
Parameters
A string that specifies the type of file browse operation. Valid values are
browseType
or
"select"
"save"
Each value is provided for compatibility with Dreamweaver. The value
File Save dialog box.
A string that specifies the title for the File Open or File Save dialog box. If this parameter
title
is omitted, a default value is used. This parameter is optional.
An optional parameter that is ignored by Flash and Fireworks and is present only
previewArea
for compatibility with Dreamweaver.
Returns
A string containing the URL of the file.
Description
Method; opens a File Open or File Save system dialog box and lets the user specify a file to be
opened or saved.
Example
The following example lets the user choose a FLA file to open and then opens the file. (The
fl.browserForFileURL()
open only FLA files.)
Effect object
for the current effect being applied. For a list of properties
, see
"Property summary for the Effect object" on page
. The values
and
"open"
method can browse for any type of file, but
open the system File Open dialog box.
"select"
146.
variable.
ef
"open"
opens a system
"save"
fl.openDocument()
flash object
,
can
163

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents