chandru
chandru

Reputation: 169

auto close flash file in action script 2

In a flash animation when animation reached to particular frame the flash file should close automatically

Here i written the code which is not working in AS2

fscommand("quit"); on 250 keyframe.

Upvotes: 0

Views: 709

Answers (1)

Arno van Oordt
Arno van Oordt

Reputation: 3520

try import flash.system.fscommand; fscommand("quit");

Upvotes: 1

Related Questions