| Syntax | result:=CallIcon(@"IconTitle", #getError) |
||||||||||||
| Type | Method |
||||||||||||
| Description | This method indicates if an error occurred while streaming a Flash movie into memory. If an error did occur, the getError method indicates the type of error. The getError method returns these values:
When an error occurs while a Flash movie is streaming into memory, Authorware sets the sprite icon's |
||||||||||||
| Example | This routine checks to see if an error occurred for a Flash sprite icon named Flash Icon. If there was an error, the routine sets a custom variable with the message and then calls the clearError method.
If GetIconProperty(@"Flash Icon", #state) then
Error:=CallIcon(@"Flash Icon", #getError)
CallIcon(@"Flash Icon", #clearError)
end
|
||||||||||||
| Related Functions | state property, clearError method
|