MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 93

Extending flash
Table of Contents

Advertisement

document.deletePublishProfile()
Availability
Flash MX 2004.
Usage
document.deletePublishProfile()
Parameters
None.
Returns
An integer that is the index of the new current profile. If a new profile is not available, the
method leaves the current profile unchanged and returns its index.
Description
Method; deletes the currently active profile, if there is more than one. There must be at least
one profile left.
Example
The following example deletes the currently active profile, if there is more than one, and
displays the index of the new currently active profile:
alert(fl.getDocumentDOM().deletePublishProfile());
See also
document.addNewPublishProfile()
document.deleteScene()
Availability
Flash MX 2004.
Usage
document.deleteScene()
Parameters
None.
Returns
A Boolean value:
if the scene is successfully deleted;
otherwise.
true
false
Document object
93

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents