I have a Shockwave flash control named
shwfla1 with args set as "quit".

The below mentined code Generates the following Error:

"This Program has performed an illegal operation
Code 0x0000000"

Private Sub shwfla_FSCommand(command as String, args as String)
if args="quit" then
Unload Me
End if
End Sub

Help Me.