frame Element

The frame element describes a single frame of a flash movie. This element contains tags that control the appearance and behavior of movie objects on screen and sounds playback.

Syntax

<frame index="frameIndex" [blank="isBlank"]>

  <!-- Showing, hiding, and manipulating objects -->
  ...

</frame>

Attributes

Name

Description

Value type

Optional

Default Value

index

Frame index in movie timeline.

integer

no

-

blank

Clears screen before this frame will be shown.

boolean

yes

false

label

Specifies textual label for the frame to be used by actionGoToLabel

string

yes

-

Parent Elements

layer element

Child Elements

hide, modify, replace, show, startSound, startSoundStream, stopSound, actions

See Also

XML Schema Reference