release 0.5.4
[swfdec.git] / test / trace / fscommand.as
blob8760bc5f9a6ff55ed246da01353ef5eb4e3e084e
1 // makeswf -v 7 -r 1 -o fscommand-7.swf fscommand.as
3 trace ("Testing loadMovie's handling of FSCommand");
5 loadMovie ("fscommand:quit", "_level0");
7 function quit () {
8 trace ("Quit");
9 loadMovie ("FSCommand:quit", "");
12 setTimeout (quit, 250);