| Syntax: |
the posterFrame of member whichFlashMember |
| Type: |
Cast member property |
| Description: |
This property controls which frame of a Flash movie cast member is used for its thumbnail image. The property value is an integer corresponding to a frame number in the Flash movie. |
|
The posterFrame of member property can be tested and set. The default setting is 1.
|
| Example: |
This handler accepts a reference to a Flash movie cast member and a frame number as parameters, and it then sets the thumbnail of the specified movie to the specified frame number. |
|
on resetThumbnail whichFlashMovie whichFrame
set the posterFrame of member whichFlashMovie = whichFrame
end
|
 |
|