Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 494 Bytes

File metadata and controls

22 lines (12 loc) · 494 Bytes

frame.soundSync

Availability

Flash MX 2004.

Usage

frame.soundSync

Description

Property; a string that specifies the sync behavior of a sound that is attached directly to a frame (frame.soundLibraryItem). Acceptable values are "event", "stop", "start", and "stream".

Example

The following example specifies that a sound should stream:

fl.getDocumentDOM().getTimeline().layers[0].frames[0].soundSync = 'stream';